aboutsummaryrefslogtreecommitdiff
path: root/quantum/stm32/proton_c.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/stm32/proton_c.mk')
-rw-r--r--quantum/stm32/proton_c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk
index 193e09ca1..ff28a4cb5 100644
--- a/quantum/stm32/proton_c.mk
+++ b/quantum/stm32/proton_c.mk
@@ -2,7 +2,7 @@
2 2
3# These are defaults based on what has been implemented for ARM boards 3# These are defaults based on what has been implemented for ARM boards
4AUDIO_ENABLE = yes 4AUDIO_ENABLE = yes
5RGBLIGHT_ENABLE = no 5WS2812_DRIVER = bitbang
6 6
7# Force task driven PWM until ARM can provide automatic configuration 7# Force task driven PWM until ARM can provide automatic configuration
8ifneq ($(strip $(BACKLIGHT_ENABLE)), no) 8ifneq ($(strip $(BACKLIGHT_ENABLE)), no)