Migrate RGB Matrix config to info.json (#22998)

This commit is contained in:
Joel Challis 2024-02-14 00:54:14 +00:00 committed by GitHub
parent c8c55e3220
commit 974e98ce59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
173 changed files with 429 additions and 1408 deletions

View file

@ -22,11 +22,6 @@
#define MATRIX_COL_PINS \
{ C14, C15, A0, A1, A2, A3, A4, A5, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
/* RGB Matrix Configuration */
#define DRIVER_1_LED_TOTAL 48
#define DRIVER_2_LED_TOTAL 40
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
/* Encoder Configuration */
#define ENCODER_DEFAULT_POS 0x3

View file

@ -8,9 +8,6 @@
"pid": "0x0333",
"device_version": "1.0.0"
},
"rgb_matrix": {
"driver": "snled27351"
},
"encoder": {
"rotary": [
{"pin_a": "A10", "pin_b": "A8"}