Skip to content

Commit

Permalink
Merge pull request #256 from dhobi/#253_v0.3.6_doesnt_support_razer_n…
Browse files Browse the repository at this point in the history
…ommo_pro

#253 - v0.3.6 doesn't support razer nommo pro.
  • Loading branch information
1kc authored Feb 17, 2021
2 parents a79cdec + f706cf8 commit 8b7ef77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/driver/razerdevice.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ bool is_accessory(IOUSBDeviceInterface **usb_dev)

switch (product)
{
case USB_DEVICE_ID_RAZER_NOMMO_CHROMA:
case USB_DEVICE_ID_RAZER_NOMMO_PRO:
case USB_DEVICE_ID_RAZER_CHROMA_MUG:
case USB_DEVICE_ID_RAZER_CHROMA_BASE:
case USB_DEVICE_ID_RAZER_CHROMA_HDK:
case USB_DEVICE_ID_RAZER_MOUSE_BUNGEE_V3_CHROMA:
case USB_DEVICE_ID_RAZER_BASE_STATION_V2_CHROMA:
return true;
}
Expand Down

0 comments on commit 8b7ef77

Please sign in to comment.