~ruther/qmk_firmware

17ff5512757e05cd3b4e27066c24ac697fa8da9c — Joel Challis 5 years ago e208cb4
Convert f072 backlight build error to message (#8177)

2 files changed, 2 insertions(+), 2 deletions(-)

M docs/feature_backlight.md
M quantum/backlight/backlight_arm.c
M docs/feature_backlight.md => docs/feature_backlight.md +1 -1
@@ 167,7 167,7 @@ BACKLIGHT_DRIVER = pwm

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

?> STMF072 support is being investigated.
?> Backlight support for STMF072 has had limited testing, YMMV. If unsure, set `BACKLIGHT_ENABLE = no` in your rules.mk.

### ARM Configuration


M quantum/backlight/backlight_arm.c => quantum/backlight/backlight_arm.c +1 -1
@@ 7,7 7,7 @@
#ifdef BACKLIGHT_PIN

#    if defined(STM32F0XX) || defined(STM32F0xx)
#        error "Backlight support for STMF072 is not available. Please disable."
#        pragma message("Backlight support for STMF072 has had limited testing, YMMV. If unsure, set 'BACKLIGHT_ENABLE = no' in your rules.mk")
#    endif

// GPIOV2 && GPIOV3