forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathinfo.json
More file actions
63 lines (61 loc) · 2.69 KB
/
Copy pathinfo.json
File metadata and controls
63 lines (61 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"manufacturer": "Andrew Hess",
"keyboard_name": "starboard",
"maintainer": "Andrew Hess",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"direct": [
["GP8", "GP7", "GP2", "GP1", "GP0", "NO_PIN", "NO_PIN", "GP28", "GP27", "GP26", "GP18", "GP17"],
["GP9", "GP10", "GP3", "GP4", "GP6", "GP5", "GP22", "GP21", "GP20", "GP19", "GP15", "GP16"],
["NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "GP11", "GP12", "GP13", "GP14", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN"],
]
},
"processor": "RP2040",
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0xABCD",
"vid": "0xFEED"
},
"layouts": {
"LAYOUT": {
"layout": [
{"label":"GP8", "matrix":[0, 0], "x":0, "y":0},
{"label":"GP7", "matrix":[0, 1], "x":1, "y":0},
{"label":"GP2", "matrix":[0, 2], "x":2, "y":0},
{"label":"GP1", "matrix":[0, 3], "x":3, "y":0},
{"label":"GP0", "matrix":[0, 4], "x":4, "y":0},
{"label":"GP28", "matrix":[0, 7], "x":7, "y":0},
{"label":"GP27", "matrix":[0, 8], "x":8, "y":0},
{"label":"GP26", "matrix":[0, 9], "x":9, "y":0},
{"label":"GP18", "matrix":[0, 10], "x":10, "y":0},
{"label":"GP17", "matrix":[0, 11], "x":11, "y":0},
{"label":"GP9", "matrix":[1, 0], "x":0, "y":1},
{"label":"GP10", "matrix":[1, 1], "x":1, "y":1},
{"label":"GP3", "matrix":[1, 2], "x":2, "y":1},
{"label":"GP4", "matrix":[1, 3], "x":3, "y":1},
{"label":"GP6", "matrix":[1, 4], "x":4, "y":1},
{"label":"GP5", "matrix":[1, 5], "x":5, "y":1},
{"label":"GP22", "matrix":[1, 6], "x":6, "y":1},
{"label":"GP21", "matrix":[1, 7], "x":7, "y":1},
{"label":"GP20", "matrix":[1, 8], "x":8, "y":1},
{"label":"GP19", "matrix":[1, 9], "x":9, "y":1},
{"label":"GP15", "matrix":[1, 10], "x":10, "y":1},
{"label":"GP16", "matrix":[1, 11], "x":11, "y":1},
{"label":"GP11", "matrix":[2, 4], "x":4, "y":2},
{"label":"GP12", "matrix":[2, 5], "x":5, "y":2},
{"label":"GP13", "matrix":[2, 6], "x":6, "y":2},
{"label":"GP14", "matrix":[2, 7], "x":7, "y":2},
]
}
}
}