Skip to content

Commit

Permalink
Remove use of legacy keycode (qmk#18281)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and nolanseaton committed Jan 23, 2023
1 parent 8b1c8ba commit 94651de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/process_keycode/process_auto_shift.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define AUTO_SHIFT_SPECIAL \
KC_TAB: \
case KC_MINUS ... KC_SLASH: \
case KC_NONUS_BSLASH
case KC_NONUS_BACKSLASH
// clang-format on

bool process_auto_shift(uint16_t keycode, keyrecord_t *record);
Expand Down

0 comments on commit 94651de

Please sign in to comment.