A proper send_string()
for the Unicode feature (#8155)
This commit is contained in:
parent
716c29881c
commit
371ff9dd6f
3 changed files with 67 additions and 5 deletions
|
@ -80,6 +80,7 @@ void unicode_input_cancel(void);
|
|||
|
||||
void register_hex(uint16_t hex);
|
||||
void send_unicode_hex_string(const char *str);
|
||||
void send_unicode_string(const char *str);
|
||||
|
||||
bool process_unicode_common(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue