summaryrefslogtreecommitdiff
path: root/users/rupa
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/rupa
parentd192d70327db7e91f0798e63e61472f1117e7ae5 (diff)
Remove legacy Grave Escape keycodes (#18787)
Diffstat (limited to 'users/rupa')
-rw-r--r--users/rupa/wrappers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/rupa/wrappers.h b/users/rupa/wrappers.h
index d04541d200..199404a760 100644
--- a/users/rupa/wrappers.h
+++ b/users/rupa/wrappers.h
@@ -51,7 +51,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* │Ctrl│Alt │Gui │ Space │RAI│LOW│CAP│ ← │ ↓ │ → │
* └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
*/
-#define ____65_QWERTY______________ROW1 KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_GRV
+#define ____65_QWERTY______________ROW1 QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_GRV
#define ____65_QWERTY______________ROW2 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL
#define ____65_QWERTY______________ROW3 RAISE, KC_A, KC_S, KC_D, KC_F, G_LWR, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGUP
#define ____65_QWERTY______________ROW4 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN