]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Use DFU bootloader for rev 3
authorDanny Nguyen <danny@keeb.io>
Mon, 15 Oct 2018 16:46:33 +0000 (12:46 -0400)
committerDrashna Jaelre <drashna@live.com>
Mon, 15 Oct 2018 17:56:46 +0000 (10:56 -0700)
keyboards/iris/rules.mk

index fa261adc6f81e98c45bcf8eee8b2fca080537f5d..88dd66c18ef45674106d0414a9112e1011c3e9b9 100644 (file)
@@ -37,7 +37,11 @@ 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.
-BOOTLOADER = caterina
+ifeq ($(strip $(KEYBOARD)), iris/rev3)
+    BOOTLOADER = dfu
+else
+    BOOTLOADER = caterina
+endif
 
 # Interrupt driven control endpoint task(+60)
 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT