1
0
Fork 0

[Keyboard] smallkeyboard fix of rgb matrix config (#14548)

This commit is contained in:
Drashna Jaelre 2021-09-21 21:16:19 -07:00 committed by GitHub
parent 033a318bdf
commit 208ea0e18c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,19 +17,19 @@
#ifdef RGB_MATRIX_ENABLE
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
/* Refer to IS31 manual for these locations
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
{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 = {