data: fix json formatting, add setup config

This commit is contained in:
Torrie Fischer 2023-02-18 17:30:24 +01:00
parent e43fbf78ee
commit 79be7492b5
2 changed files with 12 additions and 1 deletions

View File

@ -10,6 +10,6 @@
"scenes": { "scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"], "Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
"Flashlight": ["Flashlight"] "Flashlight": ["Flashlight"]
} },
"surfaceMap": "default" "surfaceMap": "default"
} }

11
data/profiles/setup.json Normal file
View File

@ -0,0 +1,11 @@
{
"version": 1,
"tasks": [
"Renderer",
"ConfigInput",
"ConfigDisplay",
"InputBlip"
],
"scenes": [],
"surfaceMap": "default"
}