summaryrefslogtreecommitdiff
path: root/platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk')
-rw-r--r--platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk b/platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk
index 3fa73a96e0..0618154678 100644
--- a/platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk
+++ b/platforms/chibios/QMK_PROTON_C/convert_to_proton_c.mk
@@ -2,11 +2,9 @@
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
-
-# Force task driven PWM until ARM can provide automatic configuration
-BACKLIGHT_DRIVER = software \ No newline at end of file
+AUDIO_ENABLE ?= yes
+WS2812_DRIVER ?= bitbang