blob: 496312fe98161e60c215703f9b1a8910859a23fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu
WS2812_DRIVER = pwm
SERIAL_DRIVER = usart
AUDIO_ENABLE = no
LTO_ENABLE = no
CONVERT_TO = proton_c
|