summaryrefslogtreecommitdiff
path: root/keyboards/handwired/wwa/soyuzxl/info.json
diff options
context:
space:
mode:
authorspacehangover <51838046+spacehangover@users.noreply.github.com>2024-02-14 15:31:19 -0300
committerGitHub <noreply@github.com>2024-02-14 11:31:19 -0700
commit1e7c2a8926ad7e64d9203dc35226e6f3c3191a63 (patch)
tree5303aafc4be7814b3c921de3e04bfb2ebc1a55a8 /keyboards/handwired/wwa/soyuzxl/info.json
parent1ddff6e30d9ec0d3a234aef9370b2272768bc3fd (diff)
Added SoyuzXL Macropad (#23075)
* added mercury macropad WWA * Revert "added mercury macropad WWA" This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7. * added Mercury macropad WWA * added Soyuz Macropad * Added Soyuz XL Macropad
Diffstat (limited to 'keyboards/handwired/wwa/soyuzxl/info.json')
-rw-r--r--keyboards/handwired/wwa/soyuzxl/info.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/keyboards/handwired/wwa/soyuzxl/info.json b/keyboards/handwired/wwa/soyuzxl/info.json
new file mode 100644
index 0000000000..9180344176
--- /dev/null
+++ b/keyboards/handwired/wwa/soyuzxl/info.json
@@ -0,0 +1,55 @@
+{
+ "manufacturer": "spacehangover",
+ "keyboard_name": "SoyuzXL",
+ "maintainer": "spacehangover",
+ "bootloader": "atmel-dfu",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
+ "matrix_pins": {
+ "cols": ["D1", "D0", "D4", "C6", "D7", "E6", "B4"],
+ "rows": ["B5", "B2", "B3"]
+ },
+ "processor": "atmega32u4",
+ "url": "",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0005",
+ "vid": "0x5757"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [0, 2], "x": 2, "y": 0},
+ {"matrix": [0, 3], "x": 3, "y": 0},
+ {"matrix": [0, 4], "x": 4, "y": 0},
+ {"matrix": [0, 5], "x": 5, "y": 0},
+ {"matrix": [0, 6], "x": 6, "y": 0},
+
+ {"matrix": [1, 0], "x": 0, "y": 1},
+ {"matrix": [1, 1], "x": 1, "y": 1},
+ {"matrix": [1, 2], "x": 2, "y": 1},
+ {"matrix": [1, 3], "x": 3, "y": 1},
+ {"matrix": [1, 4], "x": 4, "y": 1},
+ {"matrix": [1, 5], "x": 5, "y": 1},
+ {"matrix": [1, 6], "x": 6, "y": 1},
+
+ {"matrix": [2, 0], "x": 0, "y": 2},
+ {"matrix": [2, 1], "x": 1, "y": 2},
+ {"matrix": [2, 2], "x": 2, "y": 2},
+ {"matrix": [2, 3], "x": 3, "y": 2},
+ {"matrix": [2, 4], "x": 4, "y": 2},
+ {"matrix": [2, 5], "x": 5, "y": 2},
+ {"matrix": [2, 6], "x": 6, "y": 2}
+ ]
+ }
+ }
+} \ No newline at end of file