[Keyboard] smallkeyboard fix of rgb matrix config (#14548)
This commit is contained in:
parent
033a318bdf
commit
208ea0e18c
1 changed files with 28 additions and 28 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
|
|
Loading…
Reference in a new issue