diff options
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index 4579fde8d..3082fbb5f 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h | |||
@@ -89,6 +89,8 @@ void unicode_input_cancel(void); | |||
89 | 89 | ||
90 | void register_hex(uint16_t hex); | 90 | void register_hex(uint16_t hex); |
91 | void register_hex32(uint32_t hex); | 91 | void register_hex32(uint32_t hex); |
92 | void register_unicode(uint32_t code_point); | ||
93 | |||
92 | void send_unicode_hex_string(const char *str); | 94 | void send_unicode_hex_string(const char *str); |
93 | void send_unicode_string(const char *str); | 95 | void send_unicode_string(const char *str); |
94 | 96 | ||