2024-04-03 13:40:32 +02:00
|
|
|
#pragma once
|
|
|
|
|
2024-04-03 14:06:18 +02:00
|
|
|
#define USB_DEVICE_ID_RAZER_VIPER_ULTIMATE_WIRED 0x007A
|
|
|
|
#define USB_DEVICE_ID_RAZER_VIPER_ULTIMATE_WIRELESS 0x007B
|
2024-04-03 13:40:32 +02:00
|
|
|
|
|
|
|
// Enumerate through HID devices and find device path
|
|
|
|
void find_device_path(int pid, char *device_path);
|