Skip to content

Commit

Permalink
Add additional pins for Teensy 3.x and LC
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and drashna committed Jun 1, 2019
1 parent 1df85e6 commit 0669b38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/config_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0669b38

Please sign in to comment.