Skip to content

Commit

Permalink
Merge pull request #587 from fgreinacher/feat/basilisk-3
Browse files Browse the repository at this point in the history
feat: add UI support for Razer Basilisk V3
  • Loading branch information
1kc authored Mar 13, 2022
2 parents 2b095f8 + dde5967 commit 345cb5e
Showing 1 changed file with 22 additions and 0 deletions.
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
}
}
]
}

0 comments on commit 345cb5e

Please sign in to comment.