Remove matrix size defines (#19581)

This commit is contained in:
Ryan
2023-02-17 16:08:25 +11:00
committed by GitHub
parent 40ed20dddc
commit 2da0827d4f
2109 changed files with 0 additions and 8522 deletions

View File

@@ -4,10 +4,6 @@
#pragma once
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 6
/* allows the "key" button on the blackpill to toggle caps lock for user testing before soldering */
#define DIP_SWITCH_PINS { A0 }

View File

@@ -18,10 +18,6 @@
#pragma once
/* key matrix size */
#define MATRIX_ROWS 7
#define MATRIX_COLS 7
/* key matrix pins */
#define MATRIX_ROW_PINS { D0, D1, D4, C3, C0, C1, C2}
#define MATRIX_COL_PINS { B0, D7, D6, D5, B1, B2, B3}

View File

@@ -4,10 +4,6 @@
#pragma once
/* Key matrix size */
#define MATRIX_ROWS 12
#define MATRIX_COLS 6
/* Key matrix pins */
#define MATRIX_ROW_PINS { F4, F5, F6, F7, B1, B3 }
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }

View File

@@ -4,10 +4,6 @@
#pragma once
/* Key matrix size */
#define MATRIX_ROWS 12
#define MATRIX_COLS 6
/* Key matrix pins */
#define MATRIX_ROW_PINS { F4, F5, F6, F7, B1, B3 }
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }

View File

@@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* Key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 5
/* Key matrix pins */
#define MATRIX_ROW_PINS { F5, B2, B3, B1, F7, F6 }
#define MATRIX_COL_PINS { B5, D7, C6, D4, B6 }

View File

@@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* key matrix size */
#define MATRIX_ROWS 7
#define MATRIX_COLS 10
/*
* Keyboard Matrix Assignments
*

View File

@@ -4,10 +4,6 @@
#pragma once
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 4
/* Define custom font */
#define OLED_FONT_H "keyboards/mechwild/puckbuddy/glcdfont.c"

View File

@@ -18,10 +18,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 7
/*
* Keyboard Matrix Assignments
*