g810-led icon indicating copy to clipboard operation
g810-led copied to clipboard

hidapi LedKeyboard::sendDataInternal overrun

Open GBege opened this issue 3 years ago • 0 comments

Hi, for hidapi version in sendDataInternal, usleep(1000) is missing prior hid_write, probably the same the other version needed to. Without this not all of the keys become altered when changing their color. usleep(1000) prior hid_write helped me.

GBege avatar Apr 30 '21 18:04 GBege