update ignore and readme

This commit is contained in:
2026-07-28 22:35:18 +02:00
parent 34214c12a7
commit b40decbbae
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -53,3 +53,4 @@ dkms.conf
# debug information files
*.dwo
k1ng_driver
+4 -1
View File
@@ -1,11 +1,14 @@
## K1NG-Driver
a driver for K1NG PRO (4K) mouse from redragon
### Compiling
```
nix-shell --run "make clean && make"
sudo ./k1ng-driver
sudo ./k1ng_driver
```
### License
this project is under [MIT License](https://github.com/cfels/K1NG-Driver/blob/dev/LICENSE)