diff options
author | QMK Bot <hello@qmk.fm> | 2025-01-08 03:13:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2025-01-08 03:13:29 +0000 |
commit | 8247f9e11446bfc6655b52177678eff7529c27dc (patch) | |
tree | 6ee31d693a9f317ba63e8bdc2269200feb6f65e9 /docs/features/mouse_keys.md | |
parent | 1cc42e8c6e41c0c7e7711f0a477dec246b4d3858 (diff) | |
parent | 95c74b6276c95fab5e04e22b1f1cd30aedead6fa (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/features/mouse_keys.md')
-rw-r--r-- | docs/features/mouse_keys.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/features/mouse_keys.md b/docs/features/mouse_keys.md index d755084f8e..86b50fa9c8 100644 --- a/docs/features/mouse_keys.md +++ b/docs/features/mouse_keys.md @@ -214,7 +214,9 @@ When additional overlapping mouse key is pressed, the mouse cursor will continue |`MOUSEKEY_OVERLAP_WHEEL_DELTA`|`MOUSEKEY_WHEEL_DELTA`|Step size of reset mouse wheel acceleration | |`MOUSEKEY_OVERLAP_INTERVAL` |`MOUSEKEY_INTERVAL` |Reset time between cursor movements in milliseconds (Kinetic mode only)| -?> This feature will not be applied on Inertial mode +::: tip +This feature will not be applied on Inertial mode +::: ## Use with PS/2 Mouse and Pointing Device |