Skip to content
Commit d0b43050 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Separate screen and keyboard brightness handling in BackendInterface

Currently screen and keyboard brightness handling are using the same functions,
using an enum parameter to differentiate between the two.

While they behave very similar the two are conceptually separate things, and can
behave subtly different at times. The implementation is also mostly completely different.

Separating this into two sets of functions makes the code a bit simpler and also
easier to extend with changes that are specific to either of them (like per-screen
brightness values)
parent 86230477
Pipeline #414063 passed with stage
in 1 minute and 36 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment