summaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-03 16:34:22 +1000
committerGitHub <noreply@github.com>2021-07-03 16:34:22 +1000
commit06e0643541493220fb7413e33f3fc6972a9384b8 (patch)
tree2cef1e856ca3bbaf49bfe472333914dd9e49c0ec /message.mk
parent2ce8d264184e053d67e083ab86a2613a4a6a128e (diff)
Add "Ctrl+C to cancel" to "waiting for bootloader" messages (#13424)
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/message.mk b/message.mk
index da5f9fb9e3..f4a2468945 100644
--- a/message.mk
+++ b/message.mk
@@ -92,6 +92,6 @@ MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run \"qmk\" command
Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n
MSG_FLASH_BOOTLOADER = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's bootloader is not specified or is not supported by the \":flash\" target at this time.\n\n
MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n
-MSG_BOOTLOADER_NOT_FOUND = $(ERROR_COLOR)ERROR:$(NO_COLOR) Bootloader not found. Trying again in 5s.\n
+MSG_BOOTLOADER_NOT_FOUND = $(ERROR_COLOR)ERROR:$(NO_COLOR) Bootloader not found. Trying again in 5s (Ctrl+C to cancel)\n
BOOTLOADER_RETRY_TIME ?= 0.5
-MSG_BOOTLOADER_NOT_FOUND_QUICK_RETRY = Bootloader not found. Trying again every $(BOOTLOADER_RETRY_TIME)s
+MSG_BOOTLOADER_NOT_FOUND_QUICK_RETRY = Bootloader not found. Trying again every $(BOOTLOADER_RETRY_TIME)s (Ctrl+C to cancel)