Skip to content

Commit

Permalink
Merge pull request the-via#215 from keebzdotnet/master
Browse files Browse the repository at this point in the history
Added VIA support for Wazowski 23-19 board
  • Loading branch information
wilba authored Oct 19, 2020
2 parents 1e9c6e1 + 77d3644 commit c0b0cbc
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions src/keebzdotnet/wazowski2319/wazowski-23-19-rev0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"name": "Wazowski 23-19 rev0",
"vendorId": "0x4B5A",
"productId": "0x53FC",
"lighting": "none",
"matrix": {"rows": 3, "cols": 5},
"layouts": {
"keymap": [
[
{
"a": 7,
"w": 2.25
},
"0,0",
{
"x": 3.75
},
"2,3"
],
[
{
"y": -0.5,
"x": 2.25
},
"0,1",
"0,2",
"0,3"
],
[
{
"y": -0.25,
"h": 2.25
},
"1,0",
{
"x": 4.5
},
"1,4",
"2,4"
],
[
{
"y": -0.75,
"x": 1.5,
"w": 1.75
},
"1,1",
"1,2",
"1,3"
],
[
{
"x": 1
},
"2,0",
{
"w": 1.75
},
"2,1",
{
"x": 2.25
},
"0,4"
]
]
}
}

0 comments on commit c0b0cbc

Please sign in to comment.