Browse Source

Remove use of legacy keycode (#18281)

pull/18286/head 0.18.5
Joel Challis 1 year ago
committed by GitHub
parent
commit
0306bdf7fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 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);


Loading…
Cancel
Save