Browse Source

[Docs] feature: mouse keys, fix misused wording (#16226)

pull/16231/head
IskandarMa 2 years ago
committed by GitHub
parent
commit
10fda3ec8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/feature_mouse_keys.md

+ 1
- 1
docs/feature_mouse_keys.md View File

@ -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


Loading…
Cancel
Save