From 8828a668ac95e4a4be4b5dc7e7dd416b87f8455d Mon Sep 17 00:00:00 2001 From: spacehangover <51838046+spacehangover@users.noreply.github.com> Date: Sun, 18 Feb 2024 01:58:34 -0300 Subject: [PATCH] Added Soyuz to VIA (#2167) * WWA Keyboards * Added WWA Keyboards support * Delete duplicate files * added Mercury Macropad support * added Mercury support to VIA * Revert "added Mercury support to VIA" This reverts commit 69192152e229ebe6a227b95c13f28c41585e7d73. * added VIA support for Mercury, Soyuz and SoyuzXL * added VIA support for Mercury, Soyuz and SoyuzXL * Added Mercury Macropad Support * Added Soyuz to VIA * Revert "Added Soyuz to VIA" This reverts commit dbaeb8a88622f59fd885f21c6c2a693cf128709c. * Added Soyuz to VIA --- v3/handwired/wwa/soyuz.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 v3/handwired/wwa/soyuz.json diff --git a/v3/handwired/wwa/soyuz.json b/v3/handwired/wwa/soyuz.json new file mode 100644 index 0000000000..1ccbeb317e --- /dev/null +++ b/v3/handwired/wwa/soyuz.json @@ -0,0 +1,16 @@ +{ + "name": "Soyuz", + "vendorId": "0x5757", + "productId": "0x0004", + "matrix": { + "rows": 3, + "cols": 7 + }, + "layouts": { + "keymap": [ + ["0,0","0,1","0,2","0,3","0,4","0,5","0,6"], + ["1,0","1,1","1,2","1,3","1,4","1,5","1,6"], + ["2,0","2,1","2,2","2,3","2,4","2,5","2,6"] + ] + } +} \ No newline at end of file