Bladeren bron

Add additional pins for Teensy 3.x and LC

zvecr 6 jaren geleden
bovenliggende
commit
c393d3afde
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      quantum/config_common.h

+ 2 - 0
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)