Re-Add TAB and Non-US Backslash to special charactcetr range for AutoShift

This commit is contained in:
Drashna Jael're
2019-09-12 12:14:59 -07:00
committed by Florian Didron
parent 468290f373
commit fc8a27497f

View File

@@ -117,7 +117,9 @@ bool process_auto_shift(uint16_t keycode, keyrecord_t *record) {
case KC_1 ... KC_0:
#endif
#ifndef NO_AUTO_SHIFT_SPECIAL
case KC_TAB:
case KC_MINUS ... KC_SLASH:
case KC_NONUS_BSLASH:
#endif
autoshift_flush();