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
|
@ -50,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
[_FN] = LAYOUT_ortho_3x10(
|
||||
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
QK_BOOT, EEP_RST, _______, _______, KC_SPC, _______, _______, _______, _______, _______
|
||||
QK_BOOT, EE_CLR, _______, _______, KC_SPC, _______, _______, _______, _______, _______
|
||||
),
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue