diff options
| author | Joel Challis <git@zvecr.com> | 2020-03-07 12:09:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-07 12:09:49 +0000 |
| commit | 3a303bd2aec57fd2d4d0f6d3e5583d746367d6e1 (patch) | |
| tree | 8ab57281f90be800b6e3556e2705ffbcabf1494c /quantum/backlight/backlight_arm.c | |
| parent | d7ba0ad684a18c07952963427ca89a8e8e7e1903 (diff) | |
| download | qmk_firmware-3a303bd2aec57fd2d4d0f6d3e5583d746367d6e1.tar.gz qmk_firmware-3a303bd2aec57fd2d4d0f6d3e5583d746367d6e1.zip | |
Backlight - Carve out a better location for private driver functionality (#8329)
* rename backlight_soft to match rules.mk
* rename backlight_soft to match rules.mk - update common_features
* Carve out a better location for private driver backlight functionality
Diffstat (limited to 'quantum/backlight/backlight_arm.c')
| -rw-r--r-- | quantum/backlight/backlight_arm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/backlight/backlight_arm.c b/quantum/backlight/backlight_arm.c index a6d38a1a0..723544adb 100644 --- a/quantum/backlight/backlight_arm.c +++ b/quantum/backlight/backlight_arm.c | |||
| @@ -6,10 +6,6 @@ | |||
| 6 | // TODO: remove short term bodge when refactoring BACKLIGHT_CUSTOM_DRIVER out | 6 | // TODO: remove short term bodge when refactoring BACKLIGHT_CUSTOM_DRIVER out |
| 7 | #ifdef BACKLIGHT_PIN | 7 | #ifdef BACKLIGHT_PIN |
| 8 | 8 | ||
| 9 | # if defined(STM32F0XX) || defined(STM32F0xx) | ||
| 10 | # pragma message("Backlight support for STMF072 has had limited testing, YMMV. If unsure, set 'BACKLIGHT_ENABLE = no' in your rules.mk") | ||
| 11 | # endif | ||
| 12 | |||
| 13 | // GPIOV2 && GPIOV3 | 9 | // GPIOV2 && GPIOV3 |
| 14 | # ifndef BACKLIGHT_PAL_MODE | 10 | # ifndef BACKLIGHT_PAL_MODE |
| 15 | # define BACKLIGHT_PAL_MODE 2 | 11 | # define BACKLIGHT_PAL_MODE 2 |
