From: Joel Challis Date: Fri, 11 Oct 2019 11:11:47 +0000 (+0100) Subject: Fix CONVERT_TO_PROTON_C_RXLED pins (#7007) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64c075ed2c2e2ddb2da9321bf17ed911d758a9b2;p=qmk_firmware.git Fix CONVERT_TO_PROTON_C_RXLED pins (#7007) --- diff --git a/quantum/config_common.h b/quantum/config_common.h index fb9f1fd00..80715f2fc 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -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)