From 371ff9dd6f9c4feada34622d9a43480495b07e50 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 24 Feb 2020 10:27:25 +1100 Subject: A proper `send_string()` for the Unicode feature (#8155) --- quantum/process_keycode/process_unicode_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/process_keycode/process_unicode_common.h') diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index cab6eea6e..393db2d99 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h @@ -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); -- cgit v1.2.3