aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/orbweaver/keyboard.json
diff options
context:
space:
mode:
authorJames Young2024-04-17 01:36:21 +0200
committerGitHub2024-04-17 01:36:21 +0200
commitbaa6000ed33f1f190f43bcd993f84f3b057e952d (patch)
tree76fe8cca7a75e92a15f157603daebaf3b98a5bf1 /keyboards/handwired/orbweaver/keyboard.json
parent7be23a9cb4f40841fc5394395ecf572a13636943 (diff)
Data-Driven Keyboard Conversions: H, Part 3 (#23530)
Diffstat (limited to 'keyboards/handwired/orbweaver/keyboard.json')
-rw-r--r--keyboards/handwired/orbweaver/keyboard.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/keyboards/handwired/orbweaver/keyboard.json b/keyboards/handwired/orbweaver/keyboard.json
new file mode 100644
index 0000000000..5ba08dfc2d
--- /dev/null
+++ b/keyboards/handwired/orbweaver/keyboard.json
@@ -0,0 +1,64 @@
+{
+ "manufacturer": "a_marmot",
+ "keyboard_name": "orbweaver",
+ "maintainer": "a_marmot",
+ "bootloader": "rp2040",
+ "diode_direction": "ROW2COL",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgb_matrix": true
+ },
+ "rgb_matrix": {
+ "center_point": [40, 30],
+ "driver": "is31fl3731"
+ },
+ "matrix_pins": {
+ "rows": ["GP4", "GP5", "GP6", "GP7", "GP8", "GP9"],
+ "cols": ["GP12", "GP13", "GP14", "GP15", "GP16"]
+ },
+ "processor": "RP2040",
+ "url": "https://geekhack.org/index.php?topic=119396.0",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "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": [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": [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": [3, 0], "x": 0, "y": 3},
+ {"matrix": [3, 1], "x": 1, "y": 3},
+ {"matrix": [3, 2], "x": 2, "y": 3},
+ {"matrix": [3, 3], "x": 3, "y": 3},
+ {"matrix": [3, 4], "x": 4, "y": 3},
+ {"matrix": [4, 0], "x": 0, "y": 4},
+ {"matrix": [4, 1], "x": 1, "y": 4},
+ {"matrix": [4, 2], "x": 2, "y": 4},
+ {"matrix": [4, 3], "x": 3, "y": 4},
+ {"matrix": [4, 4], "x": 4, "y": 4},
+ {"matrix": [5, 0], "x": 0, "y": 5},
+ {"matrix": [5, 1], "w": 4, "x": 1, "y": 5}
+ ]
+ }
+ }
+}