Skip to content

Files

Latest commit

author
Pietsch, Martin
Dec 29, 2022
424dc39 · Dec 29, 2022

History

History
27 lines (17 loc) · 851 Bytes

File metadata and controls

27 lines (17 loc) · 851 Bytes

TUXEDO Keyboard Backlight Control

Screenshot

Description

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.

Requirements

gcc, cmake, Qt6, tuxedo-keyboard kernel module

Compiling and running

mkdir build
cd build
cmake ..
cmake --build .
sudo ./tuxedo-keyboard-backlight-control

License

BSD-3-Clause