[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,19 +17,19 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, C1_3, C2_3, C3_3},// BL1
|
||||
{0, C1_4, C2_4, C3_4},// BL2
|
||||
{0, C1_5, C2_5, C3_5},// BL3
|
||||
{0, C1_11, C2_11, C3_11},// BL4
|
||||
{0, C1_12, C2_12, C3_12},// BL5
|
||||
{0, C1_13, C2_13, C3_13},// BL6
|
||||
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, C1_3, C2_3, C3_3}, // BL1
|
||||
{0, C1_4, C2_4, C3_4}, // BL2
|
||||
{0, C1_5, C2_5, C3_5}, // BL3
|
||||
{0, C1_11, C2_11, C3_11}, // BL4
|
||||
{0, C1_12, C2_12, C3_12}, // BL5
|
||||
{0, C1_13, C2_13, C3_13}, // BL6
|
||||
};
|
||||
|
||||
led_config_t g_led_config = {
|
||||
|
|
Loading…
Reference in a new issue