Files
Omino/data/config.json.example
2026-06-05 13:35:41 +02:00

12 lines
678 B
JSON

{
"up": { "url": "", "mood": 0, "action": 0, "enabled": true },
"down": { "url": "", "mood": 0, "action": 0, "enabled": true },
"left": { "url": "", "mood": 0, "action": 0, "enabled": true },
"right": { "url": "", "mood": 0, "action": 0, "enabled": true },
"forward": { "url": "", "mood": 0, "action": 0, "enabled": true },
"backward": { "url": "", "mood": 0, "action": 0, "enabled": true },
"clockwise": { "url": "", "mood": 0, "action": 0, "enabled": true },
"anticlockwise": { "url": "", "mood": 0, "action": 0, "enabled": true },
"wave": { "url": "", "mood": 0, "action": 0, "enabled": true }
}