diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-03 01:26:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-03 01:26:40 +0000 |
commit | f5df1b155af86bbe1833c2fdeca921e664c3c1f9 (patch) | |
tree | c83f2c6fa198930a57bce6e8904a2d7f7f56cf69 /platforms/avr | |
parent | bdffe9efe8c7182fd3de3e2027becc173f8b79c2 (diff) | |
parent | cc1565f2a3e46f6f364f872962ced35aef5ddae8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'platforms/avr')
-rw-r--r-- | platforms/avr/flash.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platforms/avr/flash.mk b/platforms/avr/flash.mk index cd980b9733..4c4ac70512 100644 --- a/platforms/avr/flash.mk +++ b/platforms/avr/flash.mk @@ -168,7 +168,8 @@ endef hid_bootloader: $(BUILD_DIR)/$(TARGET).hex check-size cpfirmware $(call EXEC_HID_LUFA) -flash: $(BUILD_DIR)/$(TARGET).hex check-size cpfirmware +flash: $(BUILD_DIR)/$(TARGET).hex check-size cpfirmware + $(SILENT) || printf "Flashing for bootloader: $(BLUE)$(BOOTLOADER)$(NO_COLOR)\n" ifneq ($(strip $(PROGRAM_CMD)),) $(UNSYNC_OUTPUT_CMD) && $(PROGRAM_CMD) else ifeq ($(strip $(BOOTLOADER)), caterina) |