From 769830406919bd32b7c6d9b381ce71501a07de07 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 27 Mar 2022 11:41:28 -0400 Subject: [PATCH 1/3] Fix Huntsman V2 Analog Matrix Dimensions --- src/devices/huntsman_v2_analog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/huntsman_v2_analog.json b/src/devices/huntsman_v2_analog.json index 3a85a1b..74d955d 100644 --- a/src/devices/huntsman_v2_analog.json +++ b/src/devices/huntsman_v2_analog.json @@ -7,13 +7,13 @@ "featuresConfig": [ { "ripple": { - "rows": 9, + "rows": 8, "cols": 22 } }, { "wheel": { - "rows": 9, + "rows": 8, "cols": 22 } } From e5720615ae998275759a617631f0ccd6445c3c49 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Tue, 29 Mar 2022 15:18:41 -0400 Subject: [PATCH 2/3] Fix Basilisk V3 Support Fixes: - Error in razermouse_driver.c - Missing additions to .gitignore from #463 --- .gitignore | 9 ++++++++- librazermacos | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6faf23e..cbc5f1b 100644 --- a/.gitignore +++ b/.gitignore @@ -110,4 +110,11 @@ dist build/ # IntelliJ -.idea \ No newline at end of file +.idea + +# Yarn Lock file +yarn.lock + +# vscode files +.vscode/ +.vscode/settings.json \ No newline at end of file diff --git a/librazermacos b/librazermacos index 0ccc968..0a65b61 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 0ccc968dd1b809adec450e194a060675e56fb8f6 +Subproject commit 0a65b614ce79617c5937ab664373f142e5054840 From a37c5bb40d676feab0a3256979ad19f31c9b9a23 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:47:04 -0400 Subject: [PATCH 3/3] Additional Basilisk V3 Support Fix - Added missing matrix brightness support - Removed `battery` from `featuresMissing` as it is unnecessary --- librazermacos | 2 +- src/devices/basilisk_v3.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/librazermacos b/librazermacos index 0a65b61..78fa37a 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 0a65b614ce79617c5937ab664373f142e5054840 +Subproject commit 78fa37a338cbfdaa5e694d45c66d8c456eb743d2 diff --git a/src/devices/basilisk_v3.json b/src/devices/basilisk_v3.json index 655021a..4bf7e89 100644 --- a/src/devices/basilisk_v3.json +++ b/src/devices/basilisk_v3.json @@ -4,7 +4,7 @@ "mainType": "mouse", "image": "https://dl.razerzone.com/src/5620/5620-1-en-v1.png", "features": null, - "featuresMissing": ["oldMouseEffects", "reactive", "battery", "breathe"], + "featuresMissing": ["oldMouseEffects", "reactive", "breathe"], "featuresConfig": [ { "dpi": { @@ -13,7 +13,6 @@ }, { "mouseBrightness": { - "enabledMatrix": false, "enabledLeft": false, "enabledRight": false }