forked from mirrors/qmk_userspace
qmk cformat
(#9500)
This commit is contained in:
parent
cb13dd0a33
commit
3d6d899666
6 changed files with 50 additions and 54 deletions
|
@ -257,7 +257,7 @@ void send_unicode_string(const char *str) {
|
|||
|
||||
while (*str) {
|
||||
int32_t code_point = 0;
|
||||
str = decode_utf8(str, &code_point);
|
||||
str = decode_utf8(str, &code_point);
|
||||
|
||||
if (code_point >= 0) {
|
||||
register_unicode(code_point);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue