From 2f87a41faa80cb7df91b681df4523e979ff0eb5d Mon Sep 17 00:00:00 2001 From: Slava Date: Thu, 30 Nov 2023 14:57:48 +0300 Subject: [PATCH] vial.json: remove {"a": 7} --- keymap/vial.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/keymap/vial.json b/keymap/vial.json index 4a318a3..3e47eae 100644 --- a/keymap/vial.json +++ b/keymap/vial.json @@ -4,28 +4,28 @@ "matrix": {"rows": 12, "cols": 6}, "layouts": { "keymap": [ - [{"a":7},"0,0","0,1","0,2","0,3","0,4","0,5"], - [{"a":7},"1,0","1,1","1,2","1,3","1,4","1,5"], - [{"a":7},"2,0","2,1","2,2","2,3","2,4","2,5"], - [{"a":7},"3,0","3,1","3,2","3,3","3,4","3,5"], + ["0,0","0,1","0,2","0,3","0,4","0,5"], + ["1,0","1,1","1,2","1,3","1,4","1,5"], + ["2,0","2,1","2,2","2,3","2,4","2,5"], + ["3,0","3,1","3,2","3,3","3,4","3,5"], - [{"a":7, "x": 12, "y": -4}, + [{"x": 12, "y": -4}, "6,0","6,1","6,2","6,3","6,4","6,5"], - [{"a":7, "x": 12}, "7,0","7,1","7,2","7,3","7,4","7,5"], - [{"a":7, "x": 12}, "8,0","8,1","8,2","8,3","8,4","8,5"], - [{"a":7, "x": 12}, "9,0","9,1","9,2","9,3","9,4","9,5"], + [{"x": 12}, "7,0","7,1","7,2","7,3","7,4","7,5"], + [{"x": 12}, "8,0","8,1","8,2","8,3","8,4","8,5"], + [{"x": 12}, "9,0","9,1","9,2","9,3","9,4","9,5"], - [{"a":7, "x": 2 }, "4,2", "4,3"], - [{"a":7, "x": 4 }, "4,4", "4,5"], - [{"a":7, "x": 6 }, "5,4", "5,5"], - [{"a":7, "x": 6 }, "5,2", "5,3"], + [{"x": 2 }, "4,2", "4,3"], + [{"x": 4 }, "4,4", "4,5"], + [{"x": 6 }, "5,4", "5,5"], + [{"x": 6 }, "5,2", "5,3"], - [{"a":7, "x": 14, "y": -4 }, + [{"x": 14, "y": -4 }, "10,2", "10,3"], - [{"a":7, "x": 12 }, "10,0", "10,1"], - [{"a":7, "x": 10 }, "11,0", "11,0"], - [{"a":7, "x": 10 }, "11,2", "11,3"] + [{"x": 12 }, "10,0", "10,1"], + [{"x": 10 }, "11,0", "11,0"], + [{"x": 10 }, "11,2", "11,3"] ] } }