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:
Ryan
2022-10-20 22:20:07 +11:00
committed by GitHub
parent 35f1cd0ec4
commit c347e732be
324 changed files with 406 additions and 408 deletions

View File

@@ -531,7 +531,7 @@ enum userspace_layers {
* └─────┴─────┴─────┘
*/
#define _FU1_5_ KC_F1, KC_F2, KC_F3, KC_F4, RESET
#define _FU2_5_ KC_F5, KC_F6, KC_F7, KC_F8, EEP_RST
#define _FU2_5_ KC_F5, KC_F6, KC_F7, KC_F8, EE_CLR
#define _FU3_5_ KC_F9, KC_F10, KC_F11, KC_F12, BB_GAME
#define _FU4_3_ KC_DEL, KC_TAB, KC_SPC