aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorMarkus Fritsche <37203914+marfrit@users.noreply.github.com>2021-11-13 00:00:36 +0100
committerGitHub <noreply@github.com>2021-11-12 15:00:36 -0800
commit8323177472e65ccb47709efd1287a301267bbfd4 (patch)
treeadcd6c209405d755bc43205a9b0cd70e369049e5 /quantum
parent57f63e43d862d3c36ee1e530920f7ee40e9713a2 (diff)
downloadqmk_firmware-8323177472e65ccb47709efd1287a301267bbfd4.tar.gz
qmk_firmware-8323177472e65ccb47709efd1287a301267bbfd4.zip
add wait to unicode for win (#15061)
Co-authored-by: Markus Fritsche <fritsche.markus@gmail.com>
Diffstat (limited to 'quantum')
-rw-r--r--quantum/process_keycode/process_unicode_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.c b/quantum/process_keycode/process_unicode_common.c
index 46fcaaa86..889c768a8 100644
--- a/quantum/process_keycode/process_unicode_common.c
+++ b/quantum/process_keycode/process_unicode_common.c
@@ -100,6 +100,7 @@ __attribute__((weak)) void unicode_input_start(void) {
100 break; 100 break;
101 case UC_WIN: 101 case UC_WIN:
102 register_code(KC_LALT); 102 register_code(KC_LALT);
103 wait_ms(UNICODE_TYPE_DELAY);
103 tap_code(KC_PPLS); 104 tap_code(KC_PPLS);
104 break; 105 break;
105 case UC_WINC: 106 case UC_WINC: