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
This commit is contained in:
parent
777a30cb42
commit
87291437bd
@ -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),)
|
||||
|
@ -51,6 +51,7 @@ Proton C には1つのオンボード LED(C13)しかなく、デフォルトで
|
||||
|
||||
```
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
```
|
||||
|
||||
次の変数が存在する場合は削除します。
|
||||
|
@ -44,6 +44,7 @@ To use the Proton C natively, without having to specify `CTPC=yes`, you need to
|
||||
|
||||
```
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
```
|
||||
|
||||
Remove these variables if they exist:
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
## Features
|
||||
CONSOLE_ENABLE = yes
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,4 +1,5 @@
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,4 +1,5 @@
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
BOOTLOADER =
|
||||
|
||||
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# LED Configuration
|
||||
LED_MATRIX_ENABLE = yes
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
## Features
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Use SPI for RGB underglow:
|
||||
WS2812_DRIVER = spi
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change to "no" to disable the options, or define them in the Makefile in
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,2 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
@ -1,2 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Use SPI for RGB underglow:
|
||||
WS2812_DRIVER = spi
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Do not put the microcontroller into power saving mode
|
||||
# when we get USB suspend event. We want it to keep updating
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user