]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add grave to auto-shift.
authorJason Stillwell <dragonfax@gmail.com>
Mon, 26 Mar 2018 02:16:25 +0000 (19:16 -0700)
committerJack Humbert <jack.humb@gmail.com>
Mon, 26 Mar 2018 17:42:08 +0000 (13:42 -0400)
quantum/process_keycode/process_auto_shift.c

index 098bdeaa7d5be3bf9bfdade9bf76d368ae29ee29..01d99445b00b5f0d72800f6e38685aea59899576 100644 (file)
@@ -172,6 +172,7 @@ bool process_auto_shift(uint16_t keycode, keyrecord_t *record) {
       case KC_COMM:
       case KC_DOT:
       case KC_SLSH:
+      case KC_GRAVE:
 #endif
 
         autoshift_flush();