-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (42 loc) · 1.17 KB
/
config.json
File metadata and controls
52 lines (42 loc) · 1.17 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
{
"listen": [null, 7890],
"verbose": true,
"color": {
"gamma": 2.5,
"whitepoint": [0.7, 0.7, 0.7]
},
"devices": [
{
"type": "fadecandy",
"serial": "LLPBUSNJMUHFJTUH",
"map": [
[ 0, 450, 0, 25 ],
[ 0, 475, 49, -25 ],
[ 0, 400, 64, 25 ],
[ 0, 425, 113, -25 ],
[ 0, 350, 128, 25 ],
[ 0, 375, 177, -25 ],
[ 0, 300, 192, 25 ],
[ 0, 325, 241, -25 ],
[ 0, 250, 256, 25 ],
[ 0, 275, 305, -25 ]
]
},
{
"type": "fadecandy",
"serial": "PXPHKOLPMSJXVLGF",
"map": [
[ 0, 0, 448, 25 ],
[ 0, 25, 497, -25 ],
[ 0, 50, 384, 25 ],
[ 0, 75, 433, -25 ],
[ 0, 100, 320, 25 ],
[ 0, 125, 369, -25 ],
[ 0, 150, 256, 25 ],
[ 0, 175, 305, -25 ],
[ 0, 200, 192, 25 ],
[ 0, 225, 241, -25 ]
]
}
]
}