Use task driven PWM for CTPC until ARM can provide automatic configuration (#6928)

* Use task driven PWM for CTPC until ARM can provide automatic configuration

* Update CTPC docs to cover backlight
This commit is contained in:
Joel Challis
2019-11-02 21:21:00 +00:00
committed by Florian Didron
parent 2c0173f0ff
commit 2b15486272
2 changed files with 5 additions and 203 deletions
+5 -1
View File
@@ -3,7 +3,11 @@
# These are defaults based on what has been implemented for ARM boards
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = no
BACKLIGHT_ENABLE = no
# Force task driven PWM until ARM can provide automatic configuration
ifneq ($(strip $(BACKLIGHT_ENABLE)), no)
BACKLIGHT_ENABLE = software
endif
# The rest of these settings shouldn't change