Remove UNUSED_PINS
(#17931)
This commit is contained in:
@@ -49,7 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// For some reason, the rows are colums in the schematic, and vice versa
|
||||
#define MATRIX_ROW_PINS { B2, B3, B18, B19, C0, C9, C10, C11, D0 }
|
||||
#define MATRIX_COL_PINS { D1, D4, D5, D6, D7 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
@@ -20,4 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// Keyboard Matrix Assignments
|
||||
#define MATRIX_ROW_PINS { D1, D2, D3, D4, D5, D6, D7 }
|
||||
#define MATRIX_COL_PINS { C0, C1, C2, C3, C4, C5, C6, C7, D0 }
|
||||
#define UNUSED_PINS
|
||||
|
@@ -20,6 +20,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// Keyboard Matrix Assignments
|
||||
#define MATRIX_ROW_PINS { D1, D2, D3, D4, D5, D6, D7 }
|
||||
#define MATRIX_COL_PINS { B0, B1, B2, B3, B16, B17, C4, C5, D0 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
|
||||
|
@@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { D5, D6, D7, C1, C2, C3, C4, C5, C6, C7 }
|
||||
#define MATRIX_COL_PINS { B2, B3, B18, B19, C0, C8, C9, D0, D1, D4 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
@@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { D0, D1, D4, D5, D6, D7, C1, C2 }
|
||||
#define MATRIX_COL_PINS { B2, B3, B18, B19, C0, C8, C9, C10, C11 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
Reference in New Issue
Block a user