From cd5c7135ecd4dbe9eeba06210daf2becb85014a1 Mon Sep 17 00:00:00 2001 From: wilba Date: Sat, 13 Jan 2024 13:57:41 +1100 Subject: [PATCH] Added WT20-H1 --- v3/wilba_tech/wt20_h1/wt20_h1.json | 91 ++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 v3/wilba_tech/wt20_h1/wt20_h1.json diff --git a/v3/wilba_tech/wt20_h1/wt20_h1.json b/v3/wilba_tech/wt20_h1/wt20_h1.json new file mode 100644 index 0000000000..04a1c59e78 --- /dev/null +++ b/v3/wilba_tech/wt20_h1/wt20_h1.json @@ -0,0 +1,91 @@ +{ + "name": "WT20-H1", + "vendorId": "0x6582", + "productId": "0x0041", + "matrix": {"rows": 5, "cols": 4}, + "layouts": { + "labels": ["Split Plus", "Split Enter", "Split Zero"], + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "c": "#aaaaaa" + }, + "0,1", + "0,2", + "0,3" + ], + [ + { + "c": "#cccccc" + }, + "1,0", + "1,1", + "1,2", + { + "c": "#aaaaaa", + "h": 2 + }, + "1,3\n\n\n0,0", + { + "x": 0.5 + }, + "1,3\n\n\n0,1" + ], + [ + { + "c": "#cccccc" + }, + "2,0", + "2,1", + "2,2", + { + "x": 1.5, + "c": "#aaaaaa" + }, + "2,3\n\n\n0,1" + ], + [ + { + "c": "#cccccc" + }, + "3,0", + "3,1", + "3,2", + { + "c": "#777777", + "h": 2 + }, + "3,3\n\n\n1,0", + { + "x": 0.5 + }, + "3,3\n\n\n1,1" + ], + [ + { + "c": "#cccccc", + "w": 2 + }, + "4,0\n\n\n2,0", + "4,2", + { + "x": 1.5, + "c": "#777777" + }, + "4,3\n\n\n1,1" + ], + [ + { + "y": 0.5, + "c": "#cccccc" + }, + "4,0\n\n\n2,1", + "4,1\n\n\n2,1" + ] + ] + } +}