diff --git a/librazermacos b/librazermacos index 1239111..0ccc968 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 12391114a48d3e007542ff00401591c5952a686a +Subproject commit 0ccc968dd1b809adec450e194a060675e56fb8f6 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 + } + } + ] +}