Migrate RGB Matrix config to info.json (#22998)
This commit is contained in:
@@ -25,11 +25,6 @@
|
||||
#define NO_PIN_NUM 10
|
||||
#define CLR_REG_VAL 0x3FF
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 60
|
||||
#define DRIVER_2_LED_TOTAL 49
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
||||
/* Encoder Configuration */
|
||||
#define ENCODER_DEFAULT_POS 0x3
|
||||
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
"pid": "0x0163",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "C14", "pin_b": "A2"}
|
||||
|
||||
Reference in New Issue
Block a user