diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-16 04:20:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-16 04:20:45 +0000 |
commit | 06971da0be4db1a1acd9e37e3d66431a21f22e45 (patch) | |
tree | 5e4451b95c09482c5d0939de1573324a96443dde /message.mk | |
parent | 2d6fe6eed4610a64622042d63299f5101381fe43 (diff) | |
parent | ed0451bc28dc5ffcc3031bf9918a25e9fb8db2f7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/message.mk b/message.mk index 79d1957397..da5f9fb9e3 100644 --- a/message.mk +++ b/message.mk @@ -93,3 +93,5 @@ MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run \"qmk\" command 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 +BOOTLOADER_RETRY_TIME ?= 0.5 +MSG_BOOTLOADER_NOT_FOUND_QUICK_RETRY = Bootloader not found. Trying again every $(BOOTLOADER_RETRY_TIME)s |