diff options
Diffstat (limited to 'docs/feature_mouse_keys.md')
| -rw-r--r-- | docs/feature_mouse_keys.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md index 75633969e..363662f63 100644 --- a/docs/feature_mouse_keys.md +++ b/docs/feature_mouse_keys.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Mouse keys | 1 | # Mouse keys |
| 2 | 2 | ||
| 3 | Mouse keys is a feature that allows you to emulate a mouse using your keyboard. You can move the pointer at different speeds, press 5 buttons and scroll in all 8 directions. | 3 | Mouse keys is a feature that allows you to emulate a mouse using your keyboard. You can move the pointer at different speeds, press 5 buttons and scroll in 8 directions. |
| 4 | 4 | ||
| 5 | ## Adding mouse keys to your keyboard | 5 | ## Adding mouse keys to your keyboard |
| 6 | 6 | ||
| @@ -37,8 +37,6 @@ In your keymap you can use the following keycodes to map key presses to mouse ac | |||
| 37 | |`KC_MS_ACCEL1` |`KC_ACL1`|Set speed to 1 | | 37 | |`KC_MS_ACCEL1` |`KC_ACL1`|Set speed to 1 | |
| 38 | |`KC_MS_ACCEL2` |`KC_ACL2`|Set speed to 2 | | 38 | |`KC_MS_ACCEL2` |`KC_ACL2`|Set speed to 2 | |
| 39 | 39 | ||
| 40 | For an example, see [the mouse layer in this keymap](https://github.com/qmk/qmk_firmware/blob/1df10ae3bfc146805c75b06dc0c126cd1ef3a60a/keyboards/clueboard/66/keymaps/mouse_keys/keymap.c#L40). | ||
| 41 | |||
| 42 | ## Configuring mouse keys | 40 | ## Configuring mouse keys |
| 43 | 41 | ||
| 44 | Mouse keys supports two different modes to move the cursor: | 42 | Mouse keys supports two different modes to move the cursor: |
