diff options
| author | WrathofthePast <[email protected]> | 2022-02-24 12:27:57 -0500 |
|---|---|---|
| committer | WrathofthePast <[email protected]> | 2022-02-26 16:50:27 -0500 |
| commit | 6cdb3c5c7b8af1911d08794ca1e8e725f13bec01 (patch) | |
| tree | f33dd5c823b0383ee4b57008bd436c5b54200f46 /src/include | |
| parent | 03d09ece2b5b74e6d8bbffaaaafc231c6a708fb7 (diff) | |
| download | librazermacos-6cdb3c5c7b8af1911d08794ca1e8e725f13bec01.tar.xz librazermacos-6cdb3c5c7b8af1911d08794ca1e8e725f13bec01.zip | |
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 :)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/razermouse_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
