aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_mouse_keys.md
diff options
context:
space:
mode:
authorIskandarMa <epiciskandar@gmail.com>2022-02-05 19:44:48 +0800
committerGitHub <noreply@github.com>2022-02-05 11:44:48 +0000
commit10fda3ec8e4ee0a74bb4e8c0f41e554fb7344e78 (patch)
treee3e1a4287d32cc2225c7200d7490f4f5d98f6da0 /docs/feature_mouse_keys.md
parent719881c2ee2b61b15ed02d82c2870f7ae93e70e5 (diff)
downloadqmk_firmware-10fda3ec8e4ee0a74bb4e8c0f41e554fb7344e78.tar.gz
qmk_firmware-10fda3ec8e4ee0a74bb4e8c0f41e554fb7344e78.zip
[Docs] feature: mouse keys, fix misused wording (#16226)
Diffstat (limited to 'docs/feature_mouse_keys.md')
-rw-r--r--docs/feature_mouse_keys.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md
index 8e2a3a4cd..30f563a95 100644
--- a/docs/feature_mouse_keys.md
+++ b/docs/feature_mouse_keys.md
@@ -164,7 +164,7 @@ small and detailed movements of the cursor.
164* **KC_ACL2:** This acceleration sets your cursor to the maximum (computer defined) speed. This is 164* **KC_ACL2:** This acceleration sets your cursor to the maximum (computer defined) speed. This is
165useful for moving the cursor large distances without much accuracy. 165useful for moving the cursor large distances without much accuracy.
166 166
167To use constant speed mode, you must at least define `MK_COMBINED` in your keymap’s `config.h` file: 167To use combined speed mode, you must at least define `MK_COMBINED` in your keymap’s `config.h` file:
168 168
169```c 169```c
170#define MK_COMBINED 170#define MK_COMBINED