Skip to content

Commit

Permalink
Use task driven PWM for CTPC until ARM can provide automatic configur…
Browse files Browse the repository at this point in the history
…ation (qmk#6928)

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

* Update CTPC docs to cover backlight
  • Loading branch information
zvecr authored and drashna committed Jan 2, 2020
1 parent 2bc2845 commit d445bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 203 deletions.
202 changes: 0 additions & 202 deletions docs/feature_backlight.md

This file was deleted.

6 changes: 5 additions & 1 deletion quantum/stm32/proton_c.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d445bd6

Please sign in to comment.