diff options
Diffstat (limited to 'build_keyboard.mk')
| -rw-r--r-- | build_keyboard.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk index c8e82cf0e..9d2eaec1f 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk | |||
| @@ -168,12 +168,12 @@ endif | |||
| 168 | 168 | ||
| 169 | ifeq ($(strip $(UCIS_ENABLE)), yes) | 169 | ifeq ($(strip $(UCIS_ENABLE)), yes) |
| 170 | OPT_DEFS += -DUCIS_ENABLE | 170 | OPT_DEFS += -DUCIS_ENABLE |
| 171 | UNICODE_ENABLE = yes | 171 | SRC += $(QUANTUM_DIR)/process_keycode/process_ucis.c |
| 172 | endif | 172 | endif |
| 173 | 173 | ||
| 174 | ifeq ($(strip $(UNICODEMAP_ENABLE)), yes) | 174 | ifeq ($(strip $(UNICODEMAP_ENABLE)), yes) |
| 175 | OPT_DEFS += -DUNICODEMAP_ENABLE | 175 | OPT_DEFS += -DUNICODEMAP_ENABLE |
| 176 | UNICODE_ENABLE = yes | 176 | SRC += $(QUANTUM_DIR)/process_keycode/process_unicodemap.c |
| 177 | endif | 177 | endif |
| 178 | 178 | ||
| 179 | ifeq ($(strip $(UNICODE_ENABLE)), yes) | 179 | ifeq ($(strip $(UNICODE_ENABLE)), yes) |
