This small tool takes the idea of the TUXEDO Backlight Control tool. It currently provides only a graphical interface. But the advantage of this tool is the opportunity to store the user defined settings to the configuration file of the tuxedo-keyboard kernel module.
The program does not claim to be completed or to provide and support a program for productive use.
gcc, cmake, Qt6, tuxedo-keyboard kernel module
mkdir build
cd build
cmake ..
cmake --build .
sudo ./tuxedo-keyboard-backlight-control
BSD-3-Clause