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 /tmk_core | |
| parent | 777a30cb423e0636431dae0b8578ef5e962bac30 (diff) | |
| download | qmk_firmware-87291437bd5afccb44677db3ebcf0c284128e990.tar.gz qmk_firmware-87291437bd5afccb44677db3ebcf0c284128e990.zip | |
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 'tmk_core')
| -rw-r--r-- | tmk_core/chibios.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk index e53edccee..ceed2a7b4 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk | |||
| @@ -71,6 +71,9 @@ else ifneq ("$(wildcard $(TOP_DIR)/platforms/chibios/$(BOARD)/board/board.mk)"," | |||
| 71 | BOARD_PATH = $(TOP_DIR)/platforms/chibios/$(BOARD) | 71 | BOARD_PATH = $(TOP_DIR)/platforms/chibios/$(BOARD) |
| 72 | BOARD_MK += $(TOP_DIR)/platforms/chibios/$(BOARD)/board/board.mk | 72 | BOARD_MK += $(TOP_DIR)/platforms/chibios/$(BOARD)/board/board.mk |
| 73 | KEYBOARD_PATHS += $(BOARD_PATH)/configs | 73 | KEYBOARD_PATHS += $(BOARD_PATH)/configs |
| 74 | ifneq ("$(wildcard $(BOARD_PATH)/rules.mk)","") | ||
| 75 | include $(BOARD_PATH)/rules.mk | ||
| 76 | endif | ||
| 74 | endif | 77 | endif |
| 75 | 78 | ||
| 76 | ifeq ("$(wildcard $(BOARD_MK))","") | 79 | ifeq ("$(wildcard $(BOARD_MK))","") |
