diff options
Diffstat (limited to 'keyboards/handwired/swiftrax/astro65/config.h')
| -rw-r--r-- | keyboards/handwired/swiftrax/astro65/config.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/handwired/swiftrax/astro65/config.h b/keyboards/handwired/swiftrax/astro65/config.h index 75ab5ee2f..6f77ba200 100644 --- a/keyboards/handwired/swiftrax/astro65/config.h +++ b/keyboards/handwired/swiftrax/astro65/config.h | |||
| @@ -26,13 +26,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 26 | #define MANUFACTURER Swiftrax | 26 | #define MANUFACTURER Swiftrax |
| 27 | #define PRODUCT Astro65 | 27 | #define PRODUCT Astro65 |
| 28 | /* key matrix size */ | 28 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 5 | 29 | #define MATRIX_ROWS 5 |
| 30 | #define MATRIX_COLS 15 | 30 | #define MATRIX_COLS 16 |
| 31 | 31 | ||
| 32 | // ROWS: Top to bottom, COLS: Left to right | 32 | // ROWS: Top to bottom, COLS: Left to right |
| 33 | 33 | ||
| 34 | #define MATRIX_ROW_PINS { B0, B3, F7, B1, B2 } | 34 | #define MATRIX_ROW_PINS \ |
| 35 | #define MATRIX_COL_PINS { E6, D5, C7, C6, B6, B5, B4, D7, D6, D4, F0, F1, F4, F5, F6 } | 35 | { B0, B3, F7, B1, B2 } |
| 36 | #define MATRIX_COL_PINS \ | ||
| 37 | { E6, D5, D3, D4, D6, D7, B4, B5, B6, C6, C7, F6, F5, F4, F1, F0 } | ||
| 36 | 38 | ||
| 37 | /* COL2ROW or ROW2COL */ | 39 | /* COL2ROW or ROW2COL */ |
| 38 | #define DIODE_DIRECTION COL2ROW | 40 | #define DIODE_DIRECTION COL2ROW |
