Hi everyone!
I would like to share my rgb keyboard effect I implemented just for fun. The app only supports laptops with ITE8291r3 controller but the effects are portable.
The code is located here: https://github.com/salihmarangoz/system_tray_extensions
Thanks! It sounds like a good idea but keyboard lights are have a pretty low resolution (approx. 6 rows and 20 cols). So, instead of blending, if I would make it more realistic then it would cause aliasing effect. With aliasing it wouldnt look nice. Blending colors is much better option for low resolution, I think :)
Makes sense. Well, cool project!