Add case files

This commit is contained in:
Joe Scotto
2025-11-26 14:29:04 -05:00
parent 18c38121ca
commit 03b9e360d1
8 changed files with 6301 additions and 3 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
+29
View File
@@ -0,0 +1,29 @@
[
[
"0,0",
{
"x": 1
},
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
],
[
"3,0",
"3,1",
"3,2"
],
[
"4,0",
"4,1",
"4,2"
]
]
+4 -3
View File
@@ -1,14 +1,15 @@
{
"matrix": {
"rows": 4,
"rows": 5,
"cols": 3
},
"layouts": {
"keymap": [
["0,0", "0,1", "0,2"],
["0,0", { "x": 1 }, "0,2"],
["1,0", "1,1", "1,2"],
["2,0", "2,1", "2,2"],
["3,0", "3,1", "3,2"]
["3,0", "3,1", "3,2"],
["4,0", "4,1", "4,2"]
]
}
}