diff options
author | IBNobody <ibnobody@gmail.com> | 2016-05-24 17:55:46 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-05-24 17:55:46 -0500 |
commit | 76e36a787a58ad0e72fac579e4a02aa66ce26be1 (patch) | |
tree | 22eb10d93b95cfb52560a91450a29bd9aabdbc61 /tmk_core/common.mk | |
parent | 35d7081899df3a486b9b5785c7e8ec9481195848 (diff) | |
parent | d66aa0abf96b5e887250cf0a7fa5e575f18c5a91 (diff) |
Merge remote-tracking branch 'remotes/jackhumbert/master'
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 9cb2eb8ecd..b5d7e39dd1 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -60,6 +60,10 @@ ifeq ($(strip $(AUDIO_ENABLE)), yes) OPT_DEFS += -DAUDIO_ENABLE endif +ifeq ($(strip $(UNICODE_ENABLE)), yes) + OPT_DEFS += -DUNICODE_ENABLE +endif + ifeq ($(strip $(USB_6KRO_ENABLE)), yes) OPT_DEFS += -DUSB_6KRO_ENABLE endif |