is31fl3741: driver naming cleanups (#21929)
This commit is contained in:
parent
35aceab1a4
commit
4a0badfb34
31 changed files with 129 additions and 98 deletions
|
@ -42,7 +42,7 @@
|
|||
// RGB Matrix defines
|
||||
#define DRIVER_ADDR_1 0b0110000
|
||||
|
||||
#define DRIVER_COUNT 1
|
||||
#define IS31FL3741_DRIVER_COUNT 1
|
||||
#define DRIVER_1_LED_TOTAL 117
|
||||
#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
|
||||
#define ISSI_DRIVER_TOTAL RGB_MATRIX_LED_COUNT
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
// RGB Matrix defines
|
||||
#define DRIVER_ADDR_1 0b0110000
|
||||
|
||||
#define DRIVER_COUNT 1
|
||||
#define IS31FL3741_DRIVER_COUNT 1
|
||||
#define DRIVER_1_LED_TOTAL 117
|
||||
#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
|
||||
#define ISSI_DRIVER_TOTAL RGB_MATRIX_LED_COUNT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue