diff --git a/data/profiles/default.json b/data/profiles/default.json index 1cccd91..75ad724 100644 --- a/data/profiles/default.json +++ b/data/profiles/default.json @@ -10,6 +10,6 @@ "scenes": { "Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"], "Flashlight": ["Flashlight"] - } + }, "surfaceMap": "default" } diff --git a/data/profiles/setup.json b/data/profiles/setup.json new file mode 100644 index 0000000..142c056 --- /dev/null +++ b/data/profiles/setup.json @@ -0,0 +1,11 @@ +{ + "version": 1, + "tasks": [ + "Renderer", + "ConfigInput", + "ConfigDisplay", + "InputBlip" + ], + "scenes": [], + "surfaceMap": "default" +}