Move matrix config to info.json, part 2 (#19987)

This commit is contained in:
Ryan
2023-03-10 22:16:56 +11:00
committed by GitHub
parent 80661e5f19
commit dd086a51d8
494 changed files with 1235 additions and 3287 deletions

View File

@@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Force USB NKRO */
#define FORCE_NKRO
#define MATRIX_ROW_PINS { D3, D5, D1, D2, D4, D0, F5, F4, F7, F6, B5, B4 }
#define MATRIX_COL_PINS { F1, F0, E6, B0, B1, B2, B3, D6, D7 }
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
/* Underglow */
#define RGB_DI_PIN E2
#define RGBLED_NUM 40

View File

@@ -7,6 +7,11 @@
"pid": "0x0002",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["F1", "F0", "E6", "B0", "B1", "B2", "B3", "D6", "D7"],
"rows": ["D3", "D5", "D1", "D2", "D4", "D0", "F5", "F4", "F7", "F6", "B5", "B4"]
},
"diode_direction": "ROW2COL",
"backlight": {
"pin": "B7",
"breathing": true