From 2279db036dbbbf9a8d69659a7e37ee5c3c337573 Mon Sep 17 00:00:00 2001 From: Idan Kamara Date: Sun, 3 Sep 2023 01:56:49 +0100 Subject: [PATCH] Add sweeq definition (#2004) --- v3/idank/sweeq.json | 194 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 v3/idank/sweeq.json diff --git a/v3/idank/sweeq.json b/v3/idank/sweeq.json new file mode 100644 index 0000000000..6d9ac79d1a --- /dev/null +++ b/v3/idank/sweeq.json @@ -0,0 +1,194 @@ +{ + "name": "Sweeq", + "vendorId": "0xC3AB", + "productId": "0x3139", + "matrix": {"rows": 8, "cols": 5}, + "layouts": { + "keymap": [ + [ + { + "x": 2 + }, + "0,2", + { + "x": 5.75 + }, + "4,2" + ], + [ + { + "y": -0.5, + "x": 1 + }, + "0,1", + { + "x": 1 + }, + "0,3", + { + "x": 3.75 + }, + "4,3", + { + "x": 1 + }, + "4,1" + ], + [ + { + "y": -0.75, + "x": 4 + }, + "0,4", + { + "x": 1.75 + }, + "4,4" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "1,2", + { + "x": 5.75 + }, + "5,2" + ], + [ + { + "y": -0.75 + }, + "0,0", + { + "x": 9.75 + }, + "4,0" + ], + [ + { + "y": -0.75, + "x": 1 + }, + "1,1", + { + "x": 1 + }, + "1,3", + { + "x": 3.75 + }, + "5,3", + { + "x": 1 + }, + "5,1" + ], + [ + { + "y": -0.75, + "x": 4 + }, + "1,4", + { + "x": 1.75 + }, + "5,4" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "2,2", + { + "x": 5.75 + }, + "6,2" + ], + [ + { + "y": -0.75 + }, + "1,0", + { + "x": 9.75 + }, + "5,0" + ], + [ + { + "y": -0.75, + "x": 1 + }, + "2,1", + { + "x": 1 + }, + "2,3", + { + "x": 3.75 + }, + "6,3", + { + "x": 1 + }, + "6,1" + ], + [ + { + "y": -0.75, + "x": 4 + }, + "2,4", + { + "x": 1.75 + }, + "6,4" + ], + [ + { + "y": -0.5 + }, + "2,0", + { + "x": 9.75 + }, + "6,0" + ], + [ + { + "r": 15, + "y": -1.5099999999999998, + "x": 4.67 + }, + "3,3" + ], + [ + { + "r": 30, + "y": -2.49, + "x": 6.5 + }, + "3,4" + ], + [ + { + "r": -30, + "y": 4.92, + "x": 2.76 + }, + "7,4" + ], + [ + { + "r": -15, + "y": -2.42, + "x": 5.75 + }, + "7,3" + ] + ] + } +}