aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/rules.mk')
-rw-r--r--users/drashna/rules.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk
index 964c96c52..49b1ddae9 100644
--- a/users/drashna/rules.mk
+++ b/users/drashna/rules.mk
@@ -27,6 +27,11 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
27 endif 27 endif
28endif 28endif
29 29
30ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
31 SRC += rgb_stuff.c
32endif
33
34
30ifeq ($(strip $(MACROS_ENABLED)), yes) 35ifeq ($(strip $(MACROS_ENABLED)), yes)
31 OPT_DEFS += -DMACROS_ENABLED 36 OPT_DEFS += -DMACROS_ENABLED
32endif 37endif
@@ -37,3 +42,15 @@ ifdef CONSOLE_ENABLE
37 endif 42 endif
38endif 43endif
39 44
45
46ifeq ($(strip $(UCIS_ENABLE)), yes)
47 SRC += send_unicode.c
48endif
49
50ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
51 SRC += send_unicode.c
52endif
53
54ifeq ($(strip $(UNICODE_ENABLE)), yes)
55 SRC += send_unicode.c
56endif