summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes_legacy.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-20 22:20:07 +1100
committerGitHub <noreply@github.com>2022-10-20 12:20:07 +0100
commitc347e732be6b50500c1651b3fb8c0753b0c9c40d (patch)
tree4212f78e0825d1910516a8331287fd7236f8216a /quantum/quantum_keycodes_legacy.h
parent35f1cd0ec47d95cf20d9dec91ad46b7b4295982f (diff)
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
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
-rw-r--r--quantum/quantum_keycodes_legacy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h
index 4a47b92847..21a90a35f0 100644
--- a/quantum/quantum_keycodes_legacy.h
+++ b/quantum/quantum_keycodes_legacy.h
@@ -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.")