~ruther/qmk_firmware

10fda3ec8e4ee0a74bb4e8c0f41e554fb7344e78 — IskandarMa 3 years ago 719881c
[Docs] feature: mouse keys, fix misused wording (#16226)

1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_mouse_keys.md
M docs/feature_mouse_keys.md => docs/feature_mouse_keys.md +1 -1
@@ 164,7 164,7 @@ small and detailed movements of the cursor.
* **KC_ACL2:** This acceleration sets your cursor to the maximum (computer defined) speed. This is
useful for moving the cursor large distances without much accuracy.

To use constant speed mode, you must at least define `MK_COMBINED` in your keymap’s `config.h` file:
To use combined speed mode, you must at least define `MK_COMBINED` in your keymap’s `config.h` file:

```c
#define MK_COMBINED