disable backlight, fix d7

This commit is contained in:
Jack Humbert 2018-12-15 01:12:54 -05:00
parent 44370bc35b
commit dcdc2e4924
2 changed files with 2 additions and 1 deletions

View file

@ -135,7 +135,7 @@
#define D0 PAL_LINE(GPIOB, 6) #define D0 PAL_LINE(GPIOB, 6)
#define D4 PAL_LINE(GPIOB, 5) #define D4 PAL_LINE(GPIOB, 5)
#define C6 PAL_LINE(GPIOB, 4) #define C6 PAL_LINE(GPIOB, 4)
#define C7 PAL_LINE(GPIOB, 3) #define D7 PAL_LINE(GPIOB, 3)
#define E6 PAL_LINE(GPIOB, 2) #define E6 PAL_LINE(GPIOB, 2)
#define B4 PAL_LINE(GPIOB, 1) #define B4 PAL_LINE(GPIOB, 1)
#define B5 PAL_LINE(GPIOB, 0) #define B5 PAL_LINE(GPIOB, 0)

View file

@ -36,3 +36,4 @@ DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
RGBLIGHT_ENABLE = no RGBLIGHT_ENABLE = no
AUDIO_ENABLE = yes AUDIO_ENABLE = yes
BACKLIGHT_ENABLE = no