Migrate RGB Matrix config to info.json - D (#22811)
This commit is contained in:
parent
7114eb25f8
commit
6e3cc56bdf
67 changed files with 1075 additions and 1514 deletions
|
@ -21,8 +21,6 @@
|
|||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGB_MATRIX_SLEEP
|
||||
|
||||
/* External spi flash */
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
|
||||
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
|
||||
|
@ -37,8 +35,3 @@
|
|||
#define AW20216S_CS_PIN_2 B15
|
||||
#define AW20216S_EN_PIN_1 C13
|
||||
#define AW20216S_EN_PIN_2 C13
|
||||
|
||||
#define DRIVER_COUNT 2
|
||||
#define DRIVER_1_LED_TOTAL 66
|
||||
#define DRIVER_2_LED_TOTAL 19
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
|
|
@ -167,7 +167,8 @@
|
|||
{ "flags": 4, "matrix": [0, 5], "x": 150, "y": 50 },
|
||||
{ "flags": 4, "matrix": [11, 0], "x": 0, "y": 1 },
|
||||
{ "flags": 4, "matrix": [11, 1], "x": 0, "y": 2 }
|
||||
]
|
||||
],
|
||||
"sleep": true
|
||||
},
|
||||
"url": "",
|
||||
"usb": {
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGB_MATRIX_SLEEP
|
||||
|
||||
/* External spi flash */
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
|
||||
|
||||
|
@ -36,7 +34,3 @@
|
|||
#define AW20216S_CS_PIN_2 B15
|
||||
#define AW20216S_EN_PIN_1 C13
|
||||
#define AW20216S_EN_PIN_2 C13
|
||||
|
||||
#define DRIVER_1_LED_TOTAL 68
|
||||
#define DRIVER_2_LED_TOTAL 54
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
|
|
@ -173,7 +173,8 @@
|
|||
{ "flags": 4, "matrix": [0, 3], "x": 155, "y": 55 },
|
||||
{ "flags": 4, "matrix": [7, 3], "x": 165, "y": 55 },
|
||||
{ "flags": 4, "matrix": [0, 5], "x": 175, "y": 55 }
|
||||
]
|
||||
],
|
||||
"sleep": true
|
||||
},
|
||||
"url": "",
|
||||
"usb": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue