Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add UI support for Razer Basilisk V3 #587

Merged
merged 1 commit into from
Mar 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: add UI support for Razer Basilisk V3
  • Loading branch information
fgreinacher committed Mar 11, 2022
commit dde5967bdde3def856aa16f4e7f4adfe4ae884ba
22 changes: 22 additions & 0 deletions src/devices/basilisk_v3.json
Original file line number Diff line number Diff line change
@@ -0,0 1,22 @@
{
"name": "Razer Basilisk V3",
"productId": "0x0099",
"mainType": "mouse",
"image": "https://dl.razerzone.com/src/5620/5620-1-en-v1.png",
"features": null,
"featuresMissing": ["oldMouseEffects", "reactive", "battery", "breathe"],
"featuresConfig": [
{
"dpi": {
"max": 26000
}
},
{
"mouseBrightness": {
"enabledMatrix": false,
"enabledLeft": false,
"enabledRight": false
}
}
]
}