diff options
| author | jatounit <120270477+jatounit@users.noreply.github.com> | 2024-10-11 20:07:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-11 21:07:56 -0600 |
| commit | 4d74b7d8fa44df88378be76a84d276dddae3462c (patch) | |
| tree | e080acfa02d3ccfbd27682801d3ea4c2ba0cfa24 | |
| parent | 7638797c923fd8564259da01c6f460f288a1a984 (diff) | |
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'
| -rw-r--r-- | keyboards/jlw/vault35_universal/keymaps/vial/vial.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jlw/vault35_universal/keymaps/vial/vial.json b/keyboards/jlw/vault35_universal/keymaps/vial/vial.json index 3295d2f1e7..82db6f3e04 100644 --- a/keyboards/jlw/vault35_universal/keymaps/vial/vial.json +++ b/keyboards/jlw/vault35_universal/keymaps/vial/vial.json @@ -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", @@ -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", |
