diff options
Diffstat (limited to 'keyboards/ai03/soyuz/info.json')
-rw-r--r-- | keyboards/ai03/soyuz/info.json | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/keyboards/ai03/soyuz/info.json b/keyboards/ai03/soyuz/info.json deleted file mode 100644 index 98af3b3373..0000000000 --- a/keyboards/ai03/soyuz/info.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "keyboard_name": "Soyuz", - "manufacturer": "ai03 Design Studio", - "url": "https://github.com/ai03-2725/soyuz", - "maintainer": "ai03", - "usb": { - "vid": "0xA103", - "pid": "0x0018", - "device_version": "0.0.1" - }, - "layouts": { - "LAYOUT_ortho_5x4": { - "layout": [ - {"x":0, "y":0}, - {"x":1, "y":0}, - {"x":2, "y":0}, - {"x":3, "y":0}, - {"x":0, "y":1}, - {"x":1, "y":1}, - {"x":2, "y":1}, - {"x":3, "y":1}, - {"x":0, "y":2}, - {"x":1, "y":2}, - {"x":2, "y":2}, - {"x":3, "y":2}, - {"x":0, "y":3}, - {"x":1, "y":3}, - {"x":2, "y":3}, - {"x":3, "y":3}, - {"x":0, "y":4}, - {"x":1, "y":4}, - {"x":2, "y":4}, - {"x":3, "y":4} - ] - }, - "LAYOUT_numpad_5x4": { - "layout": [ - {"x":0, "y":0}, - {"x":1, "y":0}, - {"x":2, "y":0}, - {"x":3, "y":0}, - - {"x":0, "y":1}, - {"x":1, "y":1}, - {"x":2, "y":1}, - - {"x":0, "y":2}, - {"x":1, "y":2}, - {"x":2, "y":2}, - {"x":3, "y":1, "h":2}, - - {"x":0, "y":3}, - {"x":1, "y":3}, - {"x":2, "y":3}, - - {"x":0, "y":4, "w":2}, - {"x":2, "y":4}, - {"x":3, "y":3, "h":2} - ] - } - } -} |