Allow keyboards to override DFU_ARGS

clueboard_arm
skullY 7 years ago
parent 9b965d1cd4
commit 3e4cc5c945

@ -143,7 +143,7 @@ MCUFLAGS = -mcpu=$(MCU)
DEBUG = gdb DEBUG = gdb
DFU_ARGS = DFU_ARGS ?=
ifneq ("$(SERIAL)","") ifneq ("$(SERIAL)","")
DFU_ARGS += -S $(SERIAL) DFU_ARGS += -S $(SERIAL)
endif endif

Loading…
Cancel
Save