Browse Source

add grave to auto-shift.

pull/2619/head
Jason Stillwell 6 years ago
committed by Jack Humbert
parent
commit
66162b2b68
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/process_keycode/process_auto_shift.c

+ 1
- 0
quantum/process_keycode/process_auto_shift.c View 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();


Loading…
Cancel
Save