Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLE
This commit is contained in:
parent
d8a9c63c26
commit
c17070eca5
2 changed files with 39 additions and 0 deletions
|
@ -141,6 +141,16 @@ enum quantum_keycodes {
|
|||
PRINT_ON,
|
||||
PRINT_OFF,
|
||||
|
||||
// output selection
|
||||
OUT_AUTO,
|
||||
OUT_USB,
|
||||
#ifdef BLUETOOTH_ENABLE
|
||||
OUT_BT,
|
||||
#endif
|
||||
#ifdef ADAFRUIT_BLE_ENABLE
|
||||
OUT_BLE,
|
||||
#endif
|
||||
|
||||
// always leave at the end
|
||||
SAFE_RANGE
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue