Update vial.json to fix OG Vault and Universal Stagger layouts (#799)

Previously these two layouts were skipping 2,5 in the matrix, instead of 2,4. This was leading to incorrectly mapped keys in the position normally assigned to 'b'
This commit is contained in:
jatounit
2024-10-11 20:07:56 -07:00
committed by GitHub
parent 7638797c92
commit 4d74b7d8fa

View File

@@ -119,7 +119,7 @@
"2,1\n\n\n0,0", "2,1\n\n\n0,0",
"2,2\n\n\n0,0", "2,2\n\n\n0,0",
"2,3\n\n\n0,0", "2,3\n\n\n0,0",
"2,4\n\n\n0,0", "2,5\n\n\n0,0",
"2,6\n\n\n0,0", "2,6\n\n\n0,0",
"2,7\n\n\n0,0", "2,7\n\n\n0,0",
"2,8\n\n\n0,0", "2,8\n\n\n0,0",
@@ -585,7 +585,7 @@
"2,1\n\n\n0,5", "2,1\n\n\n0,5",
"2,2\n\n\n0,5", "2,2\n\n\n0,5",
"2,3\n\n\n0,5", "2,3\n\n\n0,5",
"2,4\n\n\n0,5", "2,5\n\n\n0,5",
"2,6\n\n\n0,5", "2,6\n\n\n0,5",
"2,7\n\n\n0,5", "2,7\n\n\n0,5",
"2,8\n\n\n0,5", "2,8\n\n\n0,5",