diff options
author | Erez Zukerman <bulk@ezuk.org> | 2017-03-27 09:54:33 +0300 |
---|---|---|
committer | Erez Zukerman <bulk@ezuk.org> | 2017-03-27 09:54:33 +0300 |
commit | 0605107f13e788344887464b86754d8c24783231 (patch) | |
tree | 55ff4ba1f48f3b5d9b9254c48baf6cfe21fc7f5e | |
parent | 18bc47ebabe28667865c9eb8e1561144ba2e9b00 (diff) |
Updated Mouse keys (markdown)
-rw-r--r-- | Mouse-keys.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mouse-keys.md b/Mouse-keys.md index 64b00633ff..4524457e94 100644 --- a/Mouse-keys.md +++ b/Mouse-keys.md @@ -12,5 +12,6 @@ Thanks! #define MOUSEKEY_TIME_TO_MAX 60 #define MOUSEKEY_MAX_SPEED 7 #define MOUSEKEY_WHEEL_DELAY 0 -Tweak away. A lower interval or higher max speed will effectively make the mouse move faster. Time-to-max controls acceleration. -```
\ No newline at end of file +``` + +Tweak away. A lower interval or higher max speed will effectively make the mouse move faster. Time-to-max controls acceleration. (See [this Reddit thread for the original discussion](https://www.reddit.com/r/ErgoDoxEZ/comments/61fwr2/a_reliable_way_to_increase_the_speed_of_the_mouse/)
\ No newline at end of file |