zmk_mf68/app/include/zmk/endpoints_types.h
2021-08-03 00:19:05 -04:00

13 lines
167 B
C

/*
* Copyright (c) 2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#pragma once
enum zmk_endpoint {
ZMK_ENDPOINT_USB,
ZMK_ENDPOINT_BLE,
};