From 54d1311050cfbee6c9ac2be936dcd83ea8ba538e Mon Sep 17 00:00:00 2001 From: Prasshant Shanmugalingam Date: Fri, 5 Apr 2024 18:31:05 +0800 Subject: [PATCH 1/2] Include Naga X support --- librazermacos | 2 +- src/devices/naga_x.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/devices/naga_x.json diff --git a/librazermacos b/librazermacos index 9985957..ba4e8eb 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 998595719a6b2f39cab2c35f5a54a399cd07a2c3 +Subproject commit ba4e8eb79a92e171f4e313534e04134c58c722a0 diff --git a/src/devices/naga_x.json b/src/devices/naga_x.json new file mode 100644 index 0000000..890e61d --- /dev/null +++ b/src/devices/naga_x.json @@ -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 + } + } + ] + } \ No newline at end of file From c2ed7bea876e7c73ed9798bab732d85baff06965 Mon Sep 17 00:00:00 2001 From: Prasshant Shanmugalingam Date: Fri, 5 Apr 2024 19:03:30 +0800 Subject: [PATCH 2/2] Update Version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7672d95..0a81ec8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 3521704..7d73076 100644 --- a/package.json +++ b/package.json @@ -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",