summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk
blob: d0a337bad7fe0e9e9a4f45a287bec201164bbae3 (plain)
1
2
3
4
5
6
7
8
9
# Proton C MCU settings for converting AVR projects
TARGET := $(TARGET)_proton_c
MCU := STM32F303
BOARD := QMK_PROTON_C
OPT_DEFS += -DCONVERT_TO_PROTON_C

# These are defaults based on what has been implemented for ARM boards
AUDIO_ENABLE ?= yes
WS2812_DRIVER ?= bitbang