~ruther/qmk_firmware

3301e2219fe771fdad3b8f851d4b4f7f2a49afc8 — Jack Humbert 9 years ago 6d1e916 + 2f0395c
Merge pull request #700 from algernon/h/ucis/enable-fix

build_keyboard.mk: Restore UCIS_ENABLE support
1 files changed, 5 insertions(+), 0 deletions(-)

M build_keyboard.mk
M build_keyboard.mk => build_keyboard.mk +5 -0
@@ 148,6 148,11 @@ ifeq ($(strip $(AUDIO_ENABLE)), yes)
	SRC += $(QUANTUM_DIR)/audio/luts.c
endif

ifeq ($(strip $(UCIS_ENABLE)), yes)
	OPT_DEFS += -DUCIS_ENABLE
	UNICODE_ENABLE = yes
endif

ifeq ($(strip $(UNICODE_ENABLE)), yes)
    OPT_DEFS += -DUNICODE_ENABLE
	SRC += $(QUANTUM_DIR)/process_keycode/process_unicode.c