aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 71ba80523..ee6a69fc7 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -135,6 +135,10 @@ ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes)
135 OPT_DEFS += -DCONVERT_TO_PROTON_C 135 OPT_DEFS += -DCONVERT_TO_PROTON_C
136endif 136endif
137 137
138ifneq ($(FORCE_LAYOUT),)
139 TARGET := $(TARGET)_$(FORCE_LAYOUT)
140endif
141
138include quantum/mcu_selection.mk 142include quantum/mcu_selection.mk
139 143
140ifdef MCU_FAMILY 144ifdef MCU_FAMILY