diff options
| author | Drashna Jaelre | 2022-05-14 05:35:49 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-14 05:35:49 +0200 |
| commit | 787a68948fa0d5e251e22a623071082c8c0561b1 (patch) | |
| tree | cc28d2caa680b8eef62e4cfdd232dde66e43416a /quantum/quantum_keycodes.h | |
| parent | 425c54cf8c459b1cc33deaa53955e2db41aa0b01 (diff) | |
[Core] Add Reboot keycode to core (#15990)
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index c7b4ea593f..5d5c4ed8c4 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -596,6 +596,7 @@ enum quantum_keycodes { MAGIC_TOGGLE_CONTROL_CAPSLOCK, QK_MAKE, + QK_REBOOT, SECURE_LOCK, SECURE_UNLOCK, @@ -717,6 +718,7 @@ enum quantum_keycodes { #define QK_BOOT QK_BOOTLOADER #define DB_TOGG QK_DEBUG_TOGGLE #define EE_CLR QK_CLEAR_EEPROM +#define QK_RBT QK_REBOOT // Audio Clicky aliases #define CK_TOGG CLICKY_TOGGLE |