diff options
author | zvecr <git@zvecr.com> | 2019-05-31 15:50:34 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-01 13:33:11 -0700 |
commit | c393d3afde05e883422770f5596475347f707c6c (patch) | |
tree | 4a828108714af7bd9f91d24e655c84facf1a072f /quantum | |
parent | 8eb5022af538b3cda1d0aefd37a0dfe792794cbd (diff) | |
download | firmware-c393d3afde05e883422770f5596475347f707c6c.tar.gz firmware-c393d3afde05e883422770f5596475347f707c6c.tar.bz2 firmware-c393d3afde05e883422770f5596475347f707c6c.zip |
Add additional pins for Teensy 3.x and LC
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/config_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index c489e1407..bc4d9ec1a 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) |