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 /keyboards/kbdfans | |
| 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 'keyboards/kbdfans')
| -rw-r--r-- | keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk b/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk index 4e9bcf21a..4e79819ff 100644 --- a/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk +++ b/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
| 3 | BOARD = QMK_PROTON_C | ||
| 3 | 4 | ||
| 4 | BACKLIGHT_ENABLE = no | 5 | BACKLIGHT_ENABLE = no |
| 5 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 6 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
