From a10c0c3a807758db5fbcb7512fd0ee920ad79859 Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:44:06 +0200 Subject: [PATCH] Update v3/jaykeeb/joker/joker.json --- v3/jaykeeb/joker/joker.json | 81 +++++++++++++++++++++++++++---------- 1 file changed, 59 insertions(+), 22 deletions(-) diff --git a/v3/jaykeeb/joker/joker.json b/v3/jaykeeb/joker/joker.json index c1d9c2a994..2267ac0bc9 100644 --- a/v3/jaykeeb/joker/joker.json +++ b/v3/jaykeeb/joker/joker.json @@ -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": [ [ @@ -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", @@ -54,7 +66,8 @@ ], [ { - "y": 0.25 + "y": 0.25, + "c": "#cccccc" }, "1,0", "1,1", @@ -75,21 +88,26 @@ }, "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" ], [ @@ -97,6 +115,9 @@ "w": 1.5 }, "2,0", + { + "c": "#cccccc" + }, "2,1", "2,2", "2,3", @@ -124,6 +145,7 @@ "2,16", "2,17", { + "c": "#aaaaaa", "h": 2 }, "2,18" @@ -133,6 +155,9 @@ "w": 1.75 }, "3,0", + { + "c": "#cccccc" + }, "3,1", "3,2", "3,3", @@ -150,7 +175,7 @@ }, "3,12", { - "x": 0.25, + "x": 0.25, "c": "#cccccc" }, "3,14", @@ -163,9 +188,13 @@ ], [ { + "c": "#aaaaaa", "w": 2.25 }, "4,0", + { + "c": "#cccccc" + }, "4,2", "4,3", "4,4", @@ -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", @@ -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", @@ -225,7 +261,8 @@ }, "5,11\n\n\n1,0", { - "x": 3.5, + "x": 3.5, + "c": "#cccccc", "w": 2 }, "5,15", @@ -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", @@ -267,4 +304,4 @@ ] ] } -} \ No newline at end of file +}