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 /layouts/community/ortho_5x14 | |
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 'layouts/community/ortho_5x14')
-rw-r--r-- | layouts/community/ortho_5x14/yet-another-developer/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_5x14/yet-another-developer/keymap.c b/layouts/community/ortho_5x14/yet-another-developer/keymap.c index d884081d7e..ea4252b6d7 100644 --- a/layouts/community/ortho_5x14/yet-another-developer/keymap.c +++ b/layouts/community/ortho_5x14/yet-another-developer/keymap.c @@ -195,7 +195,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_ADJUST] = LAYOUT_ergodash_pretty_wrapper( KC_MAKE, _______, _______, _______, _______, _______, _______, KC_NUKE, _________________ADJUST_R1_________________, KC_RST, - VRSN, _________________ADJUST_L1_________________, _______, _______, _______, _______, _______, _______, _______, EEP_RST, + VRSN, _________________ADJUST_L1_________________, _______, _______, _______, _______, _______, _______, _______, EE_CLR, _______, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, RGB_IDL, _______, _________________ADJUST_L3_________________, _______, _______, _________________ADJUST_R3_________________, TG(_MODS), _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |