Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
This commit is contained in:
parent
35f1cd0ec4
commit
c347e732be
324 changed files with 406 additions and 408 deletions
|
@ -5,10 +5,8 @@
|
|||
// Deprecated Quantum keycodes
|
||||
|
||||
#define GRAVE_ESC QK_GRAVE_ESCAPE
|
||||
#define EEPROM_RESET QK_CLEAR_EEPROM
|
||||
|
||||
#define KC_GESC QK_GRAVE_ESCAPE
|
||||
#define EEP_RST QK_CLEAR_EEPROM
|
||||
|
||||
#define TERM_ON _Static_assert(false, "The Terminal feature has been removed from QMK. Please remove use of TERM_ON/TERM_OFF from your keymap.")
|
||||
#define TERM_OFF _Static_assert(false, "The Terminal feature has been removed from QMK.. Please remove use of TERM_ON/TERM_OFF from your keymap.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue