v01.yaml has .quiet=true to cause all button pushes to become releases

This commit is contained in:
bel
2023-03-26 10:00:10 -06:00
parent 24ae45896f
commit 74717609ec
4 changed files with 10 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ type config struct {
Players []struct {
Transformation transformation
}
Quiet bool
}