summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-18 00:04:15 +0100
committerGitHub <noreply@github.com>2021-08-18 00:04:15 +0100
commit4c9003b1779b7b404e3bb0ce103db683bd92bccb (patch)
tree7170b435e4456cb8ffc04b6b5abdd3e00cb63d15 /platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk
parent4c4f632378867b5c3e61461333974f59170893c3 (diff)
Move chibios board files to allow tmk_core platform migration (#13777)
* Move board files * fix up after rebase
Diffstat (limited to 'platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk')
-rw-r--r--platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk b/platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk
new file mode 100644
index 0000000000..0618154678
--- /dev/null
+++ b/platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk
@@ -0,0 +1,10 @@
+# Proton C MCU settings for converting AVR projects
+TARGET := $(TARGET)_proton_c
+MCU := STM32F303
+BOARD := QMK_PROTON_C
+BOOTLOADER := stm32-dfu
+OPT_DEFS += -DCONVERT_TO_PROTON_C
+
+# These are defaults based on what has been implemented for ARM boards
+AUDIO_ENABLE ?= yes
+WS2812_DRIVER ?= bitbang