mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
Convert f072 backlight build error to message (#8177)
This commit is contained in:
parent
e208cb46ae
commit
17ff551275
@ -167,7 +167,7 @@ BACKLIGHT_DRIVER = pwm
|
|||||||
|
|
||||||
Currently only hardware PWM is supported, not timer assisted, and does not provide automatic configuration.
|
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
|
### ARM Configuration
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#ifdef BACKLIGHT_PIN
|
#ifdef BACKLIGHT_PIN
|
||||||
|
|
||||||
# if defined(STM32F0XX) || defined(STM32F0xx)
|
# 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
|
# endif
|
||||||
|
|
||||||
// GPIOV2 && GPIOV3
|
// GPIOV2 && GPIOV3
|
||||||
|
Loading…
Reference in New Issue
Block a user