Skip to content

Commit

Permalink
Update based on new QMK build
Browse files Browse the repository at this point in the history
  • Loading branch information
ai03-2725 committed May 11, 2024
1 parent 2d3b238 commit 62ac470
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 47 deletions.
40 changes: 16 additions & 24 deletions src/ai03/equinox_xl/equinox_xl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,23 @@
"vendorId": "0xa103",
"productId": "0x0020",
"lighting": "none",
"matrix": {"rows": 4, "cols": 14},
"matrix": {
"rows": 4,
"cols": 14
},
"layouts": {
"labels": [
["Enter", "ANSI", "ISO"],
["Left Shift", "Unified", "Split"],
["Right Shift", "Split", "Unified"],
["Bottom Row", "Regular", "WKL"],
["Spacebar", "Unified", "Split"]
"Split Left Shift",
"Split Right Shift",
"Winkeyless",
"Split Space"
],
"keymap": [
[
{
"x": 2.5,
"c": "#aaaaaa",
"c": "#777777",
"w": 1.5
},
"0,0",
Expand Down Expand Up @@ -79,23 +82,18 @@
"1,13\n\n\n0,0",
{
"x": 0.75,
"c": "#cccccc"
"c": "#aaaaaa"
},
"0,13\n\n\n0,1"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"2,0\n\n\n1,1",
{
"c": "#cccccc"
},
"2,1\n\n\n1,1",
{
"x": 0.25,
"c": "#aaaaaa",
"w": 2.25
},
"2,0\n\n\n1,0",
Expand All @@ -114,14 +112,14 @@
"2,11",
{
"c": "#aaaaaa",
"w": 1.75
"w": 2.75
},
"2,12\n\n\n2,0",
"2,13\n\n\n2,0",
{
"x": 0.25,
"w": 2.75
"w": 1.75
},
"2,12\n\n\n2,1",
"2,13\n\n\n2,1"
],
[
Expand Down Expand Up @@ -159,10 +157,7 @@
},
"3,0\n\n\n3,1",
{
"d": true
},
"3,1\n\n\n3,1",
{
"x": 1,
"w": 1.5
},
"3,2\n\n\n3,1",
Expand All @@ -172,10 +167,7 @@
},
"3,11\n\n\n3,1",
{
"d": true
},
"3,12\n\n\n3,1",
{
"x": 1,
"w": 1.5
},
"3,13\n\n\n3,1"
Expand All @@ -196,4 +188,4 @@
]
]
}
}
}
38 changes: 15 additions & 23 deletions v3/ai03/equinox_xl/equinox_xl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
"name": "Equinox XL",
"vendorId": "0xa103",
"productId": "0x0020",
"matrix": {"rows": 4, "cols": 14},
"matrix": {
"rows": 4,
"cols": 14
},
"layouts": {
"labels": [
["Enter", "ANSI", "ISO"],
["Left Shift", "Unified", "Split"],
["Right Shift", "Split", "Unified"],
["Bottom Row", "Regular", "WKL"],
["Spacebar", "Unified", "Split"]
"Split Left Shift",
"Split Right Shift",
"Winkeyless",
"Split Space"
],
"keymap": [
[
{
"x": 2.5,
"c": "#aaaaaa",
"c": "#777777",
"w": 1.5
},
"0,0",
Expand Down Expand Up @@ -78,23 +81,18 @@
"1,13\n\n\n0,0",
{
"x": 0.75,
"c": "#cccccc"
"c": "#aaaaaa"
},
"0,13\n\n\n0,1"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"2,0\n\n\n1,1",
{
"c": "#cccccc"
},
"2,1\n\n\n1,1",
{
"x": 0.25,
"c": "#aaaaaa",
"w": 2.25
},
"2,0\n\n\n1,0",
Expand All @@ -113,14 +111,14 @@
"2,11",
{
"c": "#aaaaaa",
"w": 1.75
"w": 2.75
},
"2,12\n\n\n2,0",
"2,13\n\n\n2,0",
{
"x": 0.25,
"w": 2.75
"w": 1.75
},
"2,12\n\n\n2,1",
"2,13\n\n\n2,1"
],
[
Expand Down Expand Up @@ -158,10 +156,7 @@
},
"3,0\n\n\n3,1",
{
"d": true
},
"3,1\n\n\n3,1",
{
"x": 1,
"w": 1.5
},
"3,2\n\n\n3,1",
Expand All @@ -171,10 +166,7 @@
},
"3,11\n\n\n3,1",
{
"d": true
},
"3,12\n\n\n3,1",
{
"x": 1,
"w": 1.5
},
"3,13\n\n\n3,1"
Expand Down

0 comments on commit 62ac470

Please sign in to comment.