Skip to content

Commit 73d4d7d

Browse files
authored
[Keyboard] Quick hack to fix Astro65 board (#13665)
* [Keyboard] Quick hack to fix Astro65 board * Use proper pins
1 parent b7fe93c commit 73d4d7d

File tree

1 file changed

+6
-4
lines changed
  • keyboards/handwired/swiftrax/astro65

1 file changed

+6
-4
lines changed

keyboards/handwired/swiftrax/astro65/config.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2626
#define MANUFACTURER Swiftrax
2727
#define PRODUCT Astro65
2828
/* key matrix size */
29-
#define MATRIX_ROWS 5
30-
#define MATRIX_COLS 15
29+
#define MATRIX_ROWS 5
30+
#define MATRIX_COLS 16
3131

3232
// ROWS: Top to bottom, COLS: Left to right
3333

34-
#define MATRIX_ROW_PINS { B0, B3, F7, B1, B2 }
35-
#define MATRIX_COL_PINS { E6, D5, C7, C6, B6, B5, B4, D7, D6, D4, F0, F1, F4, F5, F6 }
34+
#define MATRIX_ROW_PINS \
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 }
3638

3739
/* COL2ROW or ROW2COL */
3840
#define DIODE_DIRECTION COL2ROW

0 commit comments

Comments
 (0)