From: Jeremy Cowgar Date: Mon, 18 Sep 2017 12:46:35 +0000 (-0400) Subject: KC_TILD should not have been listed as an auto shift key X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d0ca713eb4abb14d5709341b8db88a8ad04719ab;hp=abba393f57fdfb9b7abd92cc7925a605619902b2;p=qmk_firmware.git KC_TILD should not have been listed as an auto shift key --- diff --git a/quantum/process_keycode/process_auto_shift.c b/quantum/process_keycode/process_auto_shift.c index 55b524450..d096cde56 100644 --- a/quantum/process_keycode/process_auto_shift.c +++ b/quantum/process_keycode/process_auto_shift.c @@ -125,7 +125,6 @@ bool process_auto_shift(uint16_t keycode, keyrecord_t *record) { case KC_0: #endif #ifndef NO_AUTO_SHIFT_SPECIAL - case KC_TILD: case KC_MINUS: case KC_EQL: case KC_TAB: