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, 1 insertions, 3 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index e87dcb8f2..8d018f2e3 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -136,9 +136,7 @@ ifeq ($(strip $(CTPC)), yes)
136endif 136endif
137 137
138ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes) 138ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes)
139 TARGET := $(TARGET)_proton_c 139 include platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk
140 include platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk
141 OPT_DEFS += -DCONVERT_TO_PROTON_C
142endif 140endif
143 141
144ifneq ($(FORCE_LAYOUT),) 142ifneq ($(FORCE_LAYOUT),)