Browse Source

[Keyboard] lulu LED index correction (#17108)

pull/17122/head
Albert Y 1 year ago
committed by GitHub
parent
commit
b6ee006060
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      keyboards/boardsource/lulu/lulu.c

+ 10
- 10
keyboards/boardsource/lulu/lulu.c View File

@ -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},


Loading…
Cancel
Save