diff options
author | Nick Brassel <nick@tzarc.org> | 2020-12-03 13:04:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 13:04:28 +1100 |
commit | 87291437bd5afccb44677db3ebcf0c284128e990 (patch) | |
tree | a7817c2b282c39fadb067d7e01fbacfe84a73601 /build_keyboard.mk | |
parent | 777a30cb423e0636431dae0b8578ef5e962bac30 (diff) |
Add board specific to Proton-C, with usual defaults turned on. (#10976)
- Set all other ChibiOS defaults to 'off', when not targeting Proton-C
- Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output
- Modified version.h generation so that SKIP_VERSION=yes generates the same output
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r-- | build_keyboard.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk index e87dcb8f22..8d018f2e3c 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk @@ -136,9 +136,7 @@ ifeq ($(strip $(CTPC)), yes) endif ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes) - TARGET := $(TARGET)_proton_c - include platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk - OPT_DEFS += -DCONVERT_TO_PROTON_C + include platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk endif ifneq ($(FORCE_LAYOUT),) |