Archived
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05130e32a2 | ||
|
|
0ece139521 | ||
|
|
28415c43da
|
||
|
|
aeeaa7e7c3 | ||
|
|
b70d5ec089 | ||
|
|
3f963ff931 |
@@ -1,5 +1,3 @@
|
|||||||
> [!NOTE]
|
|
||||||
> work in progress, but works!
|
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> U may need something like this for the driver to work:
|
> U may need something like this for the driver to work:
|
||||||
@@ -12,11 +10,11 @@ services.udev.extraRules = ''
|
|||||||
|
|
||||||
## K1NG-Driver
|
## 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
|
### 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
|
### Compiling
|
||||||
|
|
||||||
@@ -27,12 +25,11 @@ sudo ./k1ng_driver
|
|||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
|
|
||||||
- [ ] add config support
|
- [x] add config support
|
||||||
- [x] changing sens
|
- [x] changing sens
|
||||||
- [x] wireless mode support
|
- [x] wireless mode support
|
||||||
- [x] wired mode support
|
- [x] wired mode support
|
||||||
- [ ] make a gui for the driver
|
|
||||||
|
|
||||||
### License
|
### 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
@@ -14,5 +14,5 @@ void help(void) {
|
|||||||
printf(" sudo ./k1ng_driver <sens> set sens directly\n");
|
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 -p <preset> load sens from a saved preset\n");
|
||||||
printf(" sudo ./k1ng_driver -h show's help duh!\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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user