diff options
| author | a1xd <[email protected]> | 2020-07-22 19:51:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-22 19:51:29 -0400 |
| commit | d5c3e493770df32d2c6811457e89e27799a15d00 (patch) | |
| tree | f230b3e3ad8eaa755b3746366fa7a484d3f39268 | |
| parent | Add project files. (diff) | |
| download | rawaccel-d5c3e493770df32d2c6811457e89e27799a15d00.tar.xz rawaccel-d5c3e493770df32d2c6811457e89e27799a15d00.zip | |
make a readme
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7bf054 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## rawaccel +rawaccel is a mouse acceleration driver for Windows 10 (64-bit) + +### build +[Install the WDK for Windows 10](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) + +### install +From an elevated prompt run `bcdedit /set testsigning on`, then run *installer.exe* and reboot. + +### usage +*rawaccel.exe* is a console program that will apply your accel settings, for usage and options see `rawaccel help`. + +[precompiled test-signed binary available here](https://github.com/a1xd/rawaccel/releases) |