summaryrefslogtreecommitdiff
path: root/app/include/zmk/endpoints_types.h
blob: 70804a613d8685ee19a4454eb36822726f7ebc6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2021 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

#pragma once

enum zmk_endpoint {
    ZMK_ENDPOINT_USB,
    ZMK_ENDPOINT_BLE,
};