diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-05 11:45:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-05 11:45:18 +0000 |
commit | 80dbdb2a61ae758a3b432e2a91c802622c03d01e (patch) | |
tree | acc9e3a930ea75517ee66cd5782022a08158defe | |
parent | 3facf053248329fd4417de67f37486529c4a8af3 (diff) | |
parent | 10fda3ec8e4ee0a74bb4e8c0f41e554fb7344e78 (diff) | |
download | qmk_firmware-80dbdb2a61ae758a3b432e2a91c802622c03d01e.tar.gz qmk_firmware-80dbdb2a61ae758a3b432e2a91c802622c03d01e.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/feature_mouse_keys.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md index a9fa71abdc..905da36e43 100644 --- a/docs/feature_mouse_keys.md +++ b/docs/feature_mouse_keys.md @@ -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 |