diff options
author | Jeremy Cowgar <jeremy@cowgar.com> | 2017-09-18 08:46:35 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-18 17:08:18 -0400 |
commit | d0ca713eb4abb14d5709341b8db88a8ad04719ab (patch) | |
tree | c9023ec4ce929fb8318e9b4e2270715697b2e05b /quantum | |
parent | abba393f57fdfb9b7abd92cc7925a605619902b2 (diff) | |
download | qmk_firmware-d0ca713eb4abb14d5709341b8db88a8ad04719ab.tar.gz qmk_firmware-d0ca713eb4abb14d5709341b8db88a8ad04719ab.zip |
KC_TILD should not have been listed as an auto shift key
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/process_keycode/process_auto_shift.c | 1 |
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 55b5244501..d096cde567 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: |