diff options
Diffstat (limited to 'docs/feature_mouse_keys.md')
-rw-r--r-- | docs/feature_mouse_keys.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md index dd846e096..c4239b4da 100644 --- a/docs/feature_mouse_keys.md +++ b/docs/feature_mouse_keys.md | |||
@@ -44,7 +44,7 @@ You can see an example in the `_ML` here: https://github.com/qmk/qmk_firmware/bl | |||
44 | 44 | ||
45 | ## Configuring the Behavior of Mousekeys | 45 | ## Configuring the Behavior of Mousekeys |
46 | 46 | ||
47 | The default speed for controlling the mouse with the keyboard is intentionaly slow. You can adjust these parameters by adding these settings to your keymap's `config.h` file. All times are specified in miliseconds (ms). | 47 | The default speed for controlling the mouse with the keyboard is intentionally slow. You can adjust these parameters by adding these settings to your keymap's `config.h` file. All times are specified in milliseconds (ms). |
48 | 48 | ||
49 | ``` | 49 | ``` |
50 | #define MOUSEKEY_DELAY 300 | 50 | #define MOUSEKEY_DELAY 300 |
@@ -78,4 +78,4 @@ The top speed for scrolling movements. | |||
78 | 78 | ||
79 | ### `MOUSEKEY_WHEEL_TIME_TO_MAX` | 79 | ### `MOUSEKEY_WHEEL_TIME_TO_MAX` |
80 | 80 | ||
81 | How long you want to hold down a scroll key for until `MOUSEKEY_WHEEL_MAX_SPEED` is reached. This controls how quickling your scrolling will accelerate. | 81 | How long you want to hold down a scroll key for until `MOUSEKEY_WHEEL_MAX_SPEED` is reached. This controls how quickly your scrolling will accelerate. |