~ruther/qmk_firmware

ad4fc42e6be5da5c12e64b60f53839d951532a19 — QMK Bot 1 year, 8 months ago d046f73 + 62105b5
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 2 insertions(+), 0 deletions(-)

M builddefs/common_rules.mk
M builddefs/common_rules.mk => builddefs/common_rules.mk +2 -0
@@ 392,6 392,8 @@ check-size:
	if [ $(MAX_SIZE) -gt 0 ] && [ $(CURRENT_SIZE) -gt 0 ]; then \
		$(SILENT) || printf "$(MSG_CHECK_FILESIZE)" | $(AWK_CMD); \
		if [ $(CURRENT_SIZE) -gt $(MAX_SIZE) ]; then \
			$(REMOVE) $(TARGET).$(FIRMWARE_FORMAT); \
			$(REMOVE) $(BUILD_DIR)/$(TARGET).{hex,bin,uf2}; \
		    printf "\n * $(MSG_FILE_TOO_BIG)"; $(PRINT_ERROR_PLAIN); \
		else \
		    if [ $(FREE_SIZE) -lt $(SIZE_MARGIN) ]; then \

Do not follow this link