Update led index of k3_pro iso version
This commit is contained in:
parent
d4619d470a
commit
3d895c8b25
4 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x0231",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_iso_85": {
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ led_config_t g_led_config = {
|
|||
{ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, NO_LED, 30 },
|
||||
{ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, NO_LED, 45 },
|
||||
{ 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, NO_LED, 58, NO_LED, 59 },
|
||||
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, NO_LED, 71, 72, 73, 74 },
|
||||
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, NO_LED, 72, 73, 74 },
|
||||
{ 75, 76, 77, NO_LED, NO_LED, NO_LED, 78, NO_LED, NO_LED, NO_LED, 79, 80, 81, 82, 83, 84 }
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"usb": {
|
||||
"vid": "0x3434",
|
||||
"pid": "0x0234",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_iso_85": {
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
{"matrix":[3,15], "x":15, "y":3},
|
||||
|
||||
{"matrix":[4, 0], "x":0, "y":4, "w":1.25},
|
||||
{"matrix":[4, 1], "x":1.25, "y":4},
|
||||
{"matrix":[4, 1], "x":1.25, "y":4},
|
||||
{"matrix":[4, 2], "x":2.25, "y":4},
|
||||
{"matrix":[4, 3], "x":3.25, "y":4},
|
||||
{"matrix":[4, 4], "x":4.25, "y":4},
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ led_config_t g_led_config = {
|
|||
{ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, NO_LED, 30 },
|
||||
{ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, NO_LED, 45 },
|
||||
{ 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, NO_LED, 58, NO_LED, 59 },
|
||||
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, NO_LED, 71, 72, 73, 74 },
|
||||
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, NO_LED, 72, 73, 74 },
|
||||
{ 75, 76, 77, NO_LED, NO_LED, NO_LED, 78, NO_LED, NO_LED, NO_LED, 79, 80, 81, 82, 83, 84 }
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue