1
0
Fork 0

split up unicode systems into different files

This commit is contained in:
Jack Humbert 2017-02-15 16:36:31 -05:00
parent 6788cbd762
commit cbabb4d417
9 changed files with 253 additions and 239 deletions

View file

@ -168,12 +168,12 @@ endif
ifeq ($(strip $(UCIS_ENABLE)), yes)
OPT_DEFS += -DUCIS_ENABLE
UNICODE_ENABLE = yes
SRC += $(QUANTUM_DIR)/process_keycode/process_ucis.c
endif
ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
OPT_DEFS += -DUNICODEMAP_ENABLE
UNICODE_ENABLE = yes
SRC += $(QUANTUM_DIR)/process_keycode/process_unicodemap.c
endif
ifeq ($(strip $(UNICODE_ENABLE)), yes)