Skip to content

Commit

Permalink
Update v3/archetype/minervalx/minervalx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot committed Apr 15, 2024
1 parent 131166b commit 6067e73
Showing 1 changed file with 40 additions and 17 deletions.
57 changes: 40 additions & 17 deletions v3/archetype/minervalx/minervalx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,27 @@
"name": "Minerva LX",
"vendorId": "0x5453",
"productId": "0x0100",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_backlight"],
"matrix": { "rows": 5, "cols": 15 },
"matrix": {
"rows": 5,
"cols": 15
},
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_backlight"
],
"layouts": {
"labels": [
"Split Backspace",
"Split Right Shift",
[
"Bottom Row",
"Tsangan",
"Tsangan-Split",
"ANSI"
"Bottom Row",
"Tsangan",
"Tsangan-Split",
"ANSI"
]
],
],
"keymap": [
[
{
Expand Down Expand Up @@ -48,10 +55,12 @@
},
"0,14",
{
"x": 0.5,
"c": "#aaaaaa"
"x": 0.5
},
"2,12\n\n\n0,1",
{
"c": "#aaaaaa"
},
"0,13\n\n\n0,1"
],
[
Expand Down Expand Up @@ -138,21 +147,24 @@
"w": 1.75
},
"3,12\n\n\n1,1",
{
"x": -1.75,
"w": 2.75
},
"3,12\n\n\n1,0",
{
"x": -1
},
"3,13\n\n\n1,1",
{
"x": 0.25,
"c": "#cccccc"
},
"3,14",
{
"x": -4,
"c": "#aaaaaa",
"w": 2.75
},
"3,12\n\n\n1,0"
"3,14"
],
[
{
"c": "#aaaaaa",
"w": 1.5
},
"4,0\n\n\n2,0",
Expand All @@ -162,10 +174,12 @@
},
"4,2\n\n\n2,0",
{
"c": "#cccccc",
"w": 7
},
"4,6\n\n\n2,0",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,10\n\n\n2,0",
Expand All @@ -191,15 +205,21 @@
},
"4,2\n\n\n2,1",
{
"c": "#cccccc",
"w": 3
},
"4,4\n\n\n2,1",
{
"c": "#aaaaaa"
},
"4,6\n\n\n2,1",
{
"c": "#cccccc",
"w": 3
},
"4,8\n\n\n2,1",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,10\n\n\n2,1",
Expand All @@ -223,10 +243,12 @@
},
"4,2\n\n\n2,2",
{
"c": "#cccccc",
"w": 6.25
},
"4,6\n\n\n2,2",
{
"c": "#aaaaaa",
"w": 1.25
},
"4,9\n\n\n2,2",
Expand All @@ -246,3 +268,4 @@
]
}
}

0 comments on commit 6067e73

Please sign in to comment.