]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/drashna/rules.mk
Change split_common to use RGBLIGHT_SPLIT (#5509)
[qmk_firmware.git] / users / drashna / rules.mk
index 5f243b0076493b42765ed515cec370f1821c8ffe..5050704a53b3571464774cbcdc467ff23535da63 100644 (file)
@@ -43,15 +43,6 @@ ifdef CONSOLE_ENABLE
   endif
 endif
 
-
-ifeq ($(strip $(UCIS_ENABLE)), yes)
-  SRC += send_unicode.c
-endif
-
-ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
-  SRC += send_unicode.c
-endif
-
-ifeq ($(strip $(UNICODE_ENABLE)), yes)
-  SRC += send_unicode.c
+ifeq ($(strip $(MAKE_BOOTLOADER)), yes)
+    OPT_DEFS += -DMAKE_BOOTLOADER
 endif