summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <fd@0x6664>2023-09-13 14:57:20 +0700
committerFlorian <fd@0x6664>2023-09-13 14:57:20 +0700
commitae410b9587fdb5a5000165486262fd7565de8c4e (patch)
tree210a771de00bd76ecf645c20348921dbb9afa630
parentd036340b8ffbdba2ef743ad69229c53377ea7b3e (diff)
fix: pad the led positions matrix
-rw-r--r--keyboards/voyager/voyager.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/voyager/voyager.c b/keyboards/voyager/voyager.c
index 415cb16fee..9cf80230cc 100644
--- a/keyboards/voyager/voyager.c
+++ b/keyboards/voyager/voyager.c
@@ -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},
@@ -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,