send_unicode_string(): Add support for code points > 0xFFFF (#8236)

This commit is contained in:
Ryan 2020-02-25 12:54:51 +11:00 committed by GitHub
parent 93c5307fd6
commit bb8d4b4d23
Failed to generate hash of commit
5 changed files with 22 additions and 27 deletions

View file

@ -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);