mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-23 05:32:43 -04:00
trying to flip the order while writing normal physical locations
This commit is contained in:
parent
808a4d6095
commit
4fc3f3b8e2
1 changed files with 14 additions and 1 deletions
|
@ -103,7 +103,7 @@ led_config_t g_led_config = {
|
|||
LED_FLAG_KEYLIGHT, LED_FLAG_KEYLIGHT,
|
||||
}
|
||||
};
|
||||
*/
|
||||
*/ j
|
||||
|
||||
led_config_t g_led_config = {
|
||||
{
|
||||
|
@ -133,6 +133,8 @@ led_config_t g_led_config = {
|
|||
{0,43}, {0,21}, {0,0}, //14
|
||||
{81,85}, //17
|
||||
// Right 1-18
|
||||
/* this with the last table in the obsidian notes
|
||||
* heatmap works, but the ones don't work when i press the slave side
|
||||
{224,64}, //18
|
||||
{204,43}, {204,21}, {204,0}, //19
|
||||
{183,0} , {183,21}, {183,43}, //22
|
||||
|
@ -141,6 +143,17 @@ led_config_t g_led_config = {
|
|||
{143,0}, {143,21}, {143,43}, //29
|
||||
{122,43}, {122,21}, {122,0}, //32
|
||||
{183,64} //35
|
||||
*/
|
||||
//this time we will leave the top inverted but write the locations the
|
||||
// way I understand
|
||||
{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,0}, //26
|
||||
{204,0}, {204,21}, {204,43}, //29
|
||||
{224,43}, {224,21}, {224,0}, //32
|
||||
{163,64} //35
|
||||
}
|
||||
, {
|
||||
// LED index to flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue