diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-06 04:26:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-06 04:26:03 +0000 |
commit | 165c15e250d2527dd927c902cdc582d9d11909f4 (patch) | |
tree | e617d996d99f160accb52c8947a70c3a3ab1c1f4 /quantum | |
parent | f010af0c8efebaf46111f891f54d11a21c5f929e (diff) | |
parent | 0306bdf7fdb2f48f833c8887fd13e91b17d7c3c9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/process_keycode/process_auto_shift.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_auto_shift.h b/quantum/process_keycode/process_auto_shift.h index ac6a143746..86adb04985 100644 --- a/quantum/process_keycode/process_auto_shift.h +++ b/quantum/process_keycode/process_auto_shift.h @@ -32,7 +32,7 @@ #define AUTO_SHIFT_SPECIAL \ KC_TAB: \ case KC_MINUS ... KC_SLASH: \ - case KC_NONUS_BSLASH + case KC_NONUS_BACKSLASH // clang-format on bool process_auto_shift(uint16_t keycode, keyrecord_t *record); |