From 3e4cc5c945f8012b984c2b64a0c38fcb2293df9c Mon Sep 17 00:00:00 2001 From: skullY Date: Wed, 31 May 2017 16:03:36 -0700 Subject: [PATCH] Allow keyboards to override DFU_ARGS --- tmk_core/chibios.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk index 2a8d32fb99..379a491cfd 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk @@ -143,7 +143,7 @@ MCUFLAGS = -mcpu=$(MCU) DEBUG = gdb -DFU_ARGS = +DFU_ARGS ?= ifneq ("$(SERIAL)","") DFU_ARGS += -S $(SERIAL) endif