diff options
Diffstat (limited to 'quantum/process_keycode/process_unicode.c')
-rw-r--r-- | quantum/process_keycode/process_unicode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.c b/quantum/process_keycode/process_unicode.c index 72c809c30..a1be8d2fc 100644 --- a/quantum/process_keycode/process_unicode.c +++ b/quantum/process_keycode/process_unicode.c | |||
@@ -18,6 +18,7 @@ void set_unicode_input_mode(uint8_t os_target) | |||
18 | input_mode = os_target; | 18 | input_mode = os_target; |
19 | } | 19 | } |
20 | 20 | ||
21 | __attribute__((weak)) | ||
21 | void unicode_input_start (void) { | 22 | void unicode_input_start (void) { |
22 | switch(input_mode) { | 23 | switch(input_mode) { |
23 | case UC_OSX: | 24 | case UC_OSX: |
@@ -40,6 +41,7 @@ void unicode_input_start (void) { | |||
40 | wait_ms(UNICODE_TYPE_DELAY); | 41 | wait_ms(UNICODE_TYPE_DELAY); |
41 | } | 42 | } |
42 | 43 | ||
44 | __attribute__((weak)) | ||
43 | void unicode_input_finish (void) { | 45 | void unicode_input_finish (void) { |
44 | switch(input_mode) { | 46 | switch(input_mode) { |
45 | case UC_OSX: | 47 | case UC_OSX: |