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
|
@ -128,6 +128,9 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
#endif
|
||||
#ifdef UCIS_ENABLE
|
||||
process_ucis(keycode, record) &&
|
||||
#endif
|
||||
#ifdef UNICODEMAP_ENABLE
|
||||
process_unicode_map(keycode, record) &&
|
||||
#endif
|
||||
true)) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue