Skip to content

Commit

Permalink
added trainpad/trainpad.json (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanyaKirti authored May 28, 2023
1 parent 1547bc9 commit 1af2301
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions v3/trainpad/trainPad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

{
"name": "trainPad",
"vendorId": "0x416B",
"productId": "0x0003",
"matrix": {
"rows": 1,
"cols": 4
},
"layouts": {
"keymap":
[
[
{
"y": 0.5,
"x": 2,
"c": "#aaaaaa"
},
"0,1",
"0,2",
"0,3"
],
[
{
"r": 90,
"rx": 1,
"ry": 1,
"y": -1,
"x": -0.75,
"c": "#777777",
"w": 1.25,
"h": 2,
"w2": 1.5,
"h2": 1,
"x2": -0.25
},
"0,0"
]
]
}
}

0 comments on commit 1af2301

Please sign in to comment.