Skip to content

Commit

Permalink
Merge pull request #605 from WrathofthePast/Add-missing-max-DPI-property
Browse files Browse the repository at this point in the history
Add missing max DPI property to Mamba TE
  • Loading branch information
1kc authored Sep 21, 2022
2 parents 345cb5e + e4f6f02 commit 9b2bf89
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/devices/mamba_te_wired.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/606/606_mambate_500x500.png",
"features": null,
"featuresMissing": ["mouseBrightness"]
}
"featuresMissing": ["mouseBrightness"],
"featuresConfig": [
{
"dpi": {
"max": 16000
}
}
]
}

0 comments on commit 9b2bf89

Please sign in to comment.