Skip to content

Commit

Permalink
fix: pad the led positions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian committed Sep 13, 2023
1 parent d036340 commit ae410b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions keyboards/voyager/voyager.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ led_config_t g_led_config = { {
{ 32, 33, 34, 35, 36, 37, NO_LED },
{ 38, 39, 40, 41, 42, 43, NO_LED },
{ NO_LED, 45, 46, 47, 48, 49, NO_LED },
{ NO_LED, NO_LED, 44, NO_LED, 44, NO_LED, NO_LED },
{ NO_LED, NO_LED, 44, NO_LED, NO_LED, NO_LED, NO_LED },
{ NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 50, 51 },
}, {
{0, 10}, {17, 10}, {34,8}, {52, 5}, {69, 8}, {86, 10},
Expand All @@ -257,7 +257,11 @@ led_config_t g_led_config = { {
{138, 21}, {155, 21}, {172, 19}, {190, 17}, {207, 19}, {224, 21},
{138, 32}, {155, 32}, {172, 30}, {190, 28}, {207, 30}, {224, 32},
{138, 43}, {155,43}, {172, 41}, {190, 39}, {207, 41}, {224, 43},
{128, 58}, {138, 53}
{128, 58}, {138, 53},

{0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0},
{0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0},
{0, 0}, {0, 0}, {0, 0}, {0, 0}
}, {
1, 1, 1, 1, 1, 4,
4, 4, 4, 1, 4, 4,
Expand Down

0 comments on commit ae410b9

Please sign in to comment.