mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
hotdox76v2
: Update g_led_config.matrix_co to fix key electrical matrix to led index lookup table. (#24293)
update g_led_config on hotdox76v2/hotdox76v2.c Co-authored-by: rahanahu <ra87who@gmail.com>
This commit is contained in:
parent
c82f675266
commit
13a87ad354
|
@ -20,12 +20,12 @@ led_config_t g_led_config = {
|
||||||
{ 13, 12, 11, 10, 9, 8, 7 },
|
{ 13, 12, 11, 10, 9, 8, 7 },
|
||||||
{ 0, 1, 2, 3, 4, 5, 6 },
|
{ 0, 1, 2, 3, 4, 5, 6 },
|
||||||
/*right*/
|
/*right*/
|
||||||
{ NO_LED, 72, 71, 70, 73, 75, 74 },
|
{ NO_LED, 77, 76, 75, 78, 80, 79 },
|
||||||
{ 65, 66, 67, 68, 69, NO_LED, NO_LED },
|
{ 70, 71, 72, 73, 74, NO_LED, NO_LED },
|
||||||
{ 64, 63, 62, 61, 60, 59, 58 },
|
{ 69, 68, 67, 66, 65, 64, 63 },
|
||||||
{ 52, 53, 54, 55, 56, 57, NO_LED },
|
{ 57, 58, 59, 60, 61, 62, NO_LED },
|
||||||
{ 51, 50, 49, 48, 47, 46, 45 },
|
{ 56, 55, 54, 53, 52, 51, 50 },
|
||||||
{ 38, 39, 40, 41, 42, 43, 44 }
|
{ 43, 44, 45, 46, 47, 48, 49 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// LED Index to Physical Position
|
// LED Index to Physical Position
|
||||||
|
|
Loading…
Reference in New Issue
Block a user