Files
K1NG-Driver/README.md
T
2026-07-30 13:18:41 +02:00

747 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
  • make a gui for the driver

License

this project is under MIT License