diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-22 14:34:15 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 03:34:15 +0000 |
commit | b45a037c7edcd9c1cfadceb69ed51e7d42aa58c1 (patch) | |
tree | 7a7b03c394c5d28a9ae7765254e5bcf86e02217f /quantum/via_ensure_keycode.h | |
parent | c7f477bc59e4124a791f0be195aaad9f21def161 (diff) |
Rename some Quantum keycodes (#15968)
* Rename some Quantum keycodes
* Tweak EEPROM clear and debug keycode short aliases
Diffstat (limited to 'quantum/via_ensure_keycode.h')
-rw-r--r-- | quantum/via_ensure_keycode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/via_ensure_keycode.h b/quantum/via_ensure_keycode.h index 1aba0cdd2a..75f816b560 100644 --- a/quantum/via_ensure_keycode.h +++ b/quantum/via_ensure_keycode.h @@ -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, ""); |