summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-05-31 15:50:34 +0100
committerDrashna Jaelre <drashna@live.com>2019-06-01 13:33:11 -0700
commitc393d3afde05e883422770f5596475347f707c6c (patch)
tree4a828108714af7bd9f91d24e655c84facf1a072f
parent8eb5022af538b3cda1d0aefd37a0dfe792794cbd (diff)
Add additional pins for Teensy 3.x and LC0.6.395
-rw-r--r--quantum/config_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index c489e14073..bc4d9ec1af 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -204,6 +204,8 @@
#define B13 PAL_LINE(GPIOB, 13)
#define B14 PAL_LINE(GPIOB, 14)
#define B15 PAL_LINE(GPIOB, 15)
+ #define B16 PAL_LINE(GPIOB, 16)
+ #define B17 PAL_LINE(GPIOB, 17)
#define C0 PAL_LINE(GPIOC, 0)
#define C1 PAL_LINE(GPIOC, 1)
#define C2 PAL_LINE(GPIOC, 2)