-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathglobals.json
More file actions
88 lines (88 loc) · 1.1 KB
/
globals.json
File metadata and controls
88 lines (88 loc) · 1.1 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"quadrants": {
"UL": {
"x0": 0,
"y0": 0,
"x1": 31,
"y1": 25
},
"UR": {
"x0": 32,
"y0": 0,
"x1": 72,
"y1": 25
},
"LL": {
"x0": 0,
"y0": 26,
"x1": 31,
"y1": 50
},
"LR": {
"x0": 32,
"y0": 26,
"x1": 72,
"y1": 50
}
},
"taps": {
"C4": {
"lx0": 0,
"lx1": 3,
"rx0": 4,
"rx1": 12
},
"C22": {
"lx0": 13,
"lx1": 21,
"rx0": 22,
"rx1": 31
},
"C42": {
"lx0": 32,
"lx1": 41,
"rx0": 42,
"rx1": 50
},
"C60": {
"lx0": 51,
"lx1": 59,
"rx0": 60,
"rx1": 72
}
},
"spines": {
"UL4": {
"x": 3,
"y": 13
},
"LL4": {
"x": 3,
"y": 37
},
"UL22": {
"x": 21,
"y": 13
},
"LL22": {
"x": 21,
"y": 37
},
"UR42": {
"x": 41,
"y": 13
},
"LR42": {
"x": 41,
"y": 37
},
"UR60": {
"x": 59,
"y": 13
},
"LR60": {
"x": 59,
"y": 37
}
}
}