Skip to content

fbd: led: Make dimming optional

The pattern used for controlling the LEDs will apply dimming effects by default. This may be undesirable in certain circumstances.

Adds a new property to the configuration and LED struct that makes dimming a configurable option.

Relates to #53 (closed). I'm not adding this to work around the kernel-related issues I have, but I thought that it may be nice to have regardless. What is your opinion on this?

I already verified it works by injecting "dimming": false to the theme files on my pinephone.

Merge request reports