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:
@@ -44,7 +44,7 @@ enum custom_keycodes {
|
||||
CK_TRIPLEZERO = SAFE_RANGE,
|
||||
};
|
||||
|
||||
#define CK_CONFIGINIT EEPROM_RESET
|
||||
#define CK_CONFIGINIT EE_CLR
|
||||
|
||||
enum {
|
||||
TD_P_BSPC = 0,
|
||||
|
Reference in New Issue
Block a user