diff options
| author | Ryan <fauxpark@gmail.com> | 2021-07-06 15:34:04 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 15:34:04 +1000 |
| commit | 9ce680801574706a846de9aafe33cffbf5231509 (patch) | |
| tree | a5a4f9f580f22aa656518585de2115e10cbabb99 /message.mk | |
| parent | 03a9baa44ff5e43023d87e5ccd4e01a908f21389 (diff) | |
| download | qmk_firmware-9ce680801574706a846de9aafe33cffbf5231509.tar.gz qmk_firmware-9ce680801574706a846de9aafe33cffbf5231509.zip | |
Update `MSG_PYTHON_MISSING` (#13427)
Diffstat (limited to 'message.mk')
| -rw-r--r-- | message.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/message.mk b/message.mk index f4a246894..dcd47e550 100644 --- a/message.mk +++ b/message.mk | |||
| @@ -88,8 +88,8 @@ MSG_FILE_TOO_BIG = $(ERROR_COLOR)The firmware is too large!$(NO_COLOR) $(CURRENT | |||
| 88 | MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n | 88 | MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n |
| 89 | MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n | 89 | MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n |
| 90 | MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n | 90 | MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n |
| 91 | MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Can not run \"qmk\" command!\n\n\ | 91 | MSG_PYTHON_MISSING = $(ERROR_COLOR)ERROR:$(NO_COLOR) Cannot run \"qmk hello\"!\n\n\ |
| 92 | Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n | 92 | Please run $(BOLD)qmk setup$(NO_COLOR) to install all the dependencies QMK requires.\n\n |
| 93 | 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 | 93 | 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 |
| 94 | MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n | 94 | MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n |
| 95 | MSG_BOOTLOADER_NOT_FOUND = $(ERROR_COLOR)ERROR:$(NO_COLOR) Bootloader not found. Trying again in 5s (Ctrl+C to cancel)\n | 95 | MSG_BOOTLOADER_NOT_FOUND = $(ERROR_COLOR)ERROR:$(NO_COLOR) Bootloader not found. Trying again in 5s (Ctrl+C to cancel)\n |
