Merge pull request #38 from caiwenping/patch-1

Update process_auto_shift.c
This commit is contained in:
xyzz 2021-07-24 21:52:16 -04:00 committed by GitHub
commit 74c2a58d47
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;