From 8b6d836e42e1a11b0c91446431f90f2768eadf24 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Wed, 30 Jul 2025 20:40:44 +0100
Subject: [PATCH] Fix J entry for Vial
Row 13 would have been an overflow error somewhere
(should be in the range 0-12).
Now matches the keyboard.json values.
So two chances to spot this error at compile time missed.
---
keyboards/tutte_coxeter_36k/keymaps/vial/vial.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keyboards/tutte_coxeter_36k/keymaps/vial/vial.json b/keyboards/tutte_coxeter_36k/keymaps/vial/vial.json
index 4a38f04b..c2e9227c 100644
--- a/keyboards/tutte_coxeter_36k/keymaps/vial/vial.json
+++ b/keyboards/tutte_coxeter_36k/keymaps/vial/vial.json
@@ -1,7 +1,7 @@
{
"layouts": {
"keymap": [
- "['12,11', '3,9', '7,7', '7,6', '5,5', {'x': 1}, '5,4', '3,3', '7,2', '5,1', '1,0']", "['1,11', '9,9', '8,7', '0,6', '6,5', {'x': 1}, '4,4', '13,3', '3,2', '1,1', '9,0']", "['11,11', '10,9', '11,7', '6,6', '10,5', {'x': 1}, '8,4', '4,3', '2,2', '2,1', '0,0']", "[{'x': 2}, '11,10', '10,10', '6,12', {'x': 1}, '12,12', '8,8', '9,8']"
+ "['12,11', '3,9', '7,7', '7,6', '5,5', {'x': 1}, '5,4', '3,3', '7,2', '5,1', '1,0']", "['1,11', '9,9', '8,7', '0,6', '6,5', {'x': 1}, '4,4', '12,3', '3,2', '1,1', '9,0']", "['11,11', '10,9', '11,7', '6,6', '10,5', {'x': 1}, '8,4', '4,3', '2,2', '2,1', '0,0']", "[{'x': 2}, '11,10', '10,10', '6,12', {'x': 1}, '12,12', '8,8', '9,8']"
]
},
"lighting": "none",