diff options
Diffstat (limited to 'quantum/process_keycode/process_unicode.h')
-rw-r--r-- | quantum/process_keycode/process_unicode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.h b/quantum/process_keycode/process_unicode.h index ca17f8f66..f719a1226 100644 --- a/quantum/process_keycode/process_unicode.h +++ b/quantum/process_keycode/process_unicode.h | |||
@@ -9,6 +9,9 @@ | |||
9 | #define UC_BSD 3 | 9 | #define UC_BSD 3 |
10 | 10 | ||
11 | void set_unicode_input_mode(uint8_t os_target); | 11 | void set_unicode_input_mode(uint8_t os_target); |
12 | void unicode_input_start(void); | ||
13 | void unicode_input_finish(void); | ||
14 | void register_hex(uint16_t hex); | ||
12 | 15 | ||
13 | bool process_unicode(uint16_t keycode, keyrecord_t *record); | 16 | bool process_unicode(uint16_t keycode, keyrecord_t *record); |
14 | 17 | ||