Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)
This commit is contained in:
parent
4706231831
commit
9c74fd14bc
5 changed files with 30 additions and 24 deletions
|
@ -171,7 +171,7 @@ Currently only a single drivers is supported, but it would be trivial to support
|
|||
Define these arrays listing all the LEDs in your `<keyboard>.c`:
|
||||
|
||||
```c
|
||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue