diff options
| author | Joel Challis <git@zvecr.com> | 2020-08-16 11:13:45 +0100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
| commit | 15b5ff1dc229703c86053ada87f6511a4efbded9 (patch) | |
| tree | 8347f9f5ed07cb0f5eddb75faca4c9fd4a34851a /quantum/backlight/backlight.c | |
| parent | 21a00b7f020a87af1fbeb31b96a17e0f25a34e96 (diff) | |
| download | qmk_firmware-15b5ff1dc229703c86053ada87f6511a4efbded9.tar.gz qmk_firmware-15b5ff1dc229703c86053ada87f6511a4efbded9.zip | |
Remove f072 backlight warning (#10040)
* Remove f072 backlight warning
* Remove f072 backlight warning from docs
Diffstat (limited to 'quantum/backlight/backlight.c')
| -rw-r--r-- | quantum/backlight/backlight.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/backlight/backlight.c b/quantum/backlight/backlight.c index 34dd8cbdb..113beb832 100644 --- a/quantum/backlight/backlight.c +++ b/quantum/backlight/backlight.c | |||
| @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | #include "eeconfig.h" | 20 | #include "eeconfig.h" |
| 21 | #include "debug.h" | 21 | #include "debug.h" |
| 22 | 22 | ||
| 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 | |||
| 27 | backlight_config_t backlight_config; | 23 | backlight_config_t backlight_config; |
| 28 | 24 | ||
| 29 | #ifdef BACKLIGHT_BREATHING | 25 | #ifdef BACKLIGHT_BREATHING |
