Update vial config, working now

This commit is contained in:
Justin Lam 2025-07-13 22:55:03 -07:00
parent 2e241086a3
commit 01017cf43f
2 changed files with 27 additions and 27 deletions

View file

@ -17,7 +17,7 @@
},
"split": {
"enabled": true,
"main": "left",
"main": "right",
"soft_serial_pin": "GP1",
"transport": { "protocol": "serial" },
"matrix_pins": {

View file

@ -1,10 +1,10 @@
{
"name": "0_justin/skeletyl",
"name": "skeletyl",
"vendorId": "0xFEED",
"productId": "0x0254",
"matrix": {
"rows": 4,
"cols": 10
"rows": 8,
"cols": 5
},
"layouts": {
"keymap": [
@ -15,13 +15,13 @@
"0,3",
"0,4",
{
"x": 1.5
"x": 2
},
"0,5",
"0,6",
"0,7",
"0,8",
"0,9"
"4,0",
"4,1",
"4,2",
"4,3",
"4,4"
],
[
"1,0",
@ -30,13 +30,13 @@
"1,3",
"1,4",
{
"x": 1.5
"x": 2
},
"1,5",
"1,6",
"1,7",
"1,8",
"1,9"
"5,0",
"5,1",
"5,2",
"5,3",
"5,4"
],
[
"2,0",
@ -45,27 +45,27 @@
"2,3",
"2,4",
{
"x": 1.5
"x": 2
},
"2,5",
"2,6",
"2,7",
"2,8",
"2,9"
"6,0",
"6,1",
"6,2",
"6,3",
"6,4"
],
[
{
"x": 2
"x": 2.5
},
"3,2",
"3,3",
"3,4",
{
"x": 1.5
"x": 1
},
"3,5",
"3,6",
"3,7"
"7,0",
"7,1",
"7,2"
]
]
}