Remove use of legacy keycode (#18281)

This commit is contained in:
Joel Challis 2022-09-06 05:25:32 +01:00 committed by GitHub
parent 5f1273fca6
commit 0306bdf7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);