forked from mirrors/qmk_userspace
Rename some Quantum keycodes (#15968)
* Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases
This commit is contained in:
parent
c7f477bc59
commit
b45a037c7e
8 changed files with 49 additions and 32 deletions
|
@ -244,12 +244,12 @@ _Static_assert(KC_LT == 0x0236, "");
|
|||
_Static_assert(KC_GT == 0x0237, "");
|
||||
_Static_assert(KC_QUES == 0x0238, "");
|
||||
|
||||
_Static_assert(RESET == 0x5C00, "");
|
||||
_Static_assert(DEBUG == 0x5C01, "");
|
||||
_Static_assert(QK_BOOTLOADER == 0x5C00, "");
|
||||
_Static_assert(QK_DEBUG_TOGGLE == 0x5C01, "");
|
||||
|
||||
_Static_assert(MAGIC_TOGGLE_NKRO == 0x5C14, "");
|
||||
|
||||
_Static_assert(KC_GESC == 0x5C16, "");
|
||||
_Static_assert(QK_GRAVE_ESCAPE == 0x5C16, "");
|
||||
|
||||
_Static_assert(AU_ON == 0x5C1D, "");
|
||||
_Static_assert(AU_OFF == 0x5C1E, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue