Skip to content

Commit

Permalink
[Keyboard] mach3 LED index correction (qmk#17110)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored and zykrah committed Jul 2, 2022
1 parent 8bb6417 commit 36f7588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/machkeyboards/mach3/mach3.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
led_config_t g_led_config = { {
// Key Matrix to LED Index
{ 0, 1, 2 },
{ 7, 6, 5 },
{ 8, 9, 10 },
{ 5, 4, 3 },
{ 6, 7, 8 },
}, {
// LED Index to Physical Position
{ 0, 0 }, { 112, 0 }, { 224, 0 },
Expand All @@ -39,4 +39,4 @@ void keyboard_pre_init_kb(void) {
writePinHigh(F5);

keyboard_pre_init_user();
}
}

0 comments on commit 36f7588

Please sign in to comment.