Skip to content

Commit 54685e5

Browse files
zvecrnoroadsleft
authored andcommitted
Remove f072 backlight warning (#10040)
* Remove f072 backlight warning * Remove f072 backlight warning from docs
1 parent ec09416 commit 54685e5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/feature_backlight.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ See the ST datasheet for your particular MCU to determine these values. Unless y
160160

161161
Currently only hardware PWM is supported, not timer assisted, and does not provide automatic configuration.
162162

163-
?> Backlight support for STM32F072 has had limited testing, so YMMV. If unsure, set `BACKLIGHT_ENABLE = no` in your `rules.mk`.
164-
165163
### Software PWM Driver :id=software-pwm-driver
166164

167165
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`:

quantum/backlight/backlight.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
#include "eeconfig.h"
2121
#include "debug.h"
2222

23-
#if defined(STM32F0XX) || defined(STM32F0xx)
24-
# pragma message("Backlight support for STMF072 has had limited testing, YMMV. If unsure, set 'BACKLIGHT_ENABLE = no' in your rules.mk")
25-
#endif
26-
2723
backlight_config_t backlight_config;
2824

2925
#ifdef BACKLIGHT_BREATHING

0 commit comments

Comments
 (0)