Added debug statements

This commit is contained in:
Victor 2024-05-15 08:02:21 -05:00
parent 41a0204fc9
commit cd8e39822c
Failed to generate hash of commit

View file

@ -5,3 +5,5 @@ ifeq ($(filter $(KLOR_LAYOUT),$(VALID_KLOR_LAYOUTS)),)
else
OPT_DEFS += -DKLOR_$(strip $(shell echo $(KLOR_LAYOUT) | tr '[:lower:]' '[:upper:]'))
endif
$(info $(OPT_DEFS))