diff options
| author | Joel Challis <git@zvecr.com> | 2022-09-01 23:38:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-01 15:38:52 -0700 |
| commit | 7adef85fa4178109998674c1ea9b6166e3dbc7bf (patch) | |
| tree | 6cf9031602b95cbb1a49fb5a0a1d323c769e20bc | |
| parent | 1ccd0c19da8a8b3e0032ffb0446c543dd6c96155 (diff) | |
Remove non promicro pins from converters (#18239)
| -rw-r--r-- | platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h | 3 | ||||
| -rw-r--r-- | platforms/chibios/converters/promicro_to_stemcell/_pin_defs.h | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h b/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h index 92e8fbfa1a..a693e33011 100644 --- a/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h +++ b/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h | |||
| @@ -34,6 +34,3 @@ | |||
| 34 | // LEDs (Mapped to R and G channel of the Bit-C PRO's RGB led) | 34 | // LEDs (Mapped to R and G channel of the Bit-C PRO's RGB led) |
| 35 | #define D5 16U | 35 | #define D5 16U |
| 36 | #define B0 17U | 36 | #define B0 17U |
| 37 | |||
| 38 | // Bit-C LED (mapped to B channel of the Bit-C PRO's RGB led) | ||
| 39 | #define F0 18U | ||
diff --git a/platforms/chibios/converters/promicro_to_stemcell/_pin_defs.h b/platforms/chibios/converters/promicro_to_stemcell/_pin_defs.h index f5dd55905d..a7b709f837 100644 --- a/platforms/chibios/converters/promicro_to_stemcell/_pin_defs.h +++ b/platforms/chibios/converters/promicro_to_stemcell/_pin_defs.h | |||
| @@ -46,12 +46,6 @@ | |||
| 46 | #define B2 PAL_LINE(GPIOA, 7) | 46 | #define B2 PAL_LINE(GPIOA, 7) |
| 47 | #define B6 PAL_LINE(GPIOA, 4) | 47 | #define B6 PAL_LINE(GPIOA, 4) |
| 48 | 48 | ||
| 49 | // Extra elite-c compatible pinout | 49 | // LEDs |
| 50 | #define B7 PAL_LINE(GPIOC, 13) | 50 | #define D5 PAL_LINE(GPIOA, 8) // User LED |
| 51 | #define D5 PAL_LINE(GPIOC, 14) | ||
| 52 | #define C7 PAL_LINE(GPIOC, 15) | ||
| 53 | #define F1 PAL_LINE(GPIOA, 0) | ||
| 54 | #define F0 PAL_LINE(GPIOA, 1) | ||
| 55 | |||
| 56 | // TX/RX pins of promicro | ||
| 57 | #define B0 PAL_LINE(GPIOA, 9) // unconnected pin | 51 | #define B0 PAL_LINE(GPIOA, 9) // unconnected pin |
