]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/drashna/rules.mk
[Keymap] Update to drashna keymaps: Conform to QMK Standards Edition (#5377)
[qmk_firmware.git] / users / drashna / rules.mk
index 6d8612e71ae8b572154abbede89cfd7e378dd8eb..5050704a53b3571464774cbcdc467ff23535da63 100644 (file)
@@ -42,3 +42,7 @@ ifdef CONSOLE_ENABLE
     OPT_DEFS += -DKEYLOGGER_ENABLE
   endif
 endif
+
+ifeq ($(strip $(MAKE_BOOTLOADER)), yes)
+    OPT_DEFS += -DMAKE_BOOTLOADER
+endif