From dcdc2e4924efb7f307a4d56d3eae165a564a41c8 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sat, 15 Dec 2018 01:12:54 -0500 Subject: [PATCH] disable backlight, fix d7 --- quantum/config_common.h | 2 +- quantum/stm32/proton_c.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/quantum/config_common.h b/quantum/config_common.h index 22afa91132..306647d3c8 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -135,7 +135,7 @@ #define D0 PAL_LINE(GPIOB, 6) #define D4 PAL_LINE(GPIOB, 5) #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 B4 PAL_LINE(GPIOB, 1) #define B5 PAL_LINE(GPIOB, 0) diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk index 33b1c98df7..4a62fbbb9c 100644 --- a/quantum/stm32/proton_c.mk +++ b/quantum/stm32/proton_c.mk @@ -36,3 +36,4 @@ DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave RGBLIGHT_ENABLE = no AUDIO_ENABLE = yes +BACKLIGHT_ENABLE = no