From 6cdb3c5c7b8af1911d08794ca1e8e725f13bec01 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Thu, 24 Feb 2022 12:27:57 -0500 Subject: Orochi V2 Support Adds support for both Bluetooth and Receiver connections DPI Stage support was excluded as librazermacos does not yet support the feature. I'm working on it though :) --- src/include/razermouse_driver.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/razermouse_driver.h b/src/include/razermouse_driver.h index f80345b..ac3dc7a 100644 --- a/src/include/razermouse_driver.h +++ b/src/include/razermouse_driver.h @@ -76,6 +76,8 @@ #define USB_DEVICE_ID_RAZER_NAGA_LEFT_HANDED_2020 0x008D #define USB_DEVICE_ID_RAZER_DEATHADDER_ESSENTIAL_2021 0x0098 #define USB_DEVICE_ID_RAZER_BASILISK_V3 0x0099 +#define USB_DEVICE_ID_RAZER_OROCHI_V2_RECEIVER 0x0094 +#define USB_DEVICE_ID_RAZER_OROCHI_V2 0x0095 /* Each keyboard report has 90 bytes*/ #define RAZER_REPORT_LEN 0x5A -- cgit v1.2.3