Skip to content

Commit

Permalink
[Keyboard] lulu LED index correction (#17108)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored May 17, 2022
1 parent 8b9cb03 commit b6ee006
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions keyboards/boardsource/lulu/lulu.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
#ifdef RGB_MATRIX_ENABLE

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

{86,55},{51,55},{17,40},{17,10},{51,10},{86,10},
Expand Down

0 comments on commit b6ee006

Please sign in to comment.