We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1273f commit 0306bdfCopy full SHA for 0306bdf
quantum/process_keycode/process_auto_shift.h
@@ -32,7 +32,7 @@
32
#define AUTO_SHIFT_SPECIAL \
33
KC_TAB: \
34
case KC_MINUS ... KC_SLASH: \
35
- case KC_NONUS_BSLASH
+ case KC_NONUS_BACKSLASH
36
// clang-format on
37
38
bool process_auto_shift(uint16_t keycode, keyrecord_t *record);
0 commit comments