Skip to content

Commit

Permalink
[Keyboard] Fix inconsistent MATRIX_COLS: 4pplet/steezy60 (#9678)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmimi authored Jul 10, 2020
1 parent c50009d commit c272b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/4pplet/steezy60/rev_a/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
#define MATRIX_COLS 14
// ROWS: Top to bottom, COLS: Left to right
#define MATRIX_ROW_PINS {C2,D0,B0,C7,C5}
#define MATRIX_COL_PINS {C4,C6,B7,B6,B5,B4,B3,B2,B1,D6,D5,D4,D2,D1}
Expand Down

0 comments on commit c272b24

Please sign in to comment.