Browse Source

Remove use of legacy keycode (#18281)

Joel Challis 2 years ago
parent
commit
0306bdf7fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      quantum/process_keycode/process_auto_shift.h

+ 1 - 1
quantum/process_keycode/process_auto_shift.h

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