diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 16:36:31 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 16:36:31 -0500 |
| commit | cbabb4d417ef58f5d484dc256b637f61619efaa8 (patch) | |
| tree | 01ed906acd8ef81a213385697599cee3ac2f68de /build_keyboard.mk | |
| parent | 6788cbd76291e1f3103a350598f7bf5d523a7310 (diff) | |
| download | qmk_firmware-cbabb4d417ef58f5d484dc256b637f61619efaa8.tar.gz qmk_firmware-cbabb4d417ef58f5d484dc256b637f61619efaa8.zip | |
split up unicode systems into different files
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) |
