Skip to content

Commit

Permalink
Update vial.json to fix OG Vault and Universal Stagger layouts (#799)
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
jatounit authored Oct 12, 2024
1 parent 7638797 commit 4d74b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/jlw/vault35_universal/keymaps/vial/vial.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"2,1\n\n\n0,0",
"2,2\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,7\n\n\n0,0",
"2,8\n\n\n0,0",
Expand Down Expand Up @@ -585,7 +585,7 @@
"2,1\n\n\n0,5",
"2,2\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,7\n\n\n0,5",
"2,8\n\n\n0,5",
Expand Down

0 comments on commit 4d74b7d

Please sign in to comment.