logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: dccada95aaad475ebe6da5d98fd0e2b428b19034
parent 380e0c9cad72ac29f858bef85c8b8eb35b6931f0
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon, 12 Aug 2024 23:25:29 +1000

Remove debugging prints. (#24271)


Diffstat:

Mbuilddefs/build_keyboard.mk3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/builddefs/build_keyboard.mk b/builddefs/build_keyboard.mk @@ -35,15 +35,12 @@ endif # Force expansion override TARGET := $(TARGET) -$(info TARGET=$(TARGET)) ifneq ($(FORCE_LAYOUT),) override TARGET := $(TARGET)_$(FORCE_LAYOUT) - $(info TARGET=$(TARGET)) endif ifneq ($(CONVERT_TO),) override TARGET := $(TARGET)_$(CONVERT_TO) - $(info TARGET=$(TARGET)) endif # Object files and generated keymap directory