aboutsummaryrefslogtreecommitdiff
path: root/src/lib/razerdevice.c
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-02-13 00:50:22 -0500
committerBobby <[email protected]>2024-02-13 00:50:22 -0500
commitca5eacf2deb482070b8aa8b738cb54c3c9fafe32 (patch)
treed9b982edc142bce8333ab7574927316d16ca1f9d /src/lib/razerdevice.c
parent8fb718f37655d53be73771ffac7518018ebd94f4 (diff)
downloadlibrazermacos-ca5eacf2deb482070b8aa8b738cb54c3c9fafe32.tar.xz
librazermacos-ca5eacf2deb482070b8aa8b738cb54c3c9fafe32.zip
Added Support Razer Ornata V3X
Diffstat (limited to 'src/lib/razerdevice.c')
-rwxr-xr-xsrc/lib/razerdevice.c1
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;
}