1
0
Fork 0

Migrate RGB Matrix config to info.json - D (#22811)

This commit is contained in:
Joel Challis 2024-01-07 13:36:14 +00:00 committed by GitHub
parent 7114eb25f8
commit 6e3cc56bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 1075 additions and 1514 deletions

View file

@ -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)