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
13
quantum/quantum_keycodes_legacy.h
Normal file
13
quantum/quantum_keycodes_legacy.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
// clang-format off
|
||||
|
||||
// Deprecated Quantum keycodes
|
||||
|
||||
#define RESET QK_BOOTLOADER
|
||||
#define DEBUG QK_DEBUG_TOGGLE
|
||||
#define GRAVE_ESC QK_GRAVE_ESCAPE
|
||||
#define EEPROM_RESET QK_CLEAR_EEPROM
|
||||
|
||||
#define KC_GESC QK_GRAVE_ESCAPE
|
||||
#define EEP_RST QK_CLEAR_EEPROM
|
Loading…
Add table
Add a link
Reference in a new issue