diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-20 22:20:07 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 12:20:07 +0100 |
commit | c347e732be6b50500c1651b3fb8c0753b0c9c40d (patch) | |
tree | 4212f78e0825d1910516a8331287fd7236f8216a /keyboards/lazydesigners/the30/keymaps | |
parent | 35f1cd0ec47d95cf20d9dec91ad46b7b4295982f (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/lazydesigners/the30/keymaps')
-rw-r--r-- | keyboards/lazydesigners/the30/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lazydesigners/the30/keymaps/default/keymap.c b/keyboards/lazydesigners/the30/keymaps/default/keymap.c index a3115dddec..c69b3710a3 100644 --- a/keyboards/lazydesigners/the30/keymaps/default/keymap.c +++ b/keyboards/lazydesigners/the30/keymaps/default/keymap.c @@ -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, _______, _______, _______, _______, _______ ), }; |