1
0
Fork 0

LED drivers: update PWM register defines for g_<driver>_leds (#23052)

This commit is contained in:
Ryan 2024-02-12 13:19:45 +11:00 committed by GitHub
parent 3e5f5bda4a
commit 3ba88f7798
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 4005 additions and 2678 deletions

View file

@ -142,8 +142,8 @@ const is31_led PROGMEM g_is31_leds[LED_MATRIX_LED_COUNT] = {
* driver
* | LED address
* | | */
{ 0, CS1_SW1 },
{ 0, CS2_SW1 },
{ 0, SW1_CS1 },
{ 0, SW1_CS2 },
// ...
}
```