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
|
@ -153,6 +153,11 @@ ifeq ($(strip $(UCIS_ENABLE)), yes)
|
|||
UNICODE_ENABLE = yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
|
||||
OPT_DEFS += -DUNICODEMAP_ENABLE
|
||||
UNICODE_ENABLE = yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(UNICODE_ENABLE)), yes)
|
||||
OPT_DEFS += -DUNICODE_ENABLE
|
||||
SRC += $(QUANTUM_DIR)/process_keycode/process_unicode.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue