17 lines
328 B
JSON
17 lines
328 B
JSON
|
{
|
||
|
"version": 1,
|
||
|
"tasks": [
|
||
|
"Renderer",
|
||
|
"SerialInput",
|
||
|
"BPM",
|
||
|
"Bluetooth"
|
||
|
],
|
||
|
"scenes": {
|
||
|
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||
|
"Acid": ["Chimes", "Pulse", "MPU5060", "IdleColors", "Rainbow"],
|
||
|
"Flashlight": ["Flashlight"]
|
||
|
},
|
||
|
"surfaceMap": "cyberplague"
|
||
|
}
|
||
|
|