Multiple device lightning is not working as expected
Opened this issue · 2 comments
rbcetin commented
rbcetin commented
The problem is that:
Line 185 in 9af7f27
On this line DeviceType's are wrong.
This should be the enum here. And when you check here,
CUEORGBPlugin/CorsairPluginDevice.cpp
Line 40 in 9af7f27
This is actually not keyboard but Mouse. Since 1 corresponds to Mouse in the correct enum.
The issue is that when you set every device as Keyboard, on multiple devices it acts as a single one.
I tried using different deviceTypes. I can use these without a problem,
CDT_Mouse
CDT_MouseMat
CDT_Headset
But the other ones, I can not set any lights for example CDT_GraphicsCard, it won't work in the icue. Maybe these needs different creating method?
rbcetin commented