From 8d74bf903b597922ebe28fe35eea331cf25a8c60 Mon Sep 17 00:00:00 2001 From: chillKB <107592205+chillKB@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:30:48 -0800 Subject: [PATCH 1/3] add ghoul TKL --- v3/chill/ghoul/ghoul.json | 231 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 v3/chill/ghoul/ghoul.json diff --git a/v3/chill/ghoul/ghoul.json b/v3/chill/ghoul/ghoul.json new file mode 100644 index 0000000000..304492d0ba --- /dev/null +++ b/v3/chill/ghoul/ghoul.json @@ -0,0 +1,231 @@ +{ + "name": "Ghoul", + "vendorId": "0xC01D", + "productId": "0xFC87", + "matrix": { + "rows": 6, + "cols": 17 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_backlight" + ], + "layouts": { + "labels": [ + "Split Backspace", + "Split Right Shift", + "Tsangan Bottom Row" + ], + "keymap": [ + [ + "0,0", + { + "x": 1 + }, + "0,2", + "0,3", + "0,4", + "0,5", + { + "x": 0.5 + }, + "0,6", + "0,7", + "0,8", + "0,9", + { + "x": 0.5 + }, + "0,10", + "0,11", + "0,12", + "0,13", + { + "x": 0.25 + }, + "0,14", + "0,15", + "0,16" + ], + [ + { + "y": 0.5 + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "w": 2 + }, + "1,13\n\n\n0,0", + { + "x": 0.25 + }, + "1,14", + "1,15", + "1,16", + { + "x": 1 + }, + "1,13\n\n\n0,1", + "3,13\n\n\n0,1" + ], + [ + { + "w": 1.5 + }, + "2,0", + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "2,13", + { + "x": 0.25 + }, + "2,14", + "2,15", + "2,16" + ], + [ + { + "w": 1.75 + }, + "3,0", + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "w": 2.25 + }, + "3,12" + ], + [ + { + "w": 2.25 + }, + "4,0", + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + "4,7", + "4,8", + "4,9", + "4,10", + "4,11", + { + "w": 2.75 + }, + "4,12\n\n\n1,0", + { + "x": 1.25 + }, + "4,15", + { + "x": 1.25, + "w": 1.75 + }, + "4,12\n\n\n1,1", + "4,13\n\n\n1,1" + ], + [ + { + "w": 1.25 + }, + "5,0\n\n\n2,0", + { + "w": 1.25 + }, + "5,1\n\n\n2,0", + { + "w": 1.25 + }, + "5,2\n\n\n2,0", + { + "w": 6.25 + }, + "5,6\n\n\n2,0", + { + "w": 1.25 + }, + "5,10\n\n\n2,0", + { + "w": 1.25 + }, + "5,11\n\n\n2,0", + { + "w": 1.25 + }, + "5,12\n\n\n2,0", + { + "w": 1.25 + }, + "5,13\n\n\n2,0", + { + "x": 0.25 + }, + "5,14", + "5,15", + "5,16" + ], + [ + { + "y": 0.25, + "w": 1.5 + }, + "5,0\n\n\n2,1", + "5,1\n\n\n2,1", + { + "w": 1.5 + }, + "5,2\n\n\n2,1", + { + "w": 7 + }, + "5,6\n\n\n2,1", + { + "w": 1.5 + }, + "5,11\n\n\n2,1", + "5,12\n\n\n2,1", + { + "w": 1.5 + }, + "5,13\n\n\n2,1" + ] + ] + } +} From 88165e99789bfbec8c918d7af155861d02568171 Mon Sep 17 00:00:00 2001 From: chillKB <107592205+chillKB@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:52:30 -0800 Subject: [PATCH 2/3] add modifier colors --- v3/chill/ghoul/ghoul.json | 41 ++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/v3/chill/ghoul/ghoul.json b/v3/chill/ghoul/ghoul.json index 304492d0ba..8069e49285 100644 --- a/v3/chill/ghoul/ghoul.json +++ b/v3/chill/ghoul/ghoul.json @@ -20,30 +20,37 @@ ], "keymap": [ [ + { + "c": "#aaaaaa" + }, "0,0", { - "x": 1 + "x": 1, + "c": "#cccccc" }, "0,2", "0,3", "0,4", "0,5", { - "x": 0.5 + "x": 0.5, + "c": "#aaaaaa" }, "0,6", "0,7", "0,8", "0,9", { - "x": 0.5 + "x": 0.5, + "c": "#cccccc" }, "0,10", "0,11", "0,12", "0,13", { - "x": 0.25 + "x": 0.25, + "c": "#aaaaaa" }, "0,14", "0,15", @@ -51,7 +58,8 @@ ], [ { - "y": 0.5 + "y": 0.5, + "c": "#cccccc" }, "1,0", "1,1", @@ -67,6 +75,7 @@ "1,11", "1,12", { + "c": "#aaaaaa", "w": 2 }, "1,13\n\n\n0,0", @@ -77,16 +86,21 @@ "1,15", "1,16", { - "x": 1 + "x": 1, + "c": "#cccccc" }, "1,13\n\n\n0,1", "3,13\n\n\n0,1" ], [ { + "c": "#aaaaaa", "w": 1.5 }, "2,0", + { + "c": "#cccccc" + }, "2,1", "2,2", "2,3", @@ -104,7 +118,8 @@ }, "2,13", { - "x": 0.25 + "x": 0.25, + "c": "#aaaaaa" }, "2,14", "2,15", @@ -115,6 +130,9 @@ "w": 1.75 }, "3,0", + { + "c": "#cccccc" + }, "3,1", "3,2", "3,3", @@ -127,6 +145,7 @@ "3,10", "3,11", { + "c": "#aaaaaa", "w": 2.25 }, "3,12" @@ -136,6 +155,9 @@ "w": 2.25 }, "4,0", + { + "c": "#cccccc" + }, "4,2", "4,3", "4,4", @@ -147,6 +169,7 @@ "4,10", "4,11", { + "c": "#aaaaaa", "w": 2.75 }, "4,12\n\n\n1,0", @@ -175,10 +198,12 @@ }, "5,2\n\n\n2,0", { + "c": "#cccccc", "w": 6.25 }, "5,6\n\n\n2,0", { + "c": "#aaaaaa", "w": 1.25 }, "5,10\n\n\n2,0", @@ -213,10 +238,12 @@ }, "5,2\n\n\n2,1", { + "c": "#cccccc", "w": 7 }, "5,6\n\n\n2,1", { + "c": "#aaaaaa", "w": 1.5 }, "5,11\n\n\n2,1", From eed37166596961fada0c912ef07278d4c0001560 Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:02:57 +0100 Subject: [PATCH 3/3] Update v3/chill/ghoul/ghoul.json --- v3/chill/ghoul/ghoul.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v3/chill/ghoul/ghoul.json b/v3/chill/ghoul/ghoul.json index 8069e49285..00997d6526 100644 --- a/v3/chill/ghoul/ghoul.json +++ b/v3/chill/ghoul/ghoul.json @@ -90,11 +90,13 @@ "c": "#cccccc" }, "1,13\n\n\n0,1", + { + "c": "#aaaaaa" + }, "3,13\n\n\n0,1" ], [ { - "c": "#aaaaaa", "w": 1.5 }, "2,0", @@ -256,3 +258,4 @@ ] } } +