A proper send_string() for the Unicode feature (#8155)

This commit is contained in:
Ryan
2020-02-24 10:27:25 +11:00
committed by Florian Didron
parent 75ca366082
commit 84a0ba874d
2 changed files with 50 additions and 0 deletions

View File

@@ -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);