From 15b6a883e501118f60c9c81367a79d291ca7377f Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Thu, 24 Feb 2022 12:42:50 -0500 Subject: [PATCH 1/6] Orochi V2 Support Adds support for both bluetooth and receiver connections Accompanying PR: 1kc/librazermacos#29 Due #558, I'm currently unable to provide a test build; however, anyone who wishes to test can build it. --- librazermacos | 2 +- src/devices/orochi_v2_bluetooth.json | 15 +++++++++++++++ src/devices/orochi_v2_receiver.json | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 src/devices/orochi_v2_bluetooth.json create mode 100644 src/devices/orochi_v2_receiver.json diff --git a/librazermacos b/librazermacos index 1239111..30de065 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 12391114a48d3e007542ff00401591c5952a686a +Subproject commit 30de06504f8d72b356c5dcc784346ad006b545df diff --git a/src/devices/orochi_v2_bluetooth.json b/src/devices/orochi_v2_bluetooth.json new file mode 100644 index 0000000..d802c6a --- /dev/null +++ b/src/devices/orochi_v2_bluetooth.json @@ -0,0 +1,15 @@ +{ + "name": "Razer Orochi V2 (Bluetooth)", + "productId": "0x0095", + "mainType": "mouse", + "image": "https://dl.razerzone.com/src/OrochiV2-1-en-v1.png", + "features": null, + "featuresMissing": ["mouseBrightness"], + "featuresConfig": [ + { + "dpi": { + "max": 18000 + } + } + ] +} diff --git a/src/devices/orochi_v2_receiver.json b/src/devices/orochi_v2_receiver.json new file mode 100644 index 0000000..5790d41 --- /dev/null +++ b/src/devices/orochi_v2_receiver.json @@ -0,0 +1,15 @@ +{ + "name": "Razer Orochi Chroma (Receiver)", + "productId": "0x0094", + "mainType": "mouse", + "image": "https://dl.razerzone.com/src/OrochiV2-1-en-v1.png", + "features": null, + "featuresMissing": ["mouseBrightness"], + "featuresConfig": [ + { + "dpi": { + "max": 18000 + } + } + ] +} From 36044784e8e0e9386e7c66ca9f4048713c77e770 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:08:43 -0400 Subject: [PATCH 2/6] Remove Extraneous Orochi V2 Entry --- librazermacos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librazermacos b/librazermacos index 30de065..8aaf669 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 30de06504f8d72b356c5dcc784346ad006b545df +Subproject commit 8aaf669ee4bbe93e25de1be2d94a12d3b3328b5b From af9ca4ea68c10e5f4f37162140c3d34f9a0aaaf4 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:09:57 -0400 Subject: [PATCH 3/6] Revert "Remove Extraneous Orochi V2 Entry" This reverts commit 36044784e8e0e9386e7c66ca9f4048713c77e770. --- librazermacos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librazermacos b/librazermacos index 8aaf669..30de065 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 8aaf669ee4bbe93e25de1be2d94a12d3b3328b5b +Subproject commit 30de06504f8d72b356c5dcc784346ad006b545df From 50bfd14285d7d53fedacca3c03085758092cdc13 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:11:43 -0400 Subject: [PATCH 4/6] Remove Extraneous Orochi V2 Entry --- librazermacos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librazermacos b/librazermacos index 30de065..e55195b 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 30de06504f8d72b356c5dcc784346ad006b545df +Subproject commit e55195b6096c9d50a1249bdb645ead36c0af3e86 From 4ff6a15805f70dabc8643462805a541c93b215c4 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:12:10 -0400 Subject: [PATCH 5/6] Revert "Remove Extraneous Orochi V2 Entry" This reverts commit 50bfd14285d7d53fedacca3c03085758092cdc13. --- librazermacos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librazermacos b/librazermacos index e55195b..30de065 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit e55195b6096c9d50a1249bdb645ead36c0af3e86 +Subproject commit 30de06504f8d72b356c5dcc784346ad006b545df From d25f65920f0e0bf4fbe0b963fa8ec02022ba1d89 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:14:06 -0400 Subject: [PATCH 6/6] Remove Extraneous Orochi V2 Entry --- librazermacos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librazermacos b/librazermacos index 30de065..0ccc968 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 30de06504f8d72b356c5dcc784346ad006b545df +Subproject commit 0ccc968dd1b809adec450e194a060675e56fb8f6