diff options
| author | Bobby <[email protected]> | 2024-02-13 00:50:22 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-02-13 00:50:22 -0500 |
| commit | ca5eacf2deb482070b8aa8b738cb54c3c9fafe32 (patch) | |
| tree | d9b982edc142bce8333ab7574927316d16ca1f9d /src/lib/razerdevice.c | |
| parent | 8fb718f37655d53be73771ffac7518018ebd94f4 (diff) | |
| download | librazermacos-ca5eacf2deb482070b8aa8b738cb54c3c9fafe32.tar.xz librazermacos-ca5eacf2deb482070b8aa8b738cb54c3c9fafe32.zip | |
Added Support Razer Ornata V3X
Diffstat (limited to 'src/lib/razerdevice.c')
| -rwxr-xr-x | src/lib/razerdevice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/razerdevice.c b/src/lib/razerdevice.c index d4b886c..bd2968b 100755 --- a/src/lib/razerdevice.c +++ b/src/lib/razerdevice.c @@ -68,6 +68,7 @@ bool is_keyboard(IOUSBDeviceInterface **usb_dev) case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_MINI_WIRED: case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_MINI_WIRELESS: case USB_DEVICE_ID_RAZER_BLACKWIDOW_V4_75: + case USB_DEVICE_ID_RAZER_ORNATA_V3X: return true; } |
