summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode
diff options
context:
space:
mode:
authorJeremy Cowgar <jeremy@cowgar.com>2017-09-18 14:46:35 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-18 23:08:18 +0200
commitd0ca713eb4abb14d5709341b8db88a8ad04719ab (patch)
treec9023ec4ce929fb8318e9b4e2270715697b2e05b /quantum/process_keycode
parentabba393f57fdfb9b7abd92cc7925a605619902b2 (diff)
downloadqmk_firmware-d0ca713eb4abb14d5709341b8db88a8ad04719ab.tar.gz
qmk_firmware-d0ca713eb4abb14d5709341b8db88a8ad04719ab.tar.xz
KC_TILD should not have been listed as an auto shift key
Diffstat (limited to 'quantum/process_keycode')
-rw-r--r--quantum/process_keycode/process_auto_shift.c1
1 files changed, 0 insertions, 1 deletions
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: