Skip to content

Commit

Permalink
Merge pull request #707 from TerryMathews/Jetvan
Browse files Browse the repository at this point in the history
JETVAN: Initial support
  • Loading branch information
wilba authored Jun 6, 2021
2 parents 3115652 + c4ed363 commit fb61bdb
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions src/thevankeyboards/jetvan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"name": "JetVan",
"vendorId": "0xFEAE",
"productId": "0x8858",
"lighting": "qmk_rgblight",
"matrix": {"rows": 4, "cols": 12},
"layouts": {
"keymap":
[
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
{
"w": 1.75
},
"0,11"
],
[
{
"w": 1.25
},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
{
"w": 1.5
},
"1,11"
],
[
{
"w": 1.75
},
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11"
],
[
{
"w": 1.25
},
"3,0",
"3,1",
{
"w": 1.25
},
"3,2",
{
"w": 6.25
},
"3,7",
"3,9",
"3,10",
"3,11"
]
]
}
}

0 comments on commit fb61bdb

Please sign in to comment.