Skip to content

Commit

Permalink
Merge pull request #28 from stickoking/rel/0.4.14
Browse files Browse the repository at this point in the history
Rel/0.4.14
  • Loading branch information
stickoking authored Apr 5, 2024
2 parents fdb1e0f + c2ed7be commit f76ade6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Mice:
- Razer Naga Left Handed 2020
- Razer Naga Pro (wired and wireless)
- Razer Naga Trinity
- Razer Naga X
- Razer Orochi 2011
- Razer Orochi 2013
- Razer Orochi Chroma
Expand Down
2 changes: 1 addition & 1 deletion librazermacos
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razer-macos",
"version": "0.4.13",
"version": "0.4.14",
"description": "Open source color effects manager for Razer peripherals on macOS",
"license": "GPL-2.0-only",
"main": "src/main/index.js",
Expand Down
15 changes: 15 additions & 0 deletions src/devices/naga_x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Razer Naga X",
"productId": "0x0096",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1704/product.png",
"features": null,
"featuresMissing": ["oldMouseEffects"],
"featuresConfig": [
{
"dpi": {
"max": 18000
}
}
]
}

0 comments on commit f76ade6

Please sign in to comment.