Unicode map framework. Allow unicode up to 0xFFFFF using separate
mapping table
This commit is contained in:
parent
a9df99b81c
commit
5b2e455d3b
6 changed files with 51 additions and 0 deletions
|
@ -20,6 +20,10 @@ void register_hex(uint16_t hex);
|
|||
|
||||
bool process_unicode(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
#ifdef UNICODEMAP_ENABLE
|
||||
bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
|
||||
#endif
|
||||
|
||||
#ifdef UCIS_ENABLE
|
||||
#ifndef UCIS_MAX_SYMBOL_LENGTH
|
||||
#define UCIS_MAX_SYMBOL_LENGTH 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue