[Keyboard] Update Iris Rev 3 QMK-DFU settings (#6050)

* Set the correct pinout for Iris Rev 3 QMK-DFU

* Set bootloader to QMK-DFU
This commit is contained in:
Danny
2019-06-02 01:36:30 -04:00
committed by Drashna Jaelre
parent 3449000f42
commit 0744af97af
2 changed files with 3 additions and 3 deletions

View File

@@ -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