diff options
Diffstat (limited to 'users/drashna/rules.mk')
| -rw-r--r-- | users/drashna/rules.mk | 17 |
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 |
| 28 | endif | 28 | endif |
| 29 | 29 | ||
| 30 | ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes) | ||
| 31 | SRC += rgb_stuff.c | ||
| 32 | endif | ||
| 33 | |||
| 34 | |||
| 30 | ifeq ($(strip $(MACROS_ENABLED)), yes) | 35 | ifeq ($(strip $(MACROS_ENABLED)), yes) |
| 31 | OPT_DEFS += -DMACROS_ENABLED | 36 | OPT_DEFS += -DMACROS_ENABLED |
| 32 | endif | 37 | endif |
| @@ -37,3 +42,15 @@ ifdef CONSOLE_ENABLE | |||
| 37 | endif | 42 | endif |
| 38 | endif | 43 | endif |
| 39 | 44 | ||
| 45 | |||
| 46 | ifeq ($(strip $(UCIS_ENABLE)), yes) | ||
| 47 | SRC += send_unicode.c | ||
| 48 | endif | ||
| 49 | |||
| 50 | ifeq ($(strip $(UNICODEMAP_ENABLE)), yes) | ||
| 51 | SRC += send_unicode.c | ||
| 52 | endif | ||
| 53 | |||
| 54 | ifeq ($(strip $(UNICODE_ENABLE)), yes) | ||
| 55 | SRC += send_unicode.c | ||
| 56 | endif | ||
