]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/chibios.mk
Clueboard 60% support (#1746)
[qmk_firmware.git] / tmk_core / chibios.mk
index 61e0a847d7dc03b0f7026e08baf2c064b5531ee2..c938eaeb9010ad64b3856c5ff1d2efb1cf37c37d 100644 (file)
@@ -143,7 +143,7 @@ MCUFLAGS = -mcpu=$(MCU)
 
 DEBUG = gdb
 
-DFU_ARGS =
+DFU_ARGS ?=
 ifneq ("$(SERIAL)","")
        DFU_ARGS += -S $(SERIAL)
 endif
@@ -157,4 +157,4 @@ dfu-util: $(BUILD_DIR)/$(TARGET).bin sizeafter
        $(DFU_UTIL) $(DFU_ARGS) -D $(BUILD_DIR)/$(TARGET).bin
 
 bin: $(BUILD_DIR)/$(TARGET).bin sizeafter
-       $(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;
\ No newline at end of file
+       $(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;