Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2026-06-26 13:20:50 +00:00
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ifndef VERBOSE ifneq ($(VERBOSE),true)
.SILENT: .SILENT:
endif endif
+1 -1
View File
@@ -4,7 +4,7 @@
# responsible for determining which folder is being used and doing the # responsible for determining which folder is being used and doing the
# corresponding environment setup. # corresponding environment setup.
ifndef VERBOSE ifneq ($(VERBOSE),true)
.SILENT: .SILENT:
endif endif
+1 -1
View File
@@ -1,4 +1,4 @@
ifndef VERBOSE ifneq ($(VERBOSE),true)
.SILENT: .SILENT:
endif endif
-3
View File
@@ -113,9 +113,6 @@ class BuildTarget:
'builddefs/build_keyboard.mk', 'builddefs/build_keyboard.mk',
] ]
if not cli.config.general.verbose:
compile_args.append('-s')
verbose = 'true' if cli.config.general.verbose else 'false' verbose = 'true' if cli.config.general.verbose else 'false'
color = 'true' if cli.config.general.color else 'false' color = 'true' if cli.config.general.color else 'false'