summaryrefslogtreecommitdiffstats
path: root/keyboards/iris
diff options
context:
space:
mode:
authorDanny Nguyen <danny@keeb.io>2018-10-15 18:46:33 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-15 19:56:46 +0200
commit44a348d56f661d22144202f440b87c26832a8170 (patch)
tree12cf9782e7a73822f3c2203ed1195de32b0847f8 /keyboards/iris
parent85f315ad6508d96af4497ea433c54f13c0296a90 (diff)
downloadqmk_firmware-44a348d56f661d22144202f440b87c26832a8170.tar.gz
qmk_firmware-44a348d56f661d22144202f440b87c26832a8170.tar.xz
Use DFU bootloader for rev 3
Diffstat (limited to 'keyboards/iris')
-rw-r--r--keyboards/iris/rules.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/iris/rules.mk b/keyboards/iris/rules.mk
index fa261adc6..88dd66c18 100644
--- a/keyboards/iris/rules.mk
+++ b/keyboards/iris/rules.mk
@@ -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