Move matrix config to info.json, part 6 (#20019)

This commit is contained in:
Ryan
2023-03-11 00:32:05 +11:00
committed by GitHub
parent 9e64300e67
commit 76cc7fe109
702 changed files with 1779 additions and 5015 deletions

View File

@@ -20,9 +20,6 @@
// use I2C on AVR
#define USE_I2C
// wiring of each half
#define MATRIX_ROW_PINS { B3 }
#define MATRIX_COL_PINS { B6 }
#define SPLIT_HAND_PIN F6
/* ws2812 RGB LED */

View File

@@ -1,4 +1,9 @@
{
"matrix_pins": {
"cols": ["B6"],
"rows": ["B3"]
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D1"
},