Allow keyboards to override DFU_ARGS

This commit is contained in:
skullY 2017-05-31 16:03:36 -07:00
parent 9b965d1cd4
commit 3e4cc5c945

View File

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