Browse Source

Add non-US Hash and Backslash to AutoShift handling

pull/4089/head
Drashna Jaelre 5 years ago
committed by Jack Humbert
parent
commit
cfa9f6ba6d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      quantum/process_keycode/process_auto_shift.c

+ 2
- 0
quantum/process_keycode/process_auto_shift.c View File

@ -173,6 +173,8 @@ bool process_auto_shift(uint16_t keycode, keyrecord_t *record) {
case KC_DOT:
case KC_SLSH:
case KC_GRAVE:
case KC_NONUS_BSLASH:
case KC_NONUS_HASH:
#endif
autoshift_flush();


Loading…
Cancel
Save