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 /users/tominabox1 | |
parent | d192d70327db7e91f0798e63e61472f1117e7ae5 (diff) |
Remove legacy Grave Escape keycodes (#18787)
Diffstat (limited to 'users/tominabox1')
-rw-r--r-- | users/tominabox1/wrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tominabox1/wrappers.h b/users/tominabox1/wrappers.h index 032fad273f..c5aeadae38 100644 --- a/users/tominabox1/wrappers.h +++ b/users/tominabox1/wrappers.h @@ -24,7 +24,7 @@ expanded before being used as arguments to the LAYOUT_xxx macro. |_| */ // Dimple Base layer -#define __________________DIMPLE1__________________ KC_GESC, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSPC +#define __________________DIMPLE1__________________ QK_GESC, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSPC #define __________________DIMPLE2__________________ LCTL_T(KC_TAB), KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT #define __________________DIMPLE3L_________________ KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B #define __________________DIMPLE3R_________________ KC_K, KC_M, KC_COMM, KC_UP, LT(_FKEY,KC_DOT) |