Move patterns to settings.json and remove patterns.json

This commit is contained in:
2025-11-30 16:31:22 +13:00
parent ce8596ca58
commit c5a76c24a7
2 changed files with 43 additions and 26 deletions

View File

@@ -1,4 +1,46 @@
{
"tab_password": "qwerty1234",
"current_profile": "tt"
"current_profile": "tt",
"patterns": {
"on": {
"min_delay": 10,
"max_delay": 10000
},
"off": {
"min_delay": 10,
"max_delay": 10000
},
"rainbow": {
"Step Rate": "n1",
"min_delay": 10,
"max_delay": 10000
},
"transition": {
"min_delay": 10,
"max_delay": 10000
},
"chase": {
"Colour 1 Length": "n1",
"Colour 2 Length": "n2",
"Step 1": "n3",
"Step 2": "n4",
"min_delay": 10,
"max_delay": 10000
},
"pulse": {
"Attack": "n1",
"Hold": "n2",
"Decay": "n3",
"min_delay": 10,
"max_delay": 10000
},
"circle": {
"Head Rate": "n1",
"Max Length": "n2",
"Tail Rate": "n3",
"Min Length": "n4",
"min_delay": 10,
"max_delay": 10000
}
}
}