Use DFU bootloader for rev 3
parent
85f315ad65
commit
44a348d56f
|
@ -37,7 +37,11 @@ F_USB = $(F_CPU)
|
||||||
# This definition is optional, and if your keyboard supports multiple bootloaders of
|
# This definition is optional, and if your keyboard supports multiple bootloaders of
|
||||||
# different sizes, comment this out, and the correct address will be loaded
|
# different sizes, comment this out, and the correct address will be loaded
|
||||||
# automatically (+60). See bootloader.mk for all options.
|
# automatically (+60). See bootloader.mk for all options.
|
||||||
|
ifeq ($(strip $(KEYBOARD)), iris/rev3)
|
||||||
|
BOOTLOADER = dfu
|
||||||
|
else
|
||||||
BOOTLOADER = caterina
|
BOOTLOADER = caterina
|
||||||
|
endif
|
||||||
|
|
||||||
# Interrupt driven control endpoint task(+60)
|
# Interrupt driven control endpoint task(+60)
|
||||||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||||
|
|
Loading…
Reference in New Issue