Skip to content

Commit

Permalink
added delay for unicode input (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubienr committed May 30, 2023
1 parent a41535b commit 4a72de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/unicode/unicode.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ __attribute__((weak)) void unicode_input_start(void) {
register_code(UNICODE_KEY_MAC);
break;
case UNICODE_MODE_LINUX:
wait_ms(UNICODE_TYPE_DELAY);
tap_code16(UNICODE_KEY_LNX);
break;
case UNICODE_MODE_WINDOWS:
Expand Down

0 comments on commit 4a72de8

Please sign in to comment.