From 4c14fb9b9000ec4a0d939c2d28dfb71d7f9b7829 Mon Sep 17 00:00:00 2001 From: Thomas Holt-Ronczy II Date: Thu, 24 Sep 2020 12:21:29 -0400 Subject: [PATCH] Add Soy 20 PCB VIA Add support for Drewkeys Soy20 PCB --- src/drewkeys/soy20/soy20.json | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/drewkeys/soy20/soy20.json diff --git a/src/drewkeys/soy20/soy20.json b/src/drewkeys/soy20/soy20.json new file mode 100644 index 0000000000..736c80e295 --- /dev/null +++ b/src/drewkeys/soy20/soy20.json @@ -0,0 +1,48 @@ +{ + "name": "Soy20", + "vendorId": "0x4452", + "productId": "0x534f", + "lighting": { + "extends": "none", + "keycodes": "qmk" + }, + "matrix": { + "rows": 5, + "cols": 4 + }, + "layouts": { + "keymap": + [ + [ + "0,3", + "0,2", + "0,1", + "0,0" + ], + [ + "1,3", + "1,2", + "1,1", + "1,0" + ], + [ + "2,3", + "2,2", + "2,1", + "2,0" + ], + [ + "3,3", + "3,2", + "3,1", + "3,0" + ], + [ + "4,3", + "4,2", + "4,1", + "4,0" + ] + ] + } + }