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/lib/razerdevice.c | |
| 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/lib/razerdevice.c')
| -rwxr-xr-x | src/lib/razerdevice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/razerdevice.c b/src/lib/razerdevice.c index 3f0896b..d2d9bdd 100755 --- a/src/lib/razerdevice.c +++ b/src/lib/razerdevice.c @@ -138,6 +138,8 @@ bool is_mouse(IOUSBDeviceInterface **usb_dev) case USB_DEVICE_ID_RAZER_DEATHADDER_ESSENTIAL_2021: case USB_DEVICE_ID_RAZER_BASILISK_V3: case USB_DEVICE_ID_RAZER_BASILISK_ESSENTIAL: + case USB_DEVICE_ID_RAZER_OROCHI_V2_RECEIVER: + case USB_DEVICE_ID_RAZER_OROCHI_V2_BLUETOOTH: return true; } |
