From 69c664cd3e7a7af40af98d7e3d34f1402beeb763 Mon Sep 17 00:00:00 2001 From: yfuku Date: Thu, 29 Apr 2021 14:03:17 +0900 Subject: [PATCH 1/2] add wings42 keyboard --- src/wings42/wings42.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/wings42/wings42.json diff --git a/src/wings42/wings42.json b/src/wings42/wings42.json new file mode 100644 index 0000000000..db6cfd04e2 --- /dev/null +++ b/src/wings42/wings42.json @@ -0,0 +1,16 @@ +{ + "name": "wings42", + "vendorId": "0x5946", + "productId": "0x0003", + "lighting": "none", + "matrix": { "rows": 8, "cols": 6 }, + "layouts": { + "labels": [], + "keymap": [ + ["0,0","0,1","0,2","0,3","0,4","0,5",{"x":1},"4,5","4,4","4,3","4,2","4,1","4,0"], + ["1,0","1,1","1,2","1,3","1,4","1,5",{"x":1},"5,5","5,4","5,3","5,2","5,1","5,0"], + ["2,0","2,1","2,2","2,3","2,4","2,5",{"x":1},"6,5","6,4","6,3","6,2","6,1","6,0"], + [{"x":3},"3,3","3,4","3,5",{"x":1},"7,5","7,4","7,3"] + ] + } +} From 4586c959327955428a03b975b5fc9d4b6621d338 Mon Sep 17 00:00:00 2001 From: yfuku Date: Sun, 30 May 2021 17:15:47 +0900 Subject: [PATCH 2/2] add wings42_extkeys --- src/wings42_extkeys/wings42_extkeys.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/wings42_extkeys/wings42_extkeys.json diff --git a/src/wings42_extkeys/wings42_extkeys.json b/src/wings42_extkeys/wings42_extkeys.json new file mode 100644 index 0000000000..92fae03a8e --- /dev/null +++ b/src/wings42_extkeys/wings42_extkeys.json @@ -0,0 +1,16 @@ +{ + "name": "wings42 extkeys", + "vendorId": "0x5946", + "productId": "0x0004", + "lighting": "none", + "matrix": { "rows": 12, "cols": 8 }, + "layouts": { + "labels": [], + "keymap": [ + ["0,0","0,1","0,2","0,3","0,4","0,5",{"x":3},"6,5","6,4","6,3","6,2","6,1","6,0"], + ["1,0","1,1","1,2","1,3","1,4","1,5","5,7",{"x":1},"11,7","7,5","7,4","7,3","7,2","7,1","7,0"], + ["2,0","2,1","2,2","2,3","2,4","2,5","4,6",{"x":1},"10,6","8,5","8,4","8,3","8,2","8,1","8,0"], + [{"x":3},"3,3","3,4","3,5",{"x":3},"9,5","9,4","9,3"] + ] + } +}