]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - build_keyboard.mk
Make sure NOBITS is set on reset_key
[qmk_firmware.git] / build_keyboard.mk
index 0239a58b79b43b5542a9984ab9e6af505669f3c1..ee6a69fc79deae1a5568c1efd1bff3671d44b699 100644 (file)
@@ -135,6 +135,10 @@ ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes)
     OPT_DEFS += -DCONVERT_TO_PROTON_C
 endif
 
+ifneq ($(FORCE_LAYOUT),)
+    TARGET := $(TARGET)_$(FORCE_LAYOUT)
+endif
+
 include quantum/mcu_selection.mk
 
 ifdef MCU_FAMILY
@@ -371,4 +375,5 @@ all: build check-size
 build: elf cpfirmware
 check-size: build
 
+include show_options.mk
 include $(TMK_PATH)/rules.mk