-
Notifications
You must be signed in to change notification settings - Fork 1
/
presets.json
45 lines (45 loc) · 913 Bytes
/
presets.json
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
{
"default_values": {
"aura_mode": "glowing_yoyo",
"kracken_mode": "CoveringMarquee",
"led_sync_mode": "breathing",
"kracken_speed": 1,
"led_sync_speed": 2
},
"rainbow": {
"aura_mode": "rainbow",
"kracken_mode": "SpectrumWave",
"led_sync_mode": "rainbow",
"kracken_speed": 2,
"led_sync_speed": 4
},
"bg": {
"primary": "0,255,255",
"accent": "0,255,0"
},
"by": {
"primary": "0,142,255",
"accent": "255,255,0",
"aura_mode": "starry_night"
},
"bp": {
"primary": "80,80,255",
"accent": "180,0,255",
"aura_mode": "starry_night"
},
"pb": {
"primary": "159,0,255",
"accent": "0,142,255"
},
"rp": {
"primary": "255,0,0",
"accent": "150,0,255",
"aura_mode": "starry_night"
},
"w": {
"primary": "255,255,255",
"accent": "0,0,255",
"aura_mode": "static",
"led_sync_mode": "static"
}
}