summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-06-05 18:37:35 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-06-06 10:37:35 +0900
commitdc13f5f518887af9e34f044145f9095e26ea5d80 (patch)
tree0c839db8153155aacf3e93c3d62c1f484676f704
parent61d1932f7cb164ef46d1004ee50718e43007d90a (diff)
Add additional pins for Teensy 3.x and LC (#72)
-rw-r--r--changelog.md1
-rw-r--r--quantum/config_common.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 187443e1cf..e3c3fdc0e7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -28,6 +28,7 @@
05-29-2019 - Fixing matrix_scan so it properly returns changed status
05-29-2019 - Add belgian layour for sendstring (qmk#6008)
06-03-2019 - Overhaul of AutoShift feature (qmk#6067)
+06-05-2019 - Add additional pins for Teensy 3.x and LC
06-05-2019 - Parameterize STM32 I2C pin modes and timing parameters. (qmk#5671)
06-05-2019 - Fix compiler error for ATSAM based keyboards
06-05-2019 - Move RGB typedef's into a unified location
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)