Initial futuro settings implementation

This commit is contained in:
StructuralMike
2021-03-03 12:34:59 +01:00
parent 4e9e564154
commit 6f39648666
11 changed files with 51 additions and 32 deletions

View File

@@ -45,6 +45,7 @@ def main(args=None):
test("Vanilla ", "--shuffle vanilla")
test("Retro ", "--retro --shuffle vanilla")
test("Futuro ", "--futuro --shuffle vanilla")
test("Keysanity ", "--shuffle vanilla --keydropshuffle --keysanity")
test("Simple ", "--shuffle simple")
test("Full ", "--shuffle full")