]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
KC_TILD should not have been listed as an auto shift key
authorJeremy Cowgar <jeremy@cowgar.com>
Mon, 18 Sep 2017 12:46:35 +0000 (08:46 -0400)
committerJack Humbert <jack.humb@gmail.com>
Mon, 18 Sep 2017 21:08:18 +0000 (17:08 -0400)
quantum/process_keycode/process_auto_shift.c

index 55b5244501af9ececa9527919243a6bad5590b1a..d096cde567eaf210444a16720b36d8e96bef48c5 100644 (file)
@@ -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: