forked from mirrors/qmk_firmware
KC_TILD should not have been listed as an auto shift key
This commit is contained in:
parent
abba393f57
commit
d0ca713eb4
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ bool process_auto_shift(uint16_t keycode, keyrecord_t *record) {
|
||||||
case KC_0:
|
case KC_0:
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_AUTO_SHIFT_SPECIAL
|
#ifndef NO_AUTO_SHIFT_SPECIAL
|
||||||
case KC_TILD:
|
|
||||||
case KC_MINUS:
|
case KC_MINUS:
|
||||||
case KC_EQL:
|
case KC_EQL:
|
||||||
case KC_TAB:
|
case KC_TAB:
|
||||||
|
|
Loading…
Reference in a new issue