summaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-07-12 05:05:13 +1000
committerDrashna Jaelre <drashna@live.com>2019-07-11 12:05:13 -0700
commit8e348c427d2b8dc670a2967e6cb8d2de4f897f7a (patch)
tree53c0ef97a35b5aa262bcd4391672ef2b7b7a2398 /message.mk
parent2bbbfc61543053f297e38fd070d8b18ee380bff5 (diff)
Display firmware size percentage (#6307)
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 734de86457..ec9bacbf49 100644
--- a/message.mk
+++ b/message.mk
@@ -79,8 +79,8 @@ MSG_TEST = Testing $(BOLD)$(TEST_NAME)$(NO_COLOR)
MSG_CHECK_FILESIZE = Checking file size of $(TARGET).hex
MSG_FILE_TOO_BIG = $(ERROR_COLOR)The firmware is too large!$(NO_COLOR) $(CURRENT_SIZE)/$(MAX_SIZE) ($(OVER_SIZE) bytes over)\n
MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n
-MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(FREE_SIZE) bytes free)\n
-MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(FREE_SIZE) bytes free)\n
+MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n
+MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(PERCENT_SIZE)%%, $(FREE_SIZE) bytes free)\n
MSG_PYTHON_MISSING = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
Python 3 is not installed. It will be required by a future version\n\
of qmk_firmware.\n\n\