6 Commits
Author SHA1 Message Date
moxiu 05130e32a2 Update README.md 2026-07-30 18:04:16 +02:00
moxiu 0ece139521 Update README.md 2026-07-30 18:02:52 +02:00
moxiu 28415c43da hmm 2026-07-30 15:22:01 +02:00
moxiu aeeaa7e7c3 update link 2026-07-30 13:32:41 +02:00
moxiu b70d5ec089 delete goal and complete a goal 2026-07-30 13:31:28 +02:00
moxiu 3f963ff931 move release's 2026-07-30 13:24:13 +02:00
2 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -1,5 +1,3 @@
> [!NOTE]
> work in progress, but works!
> [!IMPORTANT]
> U may need something like this for the driver to work:
@@ -12,11 +10,11 @@ services.udev.extraRules = ''
## K1NG-Driver
a driver for K1NG PRO (4K) mouse from redragon
a practically finished driver for K1NG PRO (4K) mouse from redragon, ported to linux
### Downloading
u can download the driver from [Release's](https://github.com/cfels/K1NG-Driver/releases)
u can download the driver from [Release's](https://git.vacpro.fyi/moxiu/K1NG-Driver/releases/)
### Compiling
@@ -27,12 +25,11 @@ sudo ./k1ng_driver
### TODO
- [ ] add config support
- [x] add config support
- [x] changing sens
- [x] wireless mode support
- [x] wired mode support
- [ ] make a gui for the driver
### License
this project is under [MIT License](https://github.com/cfels/K1NG-Driver/blob/dev/LICENSE)
this project is under [MIT License](https://git.vacpro.fyi/moxiu/K1NG-Driver/src/branch/dev/LICENSE)
+1 -1
View File
@@ -14,5 +14,5 @@ void help(void) {
printf(" sudo ./k1ng_driver <sens> set sens directly\n");
printf(" sudo ./k1ng_driver -p <preset> load sens from a saved preset\n");
printf(" sudo ./k1ng_driver -h show's help duh!\n");
printf(" sudo ./k1ng_driver -s to save a new preset\n");
printf(" sudo ./k1ng_driver -s to save a new preset\n");
}