forked from mirrors/qmk_userspace
send_unicode_string()
: Add support for code points > 0xFFFF (#8236)
This commit is contained in:
parent
93c5307fd6
commit
bb8d4b4d23
5 changed files with 22 additions and 27 deletions
|
@ -20,6 +20,5 @@
|
|||
|
||||
extern const uint32_t PROGMEM unicode_map[];
|
||||
|
||||
void register_hex32(uint32_t hex);
|
||||
uint16_t unicodemap_index(uint16_t keycode);
|
||||
bool process_unicodemap(uint16_t keycode, keyrecord_t *record);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue