1
0
Fork 0

Add _LED_COUNT defines to LED drivers (#22309)

This commit is contained in:
Ryan 2023-10-30 08:39:26 +10:00 committed by GitHub
parent c667da0190
commit 17ccf3521b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 60 additions and 0 deletions

View file

@ -99,6 +99,10 @@
#define IS31FL3733_I2C_ADDRESS_VCC_SDA 0x5E
#define IS31FL3733_I2C_ADDRESS_VCC_VCC 0x5F
#if defined(RGB_MATRIX_IS31FL3733)
# define IS31FL3733_LED_COUNT RGB_MATRIX_LED_COUNT
#endif
typedef struct is31fl3733_led_t {
uint8_t driver : 2;
uint8_t r;