Remove use of legacy keycode (#18281)
This commit is contained in:
parent
5f1273fca6
commit
0306bdf7fd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue