a4tech-bloody-linux-driver
a4tech-bloody-linux-driver copied to clipboard
Documentation?
How I can install this driver? How check what all installed correctly?
It's hard to name it driver at that moment. You can only compile it using CMake and it's will create binary which allows to change and get back-light level
To clarify, you can compile it by executing following in the project folder
cmake ./ && make
and then just running sudo ./bloody to run it.