mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
Fix CONVERT_TO_PROTON_C_RXLED pins (#7007)
This commit is contained in:
parent
094aa7c24b
commit
64c075ed2c
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
||||||
|
|
||||||
// LEDs (only D5/C13 uses an actual LED)
|
// LEDs (only D5/C13 uses an actual LED)
|
||||||
# ifdef CONVERT_TO_PROTON_C_RXLED
|
# ifdef CONVERT_TO_PROTON_C_RXLED
|
||||||
# define D5 PAL_LINE(GPIOC, 13)
|
# define D5 PAL_LINE(GPIOC, 14)
|
||||||
# define B0 PAL_LINE(GPIOC, 13)
|
# define B0 PAL_LINE(GPIOC, 13)
|
||||||
# else
|
# else
|
||||||
# define D5 PAL_LINE(GPIOC, 13)
|
# define D5 PAL_LINE(GPIOC, 13)
|
||||||
|
|
Loading…
Reference in a new issue