Skip to content

Commit 7650248

Browse files
marfritMarkus Fritsche
authored andcommitted
add wait to unicode for win (qmk#15061)
Co-authored-by: Markus Fritsche <[email protected]>
1 parent 1b7b579 commit 7650248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quantum/process_keycode/process_unicode_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ __attribute__((weak)) void unicode_input_start(void) {
100100
break;
101101
case UC_WIN:
102102
register_code(KC_LALT);
103+
wait_ms(UNICODE_TYPE_DELAY);
103104
tap_code(KC_PPLS);
104105
break;
105106
case UC_WINC:

0 commit comments

Comments
 (0)