summaryrefslogtreecommitdiff
path: root/users/peej
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-21 12:04:11 +1100
committerGitHub <noreply@github.com>2022-10-20 18:04:11 -0700
commit1cb1a5a3744dc569fbe25c44004d860241fd26b1 (patch)
tree28458032fe72c29de102eec74956a25b6a6549a1 /users/peej
parentd192d70327db7e91f0798e63e61472f1117e7ae5 (diff)
Remove legacy Grave Escape keycodes (#18787)
Diffstat (limited to 'users/peej')
-rw-r--r--users/peej/layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/peej/layout.h b/users/peej/layout.h
index f10b6d031c..4340ed4a0b 100644
--- a/users/peej/layout.h
+++ b/users/peej/layout.h
@@ -49,9 +49,9 @@
#define BASE_ROW_3_M KC_LCBR, KC_RCBR
#define BASE_ROW_4_M KC_LPRN, KC_RPRN
-#define BASE_ROW_1 KC_GESC, BASE_ROW_1_L, BASE_ROW_1_R, KC_DEL
+#define BASE_ROW_1 QK_GESC, BASE_ROW_1_L, BASE_ROW_1_R, KC_DEL
#define BASE_ROW_2 KC_TAB, BASE_ROW_2_L, BASE_ROW_2_R, KC_BSPC
-#define BASE_ROW_3 KC_GESC, BASE_ROW_3_L, BASE_ROW_3_R, KC_QUOT
+#define BASE_ROW_3 QK_GESC, BASE_ROW_3_L, BASE_ROW_3_R, KC_QUOT
#define BASE_ROW_4 KC_LSFT, BASE_ROW_4_L, BASE_ROW_4_R, KC_ENTER
#define BASE_ROW_5 BASE_ROW_5_L, BASE_ROW_5_R