summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/QMK_PROTON_C
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-04-03 18:22:52 +0100
committerGitHub <noreply@github.com>2022-04-03 18:22:52 +0100
commit1660b2d2e25f5c43306a043c372255d0f66bb925 (patch)
tree6138d28ccd52c1b4041ec66ec11e873078b18c21 /platforms/chibios/boards/QMK_PROTON_C
parente6a7e7ac8e81bbfc49489d584c8afc60dae696ce (diff)
Refactor CTPC logic to allow future converters (#16621)
* Refactor CTPC logic to allow future converters * Update builddefs/converters.mk Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Diffstat (limited to 'platforms/chibios/boards/QMK_PROTON_C')
-rw-r--r--platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index 0618154678..0000000000
--- a/platforms/chibios/boards/QMK_PROTON_C/convert_to_proton_c.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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