blob: 406adae32c3b9199feeebe7d1c5b6045e5ec0e2d (
plain)
1
2
3
4
5
6
7
8
|
# Proton C MCU settings for converting AVR projects
MCU := STM32F303
BOARD := QMK_PROTON_C
BOOTLOADER := stm32-dfu
# These are defaults based on what has been implemented for ARM boards
AUDIO_ENABLE ?= yes
WS2812_DRIVER ?= bitbang
|