
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:
--
-- "rgb" : mouse
-- "perkey_rgb" : keyboard
--
gh_logiled.set_target("rgb")
gh_logiled.set_lighting(0, 100, 0) -- full green
and the result:
