Parcourir la source

disable backlight, fix d7

Jack Humbert il y a 7 ans
Parent
commit
dcdc2e4924
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 1
      quantum/config_common.h
  2. 1 0
      quantum/stm32/proton_c.mk

+ 1 - 1
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)

+ 1 - 0
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