A tool that allows you to control the backlight of your MSI SteelSeries laptop keyboard.\ Supports 3 regions, 8 predefined colors, RGB/hex colors, and custom animations.
sh
git clone https://github.com/ErrorNoInternet/msi-klc
cd msi-klc
cargo build --release
sudo cp target/release/msi-klc /usr/local/bin
Make sure to run with root privileges (sudo) ```sh
msi-klc set --color blue
msi-klc set --color red --region left
msi-klc off
msi-klc reset
msi-klc set --color "#0fffaf" --mode rgb
msi-klc off && msi-klc set --color "#0fffaf" --mode rgb --region left
msi-klc load animations/breathe.txt ```
If you would like to modify or use this repository (including its code) in your own project, please be sure to credit!