Explorar el Código

Allow keyboards to override DFU_ARGS

skullY hace 9 años
padre
commit
3e4cc5c945
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tmk_core/chibios.mk

+ 1 - 1
tmk_core/chibios.mk

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