1
0
Fork 0

Remove legacy Grave Escape keycodes (#18787)

This commit is contained in:
Ryan 2022-10-21 12:04:11 +11:00 committed by GitHub
parent d192d70327
commit 1cb1a5a374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
953 changed files with 1158 additions and 1162 deletions

View file

@ -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