From a3d695b965ee2d2786cab57f067d5130f3f4787c Mon Sep 17 00:00:00 2001 From: Danny Nguyen Date: Thu, 10 Mar 2022 11:35:12 -0500 Subject: [PATCH] Add Big Switch Seat --- src/keebio/bigswitchseat/bigswitchseat-rev1.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/keebio/bigswitchseat/bigswitchseat-rev1.json diff --git a/src/keebio/bigswitchseat/bigswitchseat-rev1.json b/src/keebio/bigswitchseat/bigswitchseat-rev1.json new file mode 100644 index 0000000000..b63c7b9e95 --- /dev/null +++ b/src/keebio/bigswitchseat/bigswitchseat-rev1.json @@ -0,0 +1,14 @@ +{ + "name": "Big Switch Seat", + "vendorId": "0xCB10", + "productId": "0x1011", + "lighting": "none", + "matrix": {"rows": 1, "cols": 1}, + "layouts": { + "keymap": [ + [ + {"w":2, "h":2},"0,0" + ] + ] + } +}