summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-12-06 09:38:36 -0800
committerGitHub <noreply@github.com>2021-12-06 09:38:36 -0800
commit942b3cf16cceec2afa72bea2f12ef543f395a5db (patch)
treef4d80ef62001b0e49367caab37fecfa6520bf957 /common_features.mk
parente8747e116f6426365c07cd64c42be19fb1f166ec (diff)
Generalize Unicode defines (#15409)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 8c593024f0..56a9a286ea 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -604,6 +604,7 @@ ifeq ($(strip $(UNICODE_ENABLE)), yes)
endif
ifeq ($(strip $(UNICODE_COMMON)), yes)
+ OPT_DEFS += -DUNICODE_COMMON_ENABLE
SRC += $(QUANTUM_DIR)/process_keycode/process_unicode_common.c
endif