Skip to content

Commit

Permalink
Merge pull request #430 from jvk75/add-support-for-naga-pro
Browse files Browse the repository at this point in the history
add support for naga pro
  • Loading branch information
1kc authored Aug 16, 2021
2 parents dc17c4c + 70dfae9 commit 7a8f44d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/devices/naga_pro_wired.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Razer Naga Pro - Wired",
"productId": "0x008f",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1710/small_product.png",
"features": null,
"featuresMissing": ["oldMouseEffects"],
"featuresConfig": [
{
"mouseBrightness": {
"enabledLogo": false,
"enabledScroll": false,
"enabledLeft": false,
"enabledRight": false
}
},
{
"dpi": {
"max": 20000
}
}
]
}
23 changes: 23 additions & 0 deletions src/devices/naga_pro_wireless.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Razer Naga Pro - Wireless",
"productId": "0x0090",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1710/small_product.png",
"features": null,
"featuresMissing": ["oldMouseEffects"],
"featuresConfig": [
{
"mouseBrightness": {
"enabledLogo": false,
"enabledScroll": false,
"enabledLeft": false,
"enabledRight": false
}
},
{
"dpi": {
"max": 20000
}
}
]
}

0 comments on commit 7a8f44d

Please sign in to comment.