[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user