aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-11-05 23:44:43 +0000
committerzvecr <git@zvecr.com>2019-12-14 03:25:06 +0000
commitd4c23d881fcd9fafcd3ea678614f006203b64e71 (patch)
treebe76d36db6000b2d393fcbe02eec719781542146 /quantum
parent80c2e2674181191a41c4ca2c774d1a95b8a75838 (diff)
downloadfirmware-d4c23d881fcd9fafcd3ea678614f006203b64e71.tar.gz
firmware-d4c23d881fcd9fafcd3ea678614f006203b64e71.tar.bz2
firmware-d4c23d881fcd9fafcd3ea678614f006203b64e71.zip
Convert backlight to follow driver rules pattern
Diffstat (limited to 'quantum')
-rw-r--r--quantum/stm32/proton_c.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk
index ff28a4cb5..b25b55504 100644
--- a/quantum/stm32/proton_c.mk
+++ b/quantum/stm32/proton_c.mk
@@ -5,9 +5,7 @@ AUDIO_ENABLE = yes
WS2812_DRIVER = bitbang
# Force task driven PWM until ARM can provide automatic configuration
-ifneq ($(strip $(BACKLIGHT_ENABLE)), no)
- BACKLIGHT_ENABLE = software
-endif
+BACKLIGHT_DRIVER = software
# The rest of these settings shouldn't change