aboutsummaryrefslogtreecommitdiff
path: root/src/lib/razerdevice.c
diff options
context:
space:
mode:
authorRyan Ward <[email protected]>2021-08-06 22:48:48 -0500
committerRyan Ward <[email protected]>2021-08-06 22:48:48 -0500
commitcc2d05d731a3436167df5cc4dadc79f7f7b00999 (patch)
tree046eea1eb033ac4c95e012b8c86ad8993dc35d8c /src/lib/razerdevice.c
parent683fb4a71387321cfd00493455b1cc883c02ad50 (diff)
downloadlibrazermacos-cc2d05d731a3436167df5cc4dadc79f7f7b00999.tar.xz
librazermacos-cc2d05d731a3436167df5cc4dadc79f7f7b00999.zip
Cleaning up by removing wireless and bluetooth configurations since those aren't supported through USB interface
Diffstat (limited to 'src/lib/razerdevice.c')
-rwxr-xr-xsrc/lib/razerdevice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/razerdevice.c b/src/lib/razerdevice.c
index 4d905ec..e77b5d1 100755
--- a/src/lib/razerdevice.c
+++ b/src/lib/razerdevice.c
@@ -58,9 +58,7 @@ bool is_keyboard(IOUSBDeviceInterface **usb_dev)
case USB_DEVICE_ID_RAZER_CYNOSA_LITE:
case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3:
case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_TK:
- case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_PRO_BLUETOOTH:
case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_PRO_WIRED:
- case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_PRO_WIRELESS:
case USB_DEVICE_ID_RAZER_HUNTSMAN_MINI:
return true;
}