Skip to content

Commit

Permalink
add sb65p-via-json
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed May 22, 2021
1 parent d205b5a commit 93e889d
Showing 1 changed file with 181 additions and 0 deletions.
181 changes: 181 additions & 0 deletions keyboards/yandrstudio/sb65p/info-via.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
{
"name": "SP65",
"vendorId": "0xFEED",
"productId": "0x6060",
"lighting": "none",
"matrix": { "rows": 10, "cols": 9 },
"layouts": {
"keymap":
[
[
"0,0",
{
"x": 0.5
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
{
"x": 1
},
"5,0",
"5,1",
"5,2",
"5,3",
"5,4",
"5,5",
"5,6",
{
"w": 2
},
"5,7",
{
"x": 0.5
},
"5,8"
],
[
"1,0",
{
"x": 0.5,
"w": 1.5
},
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
{
"x": 1
},
"6,0",
"6,1",
"6,2",
"6,3",
"6,4",
"6,5",
"6,6",
{
"w": 1.5
},
"6,7",
{
"x": 0.5
},
"6,8"
],
[
"2,0",
{
"x": 0.5,
"w": 1.75
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
{
"x": 1
},
"7,0",
"7,1",
"7,2",
"7,3",
"7,4",
"7,5",
{
"w": 2.25
},
"7,7",
{
"x": 0.5
},
"7,8"
],
[
"3,0",
{
"x": 0.5,
"w": 2.25
},
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
{
"x": 1
},
"8,0",
"8,1",
"8,2",
"8,3",
"8,4",
"8,5",
{
"w": 1.75
},
"8,6"
],
[
{
"y": -0.75,
"x": 16.75
},
"8,7"
],
[
{
"y": -0.25,
"x": 1.5,
"w": 1.5
},
"4,1",
{
"w": 1.25
},
"4,2",
{
"w": 1.5
},
"4,3",
{
"w": 2.25
},
"4,5",
{
"x": 1,
"w": 2.75
},
"9,1",
{
"w": 1.25
},
"9,3",
{
"w": 1.25
},
"9,4",
{
"w": 1.25
},
"9,5"
],
[
{
"y": -0.75,
"x": 15.75
},
"9,6",
"9,7",
"9,8"
]
]
}
}

0 comments on commit 93e889d

Please sign in to comment.