aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode.c
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-23 09:38:05 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-08-23 09:38:05 +0300
commit8f2af3c6bcd0e300483cb72bfe2816701a0e528d (patch)
treecfa6d0a5d8ed7265d4367ddcc1d112923fb2d0ef /quantum/process_keycode/process_unicode.c
parent8f16403179dde51af1826fbc9b65ce0e29fd33ad (diff)
parentfb4452c2f5a80720fd56306ea4fa7c61a5e8040d (diff)
downloadqmk_firmware-8f2af3c6bcd0e300483cb72bfe2816701a0e528d.tar.gz
qmk_firmware-8f2af3c6bcd0e300483cb72bfe2816701a0e528d.zip
Merge branch 'master' into makefile_overhaul
Diffstat (limited to 'quantum/process_keycode/process_unicode.c')
-rw-r--r--quantum/process_keycode/process_unicode.c2
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))
21void unicode_input_start (void) { 22void 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))
43void unicode_input_finish (void) { 45void unicode_input_finish (void) {
44 switch(input_mode) { 46 switch(input_mode) {
45 case UC_OSX: 47 case UC_OSX: