diff options
Diffstat (limited to 'platforms/arm_atsam/pin_defs.h')
| -rw-r--r-- | platforms/arm_atsam/pin_defs.h | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/platforms/arm_atsam/pin_defs.h b/platforms/arm_atsam/pin_defs.h new file mode 100644 index 000000000..5b50b2391 --- /dev/null +++ b/platforms/arm_atsam/pin_defs.h | |||
| @@ -0,0 +1,84 @@ | |||
| 1 | /* Copyright 2021 QMK | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 3 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #pragma once | ||
| 17 | |||
| 18 | #include "samd51j18a.h" | ||
| 19 | |||
| 20 | #define A00 PIN_PA00 | ||
| 21 | #define A01 PIN_PA01 | ||
| 22 | #define A02 PIN_PA02 | ||
| 23 | #define A03 PIN_PA03 | ||
| 24 | #define A04 PIN_PA04 | ||
| 25 | #define A05 PIN_PA05 | ||
| 26 | #define A06 PIN_PA06 | ||
| 27 | #define A07 PIN_PA07 | ||
| 28 | #define A08 PIN_PA08 | ||
| 29 | #define A09 PIN_PA09 | ||
| 30 | #define A10 PIN_PA10 | ||
| 31 | #define A11 PIN_PA11 | ||
| 32 | #define A12 PIN_PA12 | ||
| 33 | #define A13 PIN_PA13 | ||
| 34 | #define A14 PIN_PA14 | ||
| 35 | #define A15 PIN_PA15 | ||
| 36 | #define A16 PIN_PA16 | ||
| 37 | #define A17 PIN_PA17 | ||
| 38 | #define A18 PIN_PA18 | ||
| 39 | #define A19 PIN_PA19 | ||
| 40 | #define A20 PIN_PA20 | ||
| 41 | #define A21 PIN_PA21 | ||
| 42 | #define A22 PIN_PA22 | ||
| 43 | #define A23 PIN_PA23 | ||
| 44 | #define A24 PIN_PA24 | ||
| 45 | #define A25 PIN_PA25 | ||
| 46 | #define A26 PIN_PA26 | ||
| 47 | #define A27 PIN_PA27 | ||
| 48 | #define A28 PIN_PA28 | ||
| 49 | #define A29 PIN_PA29 | ||
| 50 | #define A30 PIN_PA30 | ||
| 51 | #define A31 PIN_PA31 | ||
| 52 | |||
| 53 | #define B00 PIN_PB00 | ||
| 54 | #define B01 PIN_PB01 | ||
| 55 | #define B02 PIN_PB02 | ||
| 56 | #define B03 PIN_PB03 | ||
| 57 | #define B04 PIN_PB04 | ||
| 58 | #define B05 PIN_PB05 | ||
| 59 | #define B06 PIN_PB06 | ||
| 60 | #define B07 PIN_PB07 | ||
| 61 | #define B08 PIN_PB08 | ||
| 62 | #define B09 PIN_PB09 | ||
| 63 | #define B10 PIN_PB10 | ||
| 64 | #define B11 PIN_PB11 | ||
| 65 | #define B12 PIN_PB12 | ||
| 66 | #define B13 PIN_PB13 | ||
| 67 | #define B14 PIN_PB14 | ||
| 68 | #define B15 PIN_PB15 | ||
| 69 | #define B16 PIN_PB16 | ||
| 70 | #define B17 PIN_PB17 | ||
| 71 | #define B18 PIN_PB18 | ||
| 72 | #define B19 PIN_PB19 | ||
| 73 | #define B20 PIN_PB20 | ||
| 74 | #define B21 PIN_PB21 | ||
| 75 | #define B22 PIN_PB22 | ||
| 76 | #define B23 PIN_PB23 | ||
| 77 | #define B24 PIN_PB24 | ||
| 78 | #define B25 PIN_PB25 | ||
| 79 | #define B26 PIN_PB26 | ||
| 80 | #define B27 PIN_PB27 | ||
| 81 | #define B28 PIN_PB28 | ||
| 82 | #define B29 PIN_PB29 | ||
| 83 | #define B30 PIN_PB30 | ||
| 84 | #define B31 PIN_PB31 | ||
