From b2197de43efce16b48a4fc8e606e94fb03e699d0 Mon Sep 17 00:00:00 2001 From: jack Date: Sun, 16 Jun 2024 12:55:58 -0600 Subject: [PATCH] initial --- v3/boardsource/the_q/the_q.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 v3/boardsource/the_q/the_q.json diff --git a/v3/boardsource/the_q/the_q.json b/v3/boardsource/the_q/the_q.json new file mode 100644 index 0000000000..883d3b72ca --- /dev/null +++ b/v3/boardsource/the_q/the_q.json @@ -0,0 +1,26 @@ +{ + "name": "The Q", + "vendorId": "0x4273", + "productId": "0x7552", + "matrix": {"rows": 7, "cols": 6}, + "keycodes": ["qmk_lighting"], + "menus": ["qmk_rgb_matrix"], + "layouts": { + "keymap": [ + [{"x": 3},"0,3",{"x": 7.5},"6,3"], + [{"y": -0.87,"x": 2},"0,2",{"x": 1},"0,4",{"x": 5.5},"6,4",{"x": 1},"6,2"], + [{"y": -0.87,"x": 5},"0,5",{"x": 3.5},"6,5"], + [{"y": -0.87},"0,0","0,1",{"x": 11.5},"6,1","6,0"], + [{"y": -0.379,"x": 3},"1,3",{"x": 7.5},"5,3"], + [{"y": -0.87,"x": 2},"1,2",{"x": 1},"1,4",{"x": 5.5},"5,4",{"x": 1},"5,2"], + [{"y": -0.87,"x": 5},"1,5",{"x": 3.5},"5,5"], + [{"y": -0.87},"1,0","1,1",{"x": 11.5},"5,1","5,0"], + [{"y": -0.379,"x": 3},"2,3",{"x": 7.5},"4,3"],[{"y": -0.87,"x": 2},"2,2",{"x": 1},"2,4",{"x": 5.5},"4,4",{"x": 1},"4,2"], + [{"y": -0.87,"x": 5},"2,5",{"x": 3.5},"4,5"],[{"y": -0.87},"2,0","2,1",{"x": 11.5},"4,1","4,0"],[{"y": -0.129,"x": 3.5},"3,0",{"x": 6.5},"3,5"], + [{"r": 15,"rx": 3.75,"ry": 3.25,"y": -0.2018,"x": 1},"3,1"], + [{"r": 30,"rx": 5.4,"ry": 9.3,"y": -5.64,"x": -2.2802,"h": 1.5},"3,2"], + [{"r": -30,"rx": 11.1,"y": -6.12,"x": 0.4193,"h": 1.5},"3,3"], + [{"r": -15,"rx": 12,"ry": 9.1,"y": -5.92,"x": -0.7304},"3,4"] + ] + } +}