mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
Trying to set the array quentin's way
This commit is contained in:
parent
44badd2e6f
commit
808a4d6095
1 changed files with 12 additions and 12 deletions
|
@ -115,10 +115,10 @@ led_config_t g_led_config = {
|
|||
{14, 13, 8, 6, 1},
|
||||
{NO_LED, NO_LED, 17, 7, 0},
|
||||
// Right 1-18
|
||||
{21, 22, 28, 29, 34},
|
||||
{20, 23, 27, 30, 33},
|
||||
{19, 24, 26, 31, 32},
|
||||
{18, 25, 35, NO_LED, NO_LED}
|
||||
{34, 29, 28, 22, 21},
|
||||
{33, 30, 27, 23, 20},
|
||||
{32, 31, 26, 24, 19},
|
||||
{NO_LED, NO_LED, 35, 25, 18}
|
||||
}
|
||||
, {
|
||||
// LED index to physical position
|
||||
|
@ -133,14 +133,14 @@ led_config_t g_led_config = {
|
|||
{0,43}, {0,21}, {0,0}, //14
|
||||
{81,85}, //17
|
||||
// Right 1-18
|
||||
{122,64}, //18
|
||||
{143,43}, {143,21}, {143,0}, //19
|
||||
{163,0} , {163,21}, {163,43}, //22
|
||||
{143,64}, //25
|
||||
{183,43}, {183,21}, {183,28}, //26
|
||||
{204,0}, {204,21}, {204,43}, //29
|
||||
{224,43}, {224,21}, {224,0}, //32
|
||||
{163,64} //35
|
||||
{224,64}, //18
|
||||
{204,43}, {204,21}, {204,0}, //19
|
||||
{183,0} , {183,21}, {183,43}, //22
|
||||
{204,64}, //25
|
||||
{163,43}, {163,21}, {163,0}, //26
|
||||
{143,0}, {143,21}, {143,43}, //29
|
||||
{122,43}, {122,21}, {122,0}, //32
|
||||
{183,64} //35
|
||||
}
|
||||
, {
|
||||
// LED index to flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue