Skip to content

Commit

Permalink
Remove matrix size defines (qmk#19581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 2, 2023
1 parent 17ebd8d commit f1a8cdc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions keyboards/sandy/dn0020/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8

// "10row * 8col" represents "5row * 16col" matrix.
#define MATRIX_ROW_PINS { D6, F7, E6, C7, F5, D7, B4, F0, C6, F6 }
#define MATRIX_COL_PINS { B0, B1, B2, B3, D2, D5, D3, D4 }
Expand Down
4 changes: 0 additions & 4 deletions keyboards/sandy/dn0030/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8

// "10row * 8col" represents "5row * 16col" matrix.
#define MATRIX_ROW_PINS { D6, F7, E6, C7, F5, D7, B4, F0, C6, F6 }
#define MATRIX_COL_PINS { B0, B1, B2, B3, D2, D5, D3, D4 }
Expand Down
4 changes: 0 additions & 4 deletions keyboards/sandy/v01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8

// "10row * 8col" represents "5row * 16col" matrix.
#define MATRIX_ROW_PINS { D6, F7, E6, C7, F5, D7, B4, F0, C6, F6 }
#define MATRIX_COL_PINS { B0, B1, B2, B3, D2, D5, D3, D4 }
Expand Down

0 comments on commit f1a8cdc

Please sign in to comment.