Skip to content

added color average filtering to razer chroma keyboard code

Adam Honse requested to merge FIX94:master into master

Created by: FIX94

I personally didnt really like how the keys just took the nearest pixel to display because it would often lead to the keys flickering "on" and "off", never fading in/out so I wrote up a bit of code to blend all the pixels surrounding a key together, smoothing out the look, especially when the background mode is set to black.

Merge request reports