From 79be7492b599c0c228ac565d46e78e57de63f7b3 Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Sat, 18 Feb 2023 17:30:24 +0100 Subject: [PATCH] data: fix json formatting, add setup config --- data/profiles/default.json | 2 +- data/profiles/setup.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 data/profiles/setup.json 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" +}