mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
feat(endpoints): rename behavior to outputs
"Outputs" is probably easier for most people to understand than "endpoints".
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#define ENDPOINT_TOGGLE_CMD 0
|
||||
#define ENDPOINT_USB_CMD 1
|
||||
#define ENDPOINT_BLE_CMD 2
|
||||
|
||||
#define END_TOG ENDPOINT_TOGGLE_CMD
|
||||
#define END_USB ENDPOINT_USB_CMD
|
||||
#define END_BLE ENDPOINT_BLE_CMD
|
||||
13
app/include/dt-bindings/zmk/outputs.h
Normal file
13
app/include/dt-bindings/zmk/outputs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* 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
|
||||
Reference in New Issue
Block a user