forked from victorlucachi/void40
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoid40_via_definitions.json
More file actions
114 lines (114 loc) · 1.36 KB
/
void40_via_definitions.json
File metadata and controls
114 lines (114 loc) · 1.36 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name":"VOID40",
"vendorId":"0xF055",
"productId":"0x3531",
"lighting":"none",
"matrix":{
"rows":4,
"cols":12
},
"layouts":{
"labels": [
["Spacebar", "1x2u", "2x1u"]
],
"keymap":[
[
{
"c": "#949494"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
{
"c": "#949494"
},
"0,11"
],
[
"1,0",
{
"c": "#cccccc"
},
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
{
"c": "#949494"
},
"1,11"
],
[
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
{
"c": "#949494"
},
"2,11"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
{
"c": "#cc5454"
},
"3,4",
{
"c": "#949494",
"w": 2
},
"3,5\n\n\n0,0",
{
"c": "#cc5454"
},
"3,7",
{
"c": "#949494"
},
"3,8",
"3,9",
"3,10",
"3,11"
],
[
{
"y": 0.5,
"x": 5
},
"3,5\n\n\n0,1",
"3,6\n\n\n0,1"
]
]
}
}