]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/drashna/rules.mk
Keymap: Update to drashna keymaps and userspace (#3992)
[qmk_firmware.git] / users / drashna / rules.mk
index e299f24a1ed8805cf03a69d3cf0e912d566e5351..3d6213eff2565588cab62af9b2665761827afaea 100644 (file)
@@ -1,4 +1,3 @@
-
 SRC += drashna.c
 
 ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
@@ -9,7 +8,7 @@ ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
   SRC += tap_dances.c
 endif
 
-EXTRAFLAGS        += -flto
+EXTRAFLAGS += -flto
 
 ifeq ($(strip $(NO_SECRETS)), yes)
     OPT_DEFS += -DNO_SECRETS
@@ -37,3 +36,7 @@ ifdef CONSOLE_ENABLE
     OPT_DEFS += -DKEYLOGGER_ENABLE
   endif
 endif
+
+ifeq ($(strip $(UNICODE_ENABLE)), yes)
+  SRC += send_unicode.c
+endif