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 /layouts/community/ortho_5x14 | |
parent | d192d70327db7e91f0798e63e61472f1117e7ae5 (diff) |
Remove legacy Grave Escape keycodes (#18787)
Diffstat (limited to 'layouts/community/ortho_5x14')
-rw-r--r-- | layouts/community/ortho_5x14/peej/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_5x14/peej/keymap.c b/layouts/community/ortho_5x14/peej/keymap.c index ac0b4d9631..ea55361bd5 100644 --- a/layouts/community/ortho_5x14/peej/keymap.c +++ b/layouts/community/ortho_5x14/peej/keymap.c @@ -36,7 +36,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * `-----------------------------------------------------------------------------------------------------------' */ [_BASE] = LAYOUT_PEEJ_hhkb( - KC_GESC, BASE_ROW_1_L, BASE_ROW_1_M, BASE_ROW_1_R, KC_BSPC, + QK_GESC, BASE_ROW_1_L, BASE_ROW_1_M, BASE_ROW_1_R, KC_BSPC, KC_TAB, BASE_ROW_2_L, BASE_ROW_2_M, BASE_ROW_2_R, KC_BSLS, CTLESC, BASE_ROW_3_L, BASE_ROW_3_M, BASE_ROW_3_R, KC_QUOT, KC_LSFT, BASE_ROW_4_L, BASE_ROW_4_M, BASE_ROW_4_R, KC_ENT, |