summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-10-11 12:11:47 +0100
committerGitHub <noreply@github.com>2019-10-11 12:11:47 +0100
commit64c075ed2c2e2ddb2da9321bf17ed911d758a9b2 (patch)
tree0ae1ca452d8d5999d40e2ee40901bbaae9aac66d /quantum
parent094aa7c24b1d7d8fbea8404c93c2a3e99106d65b (diff)
Fix CONVERT_TO_PROTON_C_RXLED pins (#7007)
Diffstat (limited to 'quantum')
-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)