From ab87036c5aff354c6865b3659ec31e9d5f699fdf Mon Sep 17 00:00:00 2001 From: jatounit <120270477+jatounit@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:10:24 -0700 Subject: [PATCH] Update vial.json to fix OG Vault and Universal Stagger layouts 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' --- keyboards/jlw/vault35_universal/keymaps/vial/vial.json | 4 ++-- 1 file 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 3295d2f1e77..82db6f3e049 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",