Move matrix config to info.json, part 4 (#20001)
This commit is contained in:
@@ -24,14 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// #define MASTER_RIGHT
|
||||
// #define EE_HANDS
|
||||
|
||||
#define MATRIX_ROW_PINS { F6, F7, B1, B3, B2 }
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_COL_PINS { B4, E6, D7, C6, D4, F5, F4 }
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN B6
|
||||
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0xEE60",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "E6", "D7", "C6", "D4", "F5", "F4"],
|
||||
"rows": ["F6", "F7", "B1", "B3", "B2"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
|
Reference in New Issue
Block a user