aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-08-16 11:13:45 +0100
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit15b5ff1dc229703c86053ada87f6511a4efbded9 (patch)
tree8347f9f5ed07cb0f5eddb75faca4c9fd4a34851a /docs
parent21a00b7f020a87af1fbeb31b96a17e0f25a34e96 (diff)
downloadfirmware-15b5ff1dc229703c86053ada87f6511a4efbded9.tar.gz
firmware-15b5ff1dc229703c86053ada87f6511a4efbded9.tar.bz2
firmware-15b5ff1dc229703c86053ada87f6511a4efbded9.zip
Remove f072 backlight warning (#10040)
* Remove f072 backlight warning * Remove f072 backlight warning from docs
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_backlight.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md
index 9e467c708..6bb2bbed8 100644
--- a/docs/feature_backlight.md
+++ b/docs/feature_backlight.md
@@ -160,8 +160,6 @@ See the ST datasheet for your particular MCU to determine these values. Unless y
Currently only hardware PWM is supported, not timer assisted, and does not provide automatic configuration.
-?> Backlight support for STM32F072 has had limited testing, so YMMV. If unsure, set `BACKLIGHT_ENABLE = no` in your `rules.mk`.
-
### Software PWM Driver :id=software-pwm-driver
In this mode, PWM is "emulated" while running other keyboard tasks. It offers maximum hardware compatibility without extra platform configuration. The tradeoff is the backlight might jitter when the keyboard is busy. To enable, add this to your `rules.mk`: