From e40a3ba2a4e9eb55a1efbe0f5c6bce45ca689a08 Mon Sep 17 00:00:00 2001 From: "Syenasweta a.k.a. Nashrullah Ali Fauzi" Date: Sat, 7 Oct 2023 13:05:09 +0700 Subject: [PATCH] Add SyenaKeyboards (#2037) Co-authored-by: Syenasweta --- v3/syenakeyboards/aswagata/aswagata.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 v3/syenakeyboards/aswagata/aswagata.json diff --git a/v3/syenakeyboards/aswagata/aswagata.json b/v3/syenakeyboards/aswagata/aswagata.json new file mode 100644 index 0000000000..3e6317c58b --- /dev/null +++ b/v3/syenakeyboards/aswagata/aswagata.json @@ -0,0 +1,21 @@ +{ + "name": "SyenaKeyboards Aswagata", + "vendorId": "0x5373", + "productId": "0x4173", + "matrix": { + "rows": 2, + "cols": 2 + }, + "layouts": { + "keymap": [ + [ + "0,0", + "0,1" + ], + [ + "1,0", + "1,1" + ] + ] + } +}