diff options
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r-- | build_keyboard.mk | 4 |
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 |
136 | endif | 136 | endif |
137 | 137 | ||
138 | ifneq ($(FORCE_LAYOUT),) | ||
139 | TARGET := $(TARGET)_$(FORCE_LAYOUT) | ||
140 | endif | ||
141 | |||
138 | include quantum/mcu_selection.mk | 142 | include quantum/mcu_selection.mk |
139 | 143 | ||
140 | ifdef MCU_FAMILY | 144 | ifdef MCU_FAMILY |