Skip to content

Commit

Permalink
Update v3/jaykeeb/joker/joker.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot committed Apr 19, 2024
1 parent 8eb7faf commit a10c0c3
Showing 1 changed file with 59 additions and 22 deletions.
81 changes: 59 additions & 22 deletions v3/jaykeeb/joker/joker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
"name": "Joker",
"vendorId": "0x414C",
"productId": "0x0795",
"matrix": {"rows": 6, "cols": 19},
"matrix": {
"rows": 6,
"cols": 19
},
"layouts": {
"labels": [
"Split Backspace",
["Bottom Row", "6.25U", "7U"]
[
"Bottom Row",
"6.25U",
"7U"
]
],
"keymap": [
[
Expand All @@ -23,29 +30,34 @@
"0,3",
"0,4",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"0,5",
"0,6",
"0,7",
"0,8",
{
"x": 0.25
"x": 0.25,
"c": "#cccccc"
},
"0,9",
"0,10",
"0,11",
"0,12",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"0,13",
{
"x": 0.25
"x": 0.25,
"c": "#cccccc"
},
"0,14",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"0,15",
"0,16",
Expand All @@ -54,7 +66,8 @@
],
[
{
"y": 0.25
"y": 0.25,
"c": "#cccccc"
},
"1,0",
"1,1",
Expand All @@ -75,28 +88,36 @@
},
"1,13\n\n\n0,0",
{
"x": 0.25,
"x": 0.25,
"c": "#cccccc"
},
"1,14",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"1,15",
"1,16",
"1,17",
"1,18",
{
"x": 0.75
"x": 0.25,
"c": "#cccccc"
},
"1,13\n\n\n0,1",
{
"c": "#aaaaaa"
},
"2,13\n\n\n0,1"
],
[
{
"w": 1.5
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
Expand Down Expand Up @@ -124,6 +145,7 @@
"2,16",
"2,17",
{
"c": "#aaaaaa",
"h": 2
},
"2,18"
Expand All @@ -133,6 +155,9 @@
"w": 1.75
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
"3,2",
"3,3",
Expand All @@ -150,7 +175,7 @@
},
"3,12",
{
"x": 0.25,
"x": 0.25,
"c": "#cccccc"
},
"3,14",
Expand All @@ -163,9 +188,13 @@
],
[
{
"c": "#aaaaaa",
"w": 2.25
},
"4,0",
{
"c": "#cccccc"
},
"4,2",
"4,3",
"4,4",
Expand All @@ -177,30 +206,35 @@
"4,10",
"4,11",
{
"c": "#aaaaaa",
"w": 1.75
},
"4,12",
{
"x": 2.5
"x": 2.5,
"c": "#cccccc"
},
"4,15",
"4,16",
"4,17",
{
"c": "#aaaaaa",
"h": 2
},
"4,18"
],
[
{
"y": -0.75,
"x": 14.25
},
"y": -0.75,
"x": 14.25,
"c": "#cccccc"
},
"4,13"
],
[
{
"y": -0.25,
"c": "#aaaaaa",
"w": 1.25
},
"5,0\n\n\n1,0",
Expand All @@ -213,10 +247,12 @@
},
"5,2\n\n\n1,0",
{
"c": "#cccccc",
"w": 6.25
},
"5,6\n\n\n1,0",
{
"c": "#aaaaaa",
"w": 1.5
},
"5,10\n\n\n1,0",
Expand All @@ -225,7 +261,8 @@
},
"5,11\n\n\n1,0",
{
"x": 3.5,
"x": 3.5,
"c": "#cccccc",
"w": 2
},
"5,15",
Expand All @@ -235,14 +272,14 @@
{
"y": -0.75,
"x": 13.25
},
"5,12",
"5,13",
},
"5,12",
"5,13",
"5,14"
],
[
{
"y": -0.25,
"c": "#aaaaaa",
"w": 1.5
},
"5,0\n\n\n1,1",
Expand All @@ -267,4 +304,4 @@
]
]
}
}
}

0 comments on commit a10c0c3

Please sign in to comment.