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:
Chris 2021-10-29 13:24:00 +11:00 committed by Adam Honse
parent 18b0a15e76
commit 3095572260
3 changed files with 20 additions and 24 deletions

View file

@ -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);