Skip to content

Commit

Permalink
add support for ploopyco/madromys
Browse files Browse the repository at this point in the history
  • Loading branch information
ploopyco committed Nov 30, 2023
1 parent e69ad9a commit 2477b26
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions v3/ploopyco/trackball/trackball_adept.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "Ploopy Adept Trackball",
"vendorId": "0x5043",
"productId": "0x5C47",
"customKeycodes": [
{"name": "DPI Config", "title": "DPI Config", "shortName": "DPI"},
{"name": "Drag Scroll", "title": "Drag Scroll", "shortName": "DragScl"}
],
"matrix": {"rows": 1, "cols": 6},
"layouts": {
"keymap": [
[
{
"h": 2
},
"0,1",
{
"x": 0.25,
"h": 1.25
},
"0,2",
{
"x": 0.25,
"h": 1.25
},
"0,3",
{
"x": 0.25,
"h": 2
},
"0,4"
],
[
{
"y": 1.25,
"w": 1.75,
"h": 2
},
"0,0",
{
"x": 1.25,
"w": 1.75,
"h": 2
},
"0,5"
]
]
}
}

0 comments on commit 2477b26

Please sign in to comment.