From 9ef7c5598d407b85213b14343d05c293c45eef9f Mon Sep 17 00:00:00 2001 From: yfuku Date: Sun, 5 Dec 2021 17:41:25 +0900 Subject: [PATCH] Add stickey4 keyboard --- src/stickey4/stickey4.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/stickey4/stickey4.json diff --git a/src/stickey4/stickey4.json b/src/stickey4/stickey4.json new file mode 100644 index 0000000000..eb07deb0ed --- /dev/null +++ b/src/stickey4/stickey4.json @@ -0,0 +1,14 @@ +{ + "name": "stickey4", + "vendorId": "0x5946", + "productId": "0x0010", + "lighting": "none", + "matrix": { "rows": 1, "cols": 8 }, + "layouts": { + "labels": [], + "keymap": [ + [{"x":0.125}, "0,0","0,1","0,2","0,3"], + [{"y":0.25}, "0,4","0,5", {"x":0.25},"0,6","0,7"] + ] + } +}