
I had the opportunity to test Logitech RGB LED lighting functions on the Proteus Spectrum mouse, which is a nice laser gaming mouse.
Here is a code snippet in Lua that shows how to change the color of the G logo:
1 2 3 4 5 6 7 | -- -- "rgb" : mouse -- "perkey_rgb" : keyboard -- gh_logiled.set_target("rgb") gh_logiled.set_lighting(0, 100, 0) -- full green |
and the result:
