Skip to content

Commit

Permalink
add wait to unicode for win (qmk#15061)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Fritsche <fritsche.markus@gmail.com>
  • Loading branch information
2 people authored and plam4u committed Nov 14, 2021
1 parent 1b7b579 commit 7650248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/process_keycode/process_unicode_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ __attribute__((weak)) void unicode_input_start(void) {
break;
case UC_WIN:
register_code(KC_LALT);
wait_ms(UNICODE_TYPE_DELAY);
tap_code(KC_PPLS);
break;
case UC_WINC:
Expand Down

0 comments on commit 7650248

Please sign in to comment.