Archived
730 B
730 B
Note
work in progress, but works!
Important
U may need something like this for the driver to work:
services.udev.extraRules = ''
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="3554", ATTRS{idProduct}=="f54d", MODE="0666"
'';
K1NG-Driver
a driver for K1NG PRO (4K) mouse from redragon
Downloading
u can download the driver from Release's
Compiling
nix-shell --run "make clean && make"
sudo ./k1ng_driver
TODO
- add config support
- changing sens
- wireless mode support
- wired mode support
License
this project is under MIT License