Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotdox76v2: Update g_led_config.matrix_co to fix key electrical matrix to led index lookup table. #24293

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions keyboards/hotdox76v2/hotdox76v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ led_config_t g_led_config = {
{ 13, 12, 11, 10, 9, 8, 7 },
{ 0, 1, 2, 3, 4, 5, 6 },
/*right*/
{ NO_LED, 72, 71, 70, 73, 75, 74 },
{ 65, 66, 67, 68, 69, NO_LED, NO_LED },
{ 64, 63, 62, 61, 60, 59, 58 },
{ 52, 53, 54, 55, 56, 57, NO_LED },
{ 51, 50, 49, 48, 47, 46, 45 },
{ 38, 39, 40, 41, 42, 43, 44 }
{ NO_LED, 77, 76, 75, 78, 80, 79 },
{ 70, 71, 72, 73, 74, NO_LED, NO_LED },
{ 69, 68, 67, 66, 65, 64, 63 },
{ 57, 58, 59, 60, 61, 62, NO_LED },
{ 56, 55, 54, 53, 52, 51, 50 },
{ 43, 44, 45, 46, 47, 48, 49 }
},
{
// LED Index to Physical Position
Expand Down