Skip to content

Commit

Permalink
Merge pull request #38 from caiwenping/patch-1
Browse files Browse the repository at this point in the history
Update process_auto_shift.c
  • Loading branch information
xyzz authored Jul 25, 2021
2 parents 4432103 + 399c4a9 commit 74c2a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/process_keycode/process_auto_shift.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74c2a58

Please sign in to comment.