Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Add non-US Hash and Backslash to AutoShift handling
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and jackhumbert committed Oct 7, 2018
1 parent 60f5ce8 commit cfa9f6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/process_keycode/process_auto_shift.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cfa9f6b

Please sign in to comment.