Skip to content

Commit b6ee006

Browse files
authored
[Keyboard] lulu LED index correction (#17108)
1 parent 8b9cb03 commit b6ee006

File tree

1 file changed

+10
-10
lines changed
  • keyboards/boardsource/lulu

1 file changed

+10
-10
lines changed

keyboards/boardsource/lulu/lulu.c

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#ifdef RGB_MATRIX_ENABLE
66

77
led_config_t g_led_config = { {
8-
{12,11,10,9 ,8 ,7 },
9-
{18,17,16,15,14,13},
10-
{24,23,22,21,20,19},
11-
{30,29,28,27,26,25},
12-
{NO_LED,35,34,33,32,31},
13-
{42,43,44,45,46,47},
14-
{48,49,50,51,52,53},
15-
{54,55,56,57,58,59},
16-
{60,61,62,63,64,65},
17-
{NO_LED,66,67,68,69,70}
8+
{11,10, 9, 8, 7, 6},
9+
{17,16,15,14,13,12},
10+
{23,22,21,20,19,18},
11+
{29,28,27,26,25,24},
12+
{NO_LED,34,33,32,31,30},
13+
{41,42,43,44,45,46},
14+
{47,48,49,50,51,52},
15+
{53,54,55,56,57,58},
16+
{59,60,61,62,63,64},
17+
{NO_LED,65,66,67,68,69}
1818
},{
1919

2020
{86,55},{51,55},{17,40},{17,10},{51,10},{86,10},

0 commit comments

Comments
 (0)