diff options
author | zvecr <git@zvecr.com> | 2019-11-05 23:44:43 +0000 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2019-12-14 03:25:06 +0000 |
commit | d4c23d881fcd9fafcd3ea678614f006203b64e71 (patch) | |
tree | be76d36db6000b2d393fcbe02eec719781542146 /quantum/stm32 | |
parent | 80c2e2674181191a41c4ca2c774d1a95b8a75838 (diff) |
Convert backlight to follow driver rules pattern
Diffstat (limited to 'quantum/stm32')
-rw-r--r-- | quantum/stm32/proton_c.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk index ff28a4cb5d..b25b555045 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 |