mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(endpoints): simplify behavior constants
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#define OUTPUT_TOGGLE_CMD 0
|
||||
#define OUTPUT_USB_CMD 1
|
||||
#define OUTPUT_BLE_CMD 2
|
||||
|
||||
#define OUT_TOG OUTPUT_TOGGLE_CMD
|
||||
#define OUT_USB OUTPUT_USB_CMD
|
||||
#define OUT_BLE OUTPUT_BLE_CMD
|
||||
#define OUT_TOG 0
|
||||
#define OUT_USB 1
|
||||
#define OUT_BLE 2
|
||||
Reference in New Issue
Block a user