forked from mirrors/qmk_userspace
Fix a couple of boards being wrongly identified as AVR (#16377)
This commit is contained in:
parent
2d12eacb4b
commit
4666d26008
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# MCU name
|
||||
MCU = STM32F303
|
||||
BOARD = QMK_PROTON_C
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
WS2812_DRIVER = pwm
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue