Move patterns to separate patterns.json file
This commit is contained in:
25
patterns.json
Normal file
25
patterns.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"on": {},
|
||||
"off": {},
|
||||
"rainbow": {
|
||||
"Step Rate": "n1"
|
||||
},
|
||||
"transition": {},
|
||||
"chase": {
|
||||
"Colour 1 Length": "n1",
|
||||
"Colour 2 Length": "n2",
|
||||
"Step 1": "n3",
|
||||
"Step 2": "n4"
|
||||
},
|
||||
"pulse": {
|
||||
"Attack": "n1",
|
||||
"Hold": "n2",
|
||||
"Decay": "n3"
|
||||
},
|
||||
"circle": {
|
||||
"Head Rate": "n1",
|
||||
"Max Length": "n2",
|
||||
"Tail Rate": "n3",
|
||||
"Min Length": "n4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user