summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/rules.mk')
-rw-r--r--keyboards/keebio/iris/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rules.mk b/keyboards/keebio/iris/rules.mk
index 9745d5e3c1..18d1d65500 100644
--- a/keyboards/keebio/iris/rules.mk
+++ b/keyboards/keebio/iris/rules.mk
@@ -8,7 +8,7 @@ F_USB = $(F_CPU)
# 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
+ BOOTLOADER = qmk-dfu
else
BOOTLOADER = caterina
endif