diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-22 00:25:54 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 14:25:54 +0100 |
commit | b33fc349671148bff6f0a60172b53c51e59cda49 (patch) | |
tree | 18e3aafa86d75a242a7f8ccd53f2fc95824f9dfc /keyboards/maple_computing | |
parent | 374d5d74804e0a99d93c3685f63f9f709b6ded22 (diff) |
Deprecate `KC_LEAD` for `QK_LEAD` (#18792)
Diffstat (limited to 'keyboards/maple_computing')
-rw-r--r-- | keyboards/maple_computing/c39/keymaps/kuchosauronad0/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/maple_computing/c39/keymaps/kuchosauronad0/keymap.c b/keyboards/maple_computing/c39/keymaps/kuchosauronad0/keymap.c index f122b8395f..3c6328a02a 100644 --- a/keyboards/maple_computing/c39/keymaps/kuchosauronad0/keymap.c +++ b/keyboards/maple_computing/c39/keymaps/kuchosauronad0/keymap.c @@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. LAYOUT_wrapper( \ MT(MOD_LALT,KC_TAB), K01, K02, K03, K04, K05, LT(RAISE,KC_PGUP), K06, K07, K08, K09, K0A, KC_BSPC, \ SFT_T(KC_ESC), K11, K12, K13, K14, K15, LT(LOWER,KC_PGDN), K16, K17, K18, K19, K1A, SFT_T(KC_ENT), \ - MT(MOD_LCTL,KC_DEL), K21, K22, K23, K24, K25, KC_SPACE, K26, K27, K28, K29, K2A, KC_LEAD \ + MT(MOD_LCTL,KC_DEL), K21, K22, K23, K24, K25, KC_SPACE, K26, K27, K28, K29, K2A, QK_LEAD \ ) /* |