diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-21 12:04:11 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 18:04:11 -0700 |
commit | 1cb1a5a3744dc569fbe25c44004d860241fd26b1 (patch) | |
tree | 28458032fe72c29de102eec74956a25b6a6549a1 /keyboards/keebio/sinc/keymaps/sethBarberee | |
parent | d192d70327db7e91f0798e63e61472f1117e7ae5 (diff) |
Remove legacy Grave Escape keycodes (#18787)
Diffstat (limited to 'keyboards/keebio/sinc/keymaps/sethBarberee')
-rw-r--r-- | keyboards/keebio/sinc/keymaps/sethBarberee/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/sinc/keymaps/sethBarberee/keymap.c b/keyboards/keebio/sinc/keymaps/sethBarberee/keymap.c index c0137a36ab..2bd560c199 100644 --- a/keyboards/keebio/sinc/keymaps/sethBarberee/keymap.c +++ b/keyboards/keebio/sinc/keymaps/sethBarberee/keymap.c @@ -39,7 +39,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_LOWER] = LAYOUT_80_with_macro_wrapper( RGB_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, - RGB_HUI, RGB_HUD, KC_GESC, _________________FUNC_LEFT_________________, _________________FUNC_RIGHT________________, KC_F11, KC_F12, _______, _______, KC_MPRV, + RGB_HUI, RGB_HUD, QK_GESC, _________________FUNC_LEFT_________________, _________________FUNC_RIGHT________________, KC_F11, KC_F12, _______, _______, KC_MPRV, RGB_SAI, RGB_SAD, RGB_TOG, _______, _______, _______, _______, KC_LPRN, KC_RPRN, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______, KC_LCBR, KC_RCBR, _______, _______, _______, _______, _______, _______, KC_VOLU, RGB_MOD, RGB_RMOD, _______, _______, _______, _______, _______, KC_LBRC, KC_RBRC, _______, _______, _______, _______, _______, _______, KC_VOLD, |