From d4c23d881fcd9fafcd3ea678614f006203b64e71 Mon Sep 17 00:00:00 2001 From: zvecr Date: Tue, 5 Nov 2019 23:44:43 +0000 Subject: Convert backlight to follow driver rules pattern --- quantum/stm32/proton_c.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'quantum/stm32') 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 -- cgit v1.2.3