CM ARGB Controller now working for some modes

* Code SegFaults after a few change packets are sent
This commit is contained in:
Chris 2020-10-28 16:34:50 +11:00 committed by Adam Honse
parent 743a27d0a2
commit 90002d9eed
3 changed files with 28 additions and 19 deletions

View file

@ -24,7 +24,7 @@ static const unsigned int cm_pids[][4] =
{ // PID, Interface Type
{ COOLERMASTER_MP750_XL_PID, 0x00, DEVICE_TYPE_MOUSEMAT }, //Coolermaster MP750 (Extra Large)
{ COOLERMASTER_MP750_MEDIUM_PID, 0x00, DEVICE_TYPE_MOUSEMAT }, //Coolermaster MP750 (Medium)
{ COOLERMASTER_ARGB_PID, 0x01, DEVICE_TYPE_LEDSTRIP } //Coolermaster ARGB Controller
{ COOLERMASTER_ARGB_PID, 0x00, DEVICE_TYPE_LEDSTRIP } //Coolermaster ARGB Controller
};
/******************************************************************************************\