Migrate RGB Matrix config to info.json - M (#22908)

This commit is contained in:
Joel Challis 2024-01-16 01:04:09 +00:00 committed by GitHub
parent a90b45e832
commit e30d0e5287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 1455 additions and 2301 deletions

View file

@ -16,9 +16,4 @@
#pragma once
#define RGB_MATRIX_LED_COUNT 94
#define DRIVER_INDICATOR_LED_TOTAL 3
#define RGB_MATRIX_CENTER { 108, 30 }

View file

@ -1,7 +1,4 @@
{
"rgb_matrix": {
"driver": "is31fl3741"
},
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "D2", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "D3"],
"rows": ["F0", "F1", "F4", "F5", "F6", "E6"]