data: fix json formatting, add setup config
This commit is contained in:
parent
e43fbf78ee
commit
79be7492b5
@ -10,6 +10,6 @@
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||||
"Flashlight": ["Flashlight"]
|
||||
}
|
||||
},
|
||||
"surfaceMap": "default"
|
||||
}
|
||||
|
11
data/profiles/setup.json
Normal file
11
data/profiles/setup.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": 1,
|
||||
"tasks": [
|
||||
"Renderer",
|
||||
"ConfigInput",
|
||||
"ConfigDisplay",
|
||||
"InputBlip"
|
||||
],
|
||||
"scenes": [],
|
||||
"surfaceMap": "default"
|
||||
}
|
Loading…
Reference in New Issue
Block a user