Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-01-03 20:30:50 +00:00
commit 1f8acb7619
1 changed files with 4 additions and 0 deletions

View File

@ -56,4 +56,8 @@ bin: $(BUILD_DIR)/$(TARGET).hex
$(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;
flash: bin
ifneq ($(strip $(PROGRAM_CMD)),)
$(PROGRAM_CMD)
else
$(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
endif