mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
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
@ -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 New Issue
Block a user