forked from mirrors/qmk_firmware
Merge pull request #627 from algernon/h/set-unicode-input-mode
process_unicode: Fix set_unicode_input_mode()
This commit is contained in:
commit
cdd7301b8b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ uint16_t hex_to_keycode(uint8_t hex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_unicode_mode(uint8_t os_target)
|
void set_unicode_input_mode(uint8_t os_target)
|
||||||
{
|
{
|
||||||
input_mode = os_target;
|
input_mode = os_target;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue