diff options
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r-- | tmk_core/common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk index 9cb2eb8ec..b5d7e39dd 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk | |||
@@ -60,6 +60,10 @@ ifeq ($(strip $(AUDIO_ENABLE)), yes) | |||
60 | OPT_DEFS += -DAUDIO_ENABLE | 60 | OPT_DEFS += -DAUDIO_ENABLE |
61 | endif | 61 | endif |
62 | 62 | ||
63 | ifeq ($(strip $(UNICODE_ENABLE)), yes) | ||
64 | OPT_DEFS += -DUNICODE_ENABLE | ||
65 | endif | ||
66 | |||
63 | ifeq ($(strip $(USB_6KRO_ENABLE)), yes) | 67 | ifeq ($(strip $(USB_6KRO_ENABLE)), yes) |
64 | OPT_DEFS += -DUSB_6KRO_ENABLE | 68 | OPT_DEFS += -DUSB_6KRO_ENABLE |
65 | endif | 69 | endif |