diff --git a/data/maps/ponder.json b/data/maps/ponder.json new file mode 100644 index 0000000..9e7f20c --- /dev/null +++ b/data/maps/ponder.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "rotation": 3, + "strides": [ + {"x": 0, "y": 0, "pixels": 17}, + {"x": 0, "y": 1, "pixels": 17}, + {"x": 0, "y": 2, "pixels": 17}, + {"x": 0, "y": 3, "pixels": 17}, + {"x": 0, "y": 4, "pixels": 16}, + {"x": 0, "y": 5, "pixels": 17}, + {"x": 0, "y": 6, "pixels": 17}, + {"x": 0, "y": 7, "pixels": 17}, + {"x": 0, "y": 8, "pixels": 17}, + {"x": 0, "y": 9, "pixels": 17}, + {"x": 0, "y": 10, "pixels": 17}, + {"x": 0, "y": 11, "pixels": 17}, + {"x": 0, "y": 12, "pixels": 18}, + {"x": 0, "y": 13, "pixels": 17}, + {"x": 0, "y": 14, "pixels": 18}, + {"x": 0, "y": 15, "pixels": 17}, + {"x": 0, "y": 16, "pixels": 17}, + {"x": 0, "y": 17, "pixels": 17} + ] +} diff --git a/data/profiles/ponderjar.json b/data/profiles/ponderjar.json new file mode 100644 index 0000000..0d42ee5 --- /dev/null +++ b/data/profiles/ponderjar.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "tasks": [ + "Bluetooth", + "WiFi", + "Renderer", + "Power", + "BPM", + "MQTT", + "ArduinoOTA", + "UpdateStatusAnimation", + "Serial" + ], + "scenes": { + "Rain": ["Rain", "Rainbow"], + "Test": ["Test"], + "Idle": ["Solid", "Pulse", "Rainbow", "CircadianRhythm"], + "Acid": ["Chimes", "Pulse", "IdleColors", "Rainbow"], + "Flashlight": ["Flashlight"] + }, + "surfaceMap": "ponder", + "defaults": { + "mqtt.ip": "10.0.0.2" + } +}