Skip to content

Commit a3153d7

Browse files
ids1024jackpot51
authored andcommitted
launch_heavy_1: Fix/revert led mapping
The `matrix_co` mapping in bcd1736 is incorrect. LED index 53 and 54 appear nowhere, while `85` and `86` appear twice. This should match the mapping that was used before. Compared using the generation script in pop-os/keyboard-configurator#208. Are we sure this is entirely correct? I haven't don't any testing with hardware or comparison to schematics.
1 parent 1153e47 commit a3153d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keyboards/system76/launch_heavy_1/launch_heavy_1.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ led_config_t g_led_config = { {
4949
{ 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82},
5050
{ 68, 67, 66, 65, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55},
5151
{ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52},
52-
{ 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25},
53-
{ 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 87},
54-
{ 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 86, 85},
52+
{ 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 83},
53+
{ 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 54},
54+
{ 13, 14, 15, 16, 17, 25, 18, 19, 20, 21, 22, 23, 24, 53},
5555
{ __, __, __,104,103,102, __, __, __, __, __, __,101, __},
5656
{ __, __, __, 97, 98, 99, __, __, __, __, __, __,100, __},
5757
{ __, __, __, 96, 95, 94, __, __, __, __, __, __, 93, __},

0 commit comments

Comments
 (0)