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:
parent
4531cc874e
commit
1249da4e8e
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue