Remove legacy Grave Escape keycodes (#18787)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user