summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/geripgeri/keymap.c
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 /keyboards/lets_split/keymaps/geripgeri/keymap.c
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 'keyboards/lets_split/keymaps/geripgeri/keymap.c')
-rw-r--r--keyboards/lets_split/keymaps/geripgeri/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/keymaps/geripgeri/keymap.c b/keyboards/lets_split/keymaps/geripgeri/keymap.c
index 427467f17a..d72d7b6085 100644
--- a/keyboards/lets_split/keymaps/geripgeri/keymap.c
+++ b/keyboards/lets_split/keymaps/geripgeri/keymap.c
@@ -121,7 +121,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* `-----------------------------------------' `-----------------------------------------'
*/
[_ADJUST] = LAYOUT_ortho_4x12(
- QK_BOOT, EEP_RST, _______, RALT(KC_SCLN), _______, _______, _______, TD(U), RALT(KC_Z), TD(O), _______, _______,
+ QK_BOOT, EE_CLR, _______, RALT(KC_SCLN), _______, _______, _______, TD(U), RALT(KC_Z), TD(O), _______, _______,
_______, RALT(KC_QUOT), _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______