Merge remote-tracking branch 'origin/master' into develop

pull/18290/head
QMK Bot 2022-09-06 04:26:03 +00:00
commit 165c15e250
1 changed files with 1 additions and 1 deletions

View File

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