diff options
| author | Joel Challis <git@zvecr.com> | 2019-12-21 18:22:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-21 18:22:49 +0000 |
| commit | 376419a4f7e0489111a9ac24acc847342fe9d64d (patch) | |
| tree | 7956534e51eb87d62af3c4ba81f19118a7a04ef9 /quantum/backlight | |
| parent | 05b479d349aafb8298b43fcbfcddc4440336de9c (diff) | |
| download | qmk_firmware-376419a4f7e0489111a9ac24acc847342fe9d64d.tar.gz qmk_firmware-376419a4f7e0489111a9ac24acc847342fe9d64d.zip | |
Add central location for ChibiOS defines (#7542)
* Add central location for chibios defines
* Add central location for chibios defines - actually add files this time....
* Add Copyright header
* Update include order to resolve i2cv1 build errors
Diffstat (limited to 'quantum/backlight')
| -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 3f94ccef8..8c6909a4a 100644 --- a/quantum/backlight/backlight_arm.c +++ b/quantum/backlight/backlight_arm.c | |||
| @@ -10,10 +10,6 @@ | |||
| 10 | # error "Backlight support for STMF072 is not available. Please disable." | 10 | # error "Backlight support for STMF072 is not available. Please disable." |
| 11 | # endif | 11 | # endif |
| 12 | 12 | ||
| 13 | # if defined(STM32F1XX) || defined(STM32F1xx) | ||
| 14 | # define USE_GPIOV1 | ||
| 15 | # endif | ||
| 16 | |||
| 17 | // GPIOV2 && GPIOV3 | 13 | // GPIOV2 && GPIOV3 |
| 18 | # ifndef BACKLIGHT_PAL_MODE | 14 | # ifndef BACKLIGHT_PAL_MODE |
| 19 | # define BACKLIGHT_PAL_MODE 2 | 15 | # define BACKLIGHT_PAL_MODE 2 |
