From 75a3b9d4c052a87b84228b841e53bdc4d3613274 Mon Sep 17 00:00:00 2001 From: Matt Chan <5021+mattchan@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:39:42 -0400 Subject: [PATCH 1/2] Add KindaKeyboards Conone65 Via support --- v3/kindakeyboards/conone65/conone65.json | 271 +++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 v3/kindakeyboards/conone65/conone65.json diff --git a/v3/kindakeyboards/conone65/conone65.json b/v3/kindakeyboards/conone65/conone65.json new file mode 100644 index 0000000000..44693e6916 --- /dev/null +++ b/v3/kindakeyboards/conone65/conone65.json @@ -0,0 +1,271 @@ +{ + "name": "Conone65", + "vendorId": "0x9133", + "productId": "0x6AAB", + "keycodes": [ + "qmk_lighting" + ], + "matrix": { + "rows": 5, + "cols": 16 + }, + "layouts": { + "labels": [ + "Split Backspace", + "ISO Enter", + "Split Left Shift", + [ + "Bottom Left Mods + Spacebar", + "3 x 1.25u + 6.25", + "3 x 1.25u + Split Space", + "2 x 1.5u + 7u" + ], + [ + "Bottom Right Mods", + "3 x 1u", + "2 x 1.5u" + ] + ], + "keymap": [ + [ + { + "x": 2.75, + "c": "#777777" + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "0,6", + "0,7", + "0,8", + "0,9", + "0,10", + "0,11", + "0,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "0,13\n\n\n0,0", + { + "c": "#cccccc" + }, + "0,14", + { + "x": 0.75 + }, + "0,15\n\n\n0,1", + "0,13\n\n\n0,1" + ], + [ + { + "x": 2.75, + "c": "#aaaaaa", + "w": 1.5 + }, + "1,0", + { + "c": "#cccccc" + }, + "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": 1.5 + }, + "1,13\n\n\n1,0", + "1,14", + { + "x": 1.5, + "c": "#777777", + "w": 1.25, + "h": 2, + "w2": 1.5, + "h2": 1, + "x2": -0.25 + }, + "2,13\n\n\n1,1" + ], + [ + { + "x": 2.75, + "c": "#aaaaaa", + "w": 1.75 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + { + "c": "#777777", + "w": 2.25 + }, + "2,13\n\n\n1,0", + { + "c": "#cccccc" + }, + "2,14", + { + "x": 0.5 + }, + "2,12\n\n\n1,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.25 + }, + "3,0\n\n\n2,1", + { + "c": "#cccccc" + }, + "3,1\n\n\n2,1", + { + "x": 0.5, + "c": "#aaaaaa", + "w": 2.25 + }, + "3,0\n\n\n2,0", + { + "c": "#cccccc" + }, + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,12", + { + "c": "#777777" + }, + "3,13", + { + "c": "#cccccc" + }, + "3,14" + ], + [ + { + "x": 2.75, + "c": "#aaaaaa", + "w": 1.25 + }, + "4,0\n\n\n3,0", + { + "w": 1.25 + }, + "4,1\n\n\n3,0", + { + "w": 1.25 + }, + "4,2\n\n\n3,0", + { + "c": "#cccccc", + "w": 6.25 + }, + "4,6\n\n\n3,0", + { + "c": "#aaaaaa" + }, + "4,9\n\n\n4,0", + "4,10\n\n\n4,0", + "4,11\n\n\n4,0", + { + "c": "#777777" + }, + "4,12", + "4,13", + "4,14" + ], + [ + { + "x": 2.75, + "c": "#aaaaaa", + "w": 1.25 + }, + "4,0\n\n\n3,1", + { + "w": 1.25 + }, + "4,1\n\n\n3,1", + { + "w": 1.25 + }, + "4,2\n\n\n3,1", + { + "c": "#cccccc", + "w": 2.25 + }, + "4,4\n\n\n3,1", + { + "w": 1.25 + }, + "4,6\n\n\n3,1", + { + "w": 2.75 + }, + "4,8\n\n\n3,1", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,9\n\n\n4,1", + { + "w": 1.5 + }, + "4,11\n\n\n4,1" + ], + [ + { + "x": 2.75, + "w": 1.5 + }, + "4,0\n\n\n3,2", + { + "w": 1.5 + }, + "4,1\n\n\n3,2", + { + "c": "#cccccc", + "w": 7 + }, + "4,6\n\n\n3,2" + ] + ] + } +} \ No newline at end of file From d07825492655bc6053663ba6b5fd3c45e703080a Mon Sep 17 00:00:00 2001 From: Matt Chan <5021+mattchan@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:11:02 -0500 Subject: [PATCH 2/2] Remove QMK lighting options from Conone65 Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com> --- v3/kindakeyboards/conone65/conone65.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/v3/kindakeyboards/conone65/conone65.json b/v3/kindakeyboards/conone65/conone65.json index 44693e6916..184af17811 100644 --- a/v3/kindakeyboards/conone65/conone65.json +++ b/v3/kindakeyboards/conone65/conone65.json @@ -2,9 +2,6 @@ "name": "Conone65", "vendorId": "0x9133", "productId": "0x6AAB", - "keycodes": [ - "qmk_lighting" - ], "matrix": { "rows": 5, "cols": 16