Update process_auto_shift.c

This commit is contained in:
粑粑无礼头 2021-07-25 08:55:39 +08:00 committed by GitHub
parent 4432103ba9
commit 399c4a913d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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