~ruther/qmk_firmware

64c075ed2c2e2ddb2da9321bf17ed911d758a9b2 — Joel Challis 5 years ago 094aa7c
Fix CONVERT_TO_PROTON_C_RXLED pins (#7007)

1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/config_common.h
M quantum/config_common.h => quantum/config_common.h +1 -1
@@ 175,7 175,7 @@

// LEDs (only D5/C13 uses an actual LED)
#        ifdef CONVERT_TO_PROTON_C_RXLED
#            define D5 PAL_LINE(GPIOC, 13)
#            define D5 PAL_LINE(GPIOC, 14)
#            define B0 PAL_LINE(GPIOC, 13)
#        else
#            define D5 PAL_LINE(GPIOC, 13)