Convert backlight to follow driver rules pattern

This commit is contained in:
zvecr
2019-11-05 23:44:43 +00:00
committed by Florian Didron
parent 8c273cd0f2
commit 50c6d1e178
2 changed files with 9 additions and 10 deletions
+1 -3
View File
@@ -5,9 +5,7 @@ AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = no
# 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