Removed most redundant delays in meta.json (#3549)

This commit is contained in:
Elijahrane
2021-03-08 03:26:25 +08:00
committed by GitHub
parent c9c9d8bdeb
commit 590453a57f
63 changed files with 434 additions and 4178 deletions

View File

@@ -9,107 +9,31 @@
"states": [
{
"name": "rcle-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "rcle-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "rcl-inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "rcl-inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
},
{
"name": "rcl-0",
"delays": [
[
1
]
]
"name": "rcl-0"
},
{
"name": "rcl-10",
"delays": [
[
1
]
]
"name": "rcl-10"
},
{
"name": "rcl-20",
"delays": [
[
1
]
]
"name": "rcl-20"
},
{
"name": "rcl-30",
"delays": [
[
1
]
]
"name": "rcl-30"
}
]
}