Move matrix config to info.json, part 4 (#20001)

This commit is contained in:
Ryan
2023-03-11 00:00:24 +11:00
committed by GitHub
parent dd086a51d8
commit 9e64300e67
584 changed files with 1484 additions and 3703 deletions

View File

@@ -19,12 +19,6 @@
#pragma once
/* Key matrix configuration. */
#define MATRIX_ROW_PINS \
{ B15, A2, B8, A8, B9 }
#define MATRIX_COL_PINS \
{ B0, B1, B10, B3, B4, B5 }
/* Handedness. */
#define SPLIT_HAND_PIN A3 // High -> left, Low -> right.