Adjusting HID detection to fix false positives
* Adjusting Interface for Razer Chroma * Adjusting Interface for ThingMBlink Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
parent
18b0a15e76
commit
3095572260
3 changed files with 20 additions and 24 deletions
|
|
@ -28,4 +28,4 @@ void DetectThingMBlink(hid_device_info* info, const std::string&)
|
|||
}
|
||||
}
|
||||
|
||||
REGISTER_HID_DETECTOR_IPU ("ThingM blink(1) mk2", DetectThingMBlink, THINGM_VID, THINGM_BLINK_PID, 1, 0xFF00, 0x01);
|
||||
REGISTER_HID_DETECTOR_PU("ThingM blink(1) mk2", DetectThingMBlink, THINGM_VID, THINGM_BLINK_PID, 0xFF00, 0x01);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue