summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-10-11 12:11:47 +0100
committerDrashna Jael're <drashna@live.com>2019-12-05 16:03:51 -0800
commitcb7d24d95d33e2f66656c3eea404eeae9d737a08 (patch)
tree4abedd9806bbe0c7e602891078be7fd18390c673
parent4dc4084c03af3e3850ecb618cf9ec2bbf8734eff (diff)
Fix CONVERT_TO_PROTON_C_RXLED pins (#7007)
-rw-r--r--quantum/config_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index fb9f1fd00a..80715f2fcd 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)