add wait to unicode for win (#15061)

Co-authored-by: Markus Fritsche <fritsche.markus@gmail.com>
master
Markus Fritsche 2021-11-13 00:00:36 +01:00 committed by GitHub
parent 57f63e43d8
commit 8323177472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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