diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-06-20 02:15:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-19 11:15:55 -0700 |
| commit | c725b6bf89878aebe9c5ffa2f6c05abd9ea98117 (patch) | |
| tree | 35b485444d0cefb5388baf232aa4bca8ce7e68f1 /quantum/mousekey.h | |
| parent | d6eff188e97661b420541abe745c054a47d55bae (diff) | |
[Core] Mouse key kinetic mode fix (#17176)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'quantum/mousekey.h')
| -rw-r--r-- | quantum/mousekey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/mousekey.h b/quantum/mousekey.h index 03da5f282a..d44f47fc1f 100644 --- a/quantum/mousekey.h +++ b/quantum/mousekey.h | |||
| @@ -39,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 39 | # ifndef MK_KINETIC_SPEED | 39 | # ifndef MK_KINETIC_SPEED |
| 40 | # define MOUSEKEY_MOVE_DELTA 8 | 40 | # define MOUSEKEY_MOVE_DELTA 8 |
| 41 | # else | 41 | # else |
| 42 | # define MOUSEKEY_MOVE_DELTA 5 | 42 | # define MOUSEKEY_MOVE_DELTA 16 |
| 43 | # endif | 43 | # endif |
| 44 | # endif | 44 | # endif |
| 45 | # ifndef MOUSEKEY_WHEEL_DELTA | 45 | # ifndef MOUSEKEY_WHEEL_DELTA |
| @@ -82,7 +82,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 82 | # define MOUSEKEY_INITIAL_SPEED 100 | 82 | # define MOUSEKEY_INITIAL_SPEED 100 |
| 83 | # endif | 83 | # endif |
| 84 | # ifndef MOUSEKEY_BASE_SPEED | 84 | # ifndef MOUSEKEY_BASE_SPEED |
| 85 | # define MOUSEKEY_BASE_SPEED 1000 | 85 | # define MOUSEKEY_BASE_SPEED 5000 |
| 86 | # endif | 86 | # endif |
| 87 | # ifndef MOUSEKEY_DECELERATED_SPEED | 87 | # ifndef MOUSEKEY_DECELERATED_SPEED |
| 88 | # define MOUSEKEY_DECELERATED_SPEED 400 | 88 | # define MOUSEKEY_DECELERATED_SPEED 400 |
