summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-23 06:28:01 +0200
committerGitHub <noreply@github.com>2016-08-23 06:28:01 +0200
commit57125ce790843799a420a13a9f08b8b072b546e5 (patch)
tree6424902d224d3968951453c062d133b6ce0c9461 /quantum/process_keycode/process_unicode.c
parent3824fa001409ef79fa794334794047d3f042efef (diff)
parent81594c7883deefedbcd317c72c1b1f1d32e65cd7 (diff)
downloadqmk_firmware-57125ce790843799a420a13a9f08b8b072b546e5.tar.gz
qmk_firmware-57125ce790843799a420a13a9f08b8b072b546e5.tar.xz
Merge pull request #673 from coderkun/master
Add method to set Unicode input key for ISO 14755
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)
input_mode = os_target;
}
+__attribute__((weak))
void unicode_input_start (void) {
switch(input_mode) {
case UC_OSX:
@@ -40,6 +41,7 @@ void unicode_input_start (void) {
wait_ms(UNICODE_TYPE_DELAY);
}
+__attribute__((weak))
void unicode_input_finish (void) {
switch(input_mode) {
case UC_OSX: