forked from mirrors/qmk_userspace
send_unicode_string()
: Add support for code points > 0xFFFF (#8236)
This commit is contained in:
parent
93c5307fd6
commit
bb8d4b4d23
5 changed files with 22 additions and 27 deletions
|
@ -79,6 +79,7 @@ void unicode_input_finish(void);
|
|||
void unicode_input_cancel(void);
|
||||
|
||||
void register_hex(uint16_t hex);
|
||||
void register_hex32(uint32_t hex);
|
||||
void send_unicode_hex_string(const char *str);
|
||||
void send_unicode_string(const char *str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue