forked from mirrors/qmk_userspace
Add send_unicode_hex_string function (#3828)
* Add send_string_unicode function Co-authored-by: kdb424 <kdb424@gmail.com> Co-authored-by: Konstantin <vomindoraan@gmail.com> * Clean up code based on feedback * Fix includes
This commit is contained in:
parent
26f4e7031a
commit
f5ae3760c6
3 changed files with 35 additions and 1 deletions
|
@ -31,6 +31,7 @@ uint8_t get_unicode_input_mode(void);
|
|||
void unicode_input_start(void);
|
||||
void unicode_input_finish(void);
|
||||
void register_hex(uint16_t hex);
|
||||
void send_unicode_hex_string(const char *str);
|
||||
|
||||
#define UC_OSX 0 // Mac OS X
|
||||
#define UC_LNX 1 // Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue