Expanded README.md with build and usage instructions
This commit is contained in:
23
README.md
23
README.md
@@ -1,4 +1,25 @@
|
||||
a4tech-bloody-linux-driver
|
||||
====================
|
||||
|
||||
Linux driver for a4tech bloody mouse series.
|
||||
Linux driver for a4tech bloody mouse series.
|
||||
This tool allows setting backlight level of A4TECH wired mouse (USB connected), e.g. A4TECH V7M.
|
||||
|
||||
# Build instructions
|
||||
## Fedora 29
|
||||
```
|
||||
dnf install gcc-c++ cmake libusbx-devel
|
||||
git clone https://github.com/maxmati/a4tech-bloody-linux-driver
|
||||
cd ./a4tech-bloody-linux-driver
|
||||
cmake .
|
||||
make
|
||||
```
|
||||
|
||||
# Usage
|
||||
```
|
||||
sudo ./bloody
|
||||
Available devices:
|
||||
36:Bloody V7
|
||||
Enter device address: 36
|
||||
Current backlight level: 3
|
||||
Select backlight level(0-3):0
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user