|
|
@@ -0,0 +1,52 @@
|
|
|
+{
|
|
|
+ "manufacturer": "ScottoKeebs",
|
|
|
+ "keyboard_name": "ScottoDeck",
|
|
|
+ "maintainer": "joe-scotto",
|
|
|
+ "bootloader": "rp2040",
|
|
|
+ "diode_direction": "COL2ROW",
|
|
|
+ "encoder": {
|
|
|
+ "rotary": [
|
|
|
+ {"pin_a": "GP2", "pin_b": "GP3"},
|
|
|
+ {"pin_a": "GP27", "pin_b": "GP28"}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "features": {
|
|
|
+ "bootmagic": true,
|
|
|
+ "command": false,
|
|
|
+ "console": false,
|
|
|
+ "encoder": true,
|
|
|
+ "extrakey": true,
|
|
|
+ "mousekey": true,
|
|
|
+ "nkro": true
|
|
|
+ },
|
|
|
+ "matrix_pins": {
|
|
|
+ "direct": [
|
|
|
+ ["GP9", null, null, "GP21"],
|
|
|
+ ["GP7", "GP8", "GP20", "GP23"],
|
|
|
+ ["GP5", "GP6", "GP26", "GP22"]
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "processor": "RP2040",
|
|
|
+ "url": "https://scottokeebs.com",
|
|
|
+ "usb": {
|
|
|
+ "device_version": "1.0.0",
|
|
|
+ "pid": "0x0024",
|
|
|
+ "vid": "0xFEED"
|
|
|
+ },
|
|
|
+ "layouts": {
|
|
|
+ "LAYOUT": {
|
|
|
+ "layout": [
|
|
|
+ {"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
+ {"matrix": [0, 3], "x": 3, "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": [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}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|