Skip to content

Commit

Permalink
Add support for ploopyco/madromys (#2080)
Browse files Browse the repository at this point in the history
* add support for ploopyco/madromys

* renamed adept file to madromys; made it clearer in the JSON file that the Adept and Madromys are the same
  • Loading branch information
ploopyco authored Jan 1, 2024
1 parent f66ff6a commit 79b4f64
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions v3/ploopyco/trackball/trackball_madromys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "Ploopy Adept Trackball (Madromys)",
"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 79b4f64

Please sign in to comment.