Merge pull request #38 from caiwenping/patch-1
Update process_auto_shift.c
This commit is contained in:
commit
74c2a58d47
@ -229,6 +229,7 @@ __attribute__((weak)) bool get_auto_shifted_key(uint16_t keycode, keyrecord_t *r
|
||||
switch (keycode) {
|
||||
case KC_A ... KC_Z:
|
||||
if (!QS_auto_shift_no_auto_shift_alpha) return true;
|
||||
break;
|
||||
case KC_1 ... KC_0:
|
||||
if (!QS_auto_shift_no_auto_shift_numeric) return true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user