Add vial.json with same sparse matrix as QMK keyboard.json

Following the original Gamma-Omega board Vial firmware with a simple
ortholinear representation without the splay and stagger.
This commit is contained in:
Peter J. A. Cock 2025-06-28 09:15:58 +09:00
commit a3b55131c6

View file

@ -0,0 +1,71 @@
{
"name": "TC36K",
"lighting": "none",
"matrix": {
"rows": 13,
"cols": 13
},
"layouts": {
"keymap": [
[
"1,0",
"5,1",
"7,2",
"3,3",
"5,4",
{
"x": 1
},
"5,5",
"7,6",
"7,7",
"3,9",
"12,11"
],
[
"9,0",
"1,1",
"3,2",
"13,3",
"4,4",
{
"x": 1
},
"6,5",
"0,6",
"8,7",
"9,9",
"1,11"
],
[
"0,0",
"2,1",
"2,2",
"4,3",
"8,4",
{
"x": 1
},
"10,5",
"6,6",
"11,7",
"10,9",
"11,11"
],
[
{
"x": 2
},
"9,8",
"8,8",
"12,12",
{
"x": 1
},
"12,12",
"6,12",
"11,10"
]
]
}
}