]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/keebio/iris/rules.mk
[Keymap] Switch Iris keymap from workman to colemak (#6385)
[qmk_firmware.git] / keyboards / keebio / iris / rules.mk
index 9745d5e3c1ae531d36c6904fb9a891987cabc819..b0012e161144cf0ce74b9e1008cf3e336ca05678 100644 (file)
@@ -7,8 +7,8 @@ F_USB = $(F_CPU)
 #     This definition is optional, and if your keyboard supports multiple bootloaders of
 #     different sizes, comment this out, and the correct address will be loaded
 #     automatically (+60). See bootloader.mk for all options.
-ifeq ($(strip $(KEYBOARD)), iris/rev3)
-    BOOTLOADER = dfu
+ifneq (, $(findstring rev3, $(KEYBOARD)))
+    BOOTLOADER = qmk-dfu
 else
     BOOTLOADER = caterina
 endif