diff options
| author | Markus Weimar <mail@markusweimar.de> | 2019-04-20 08:18:06 +0200 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-04-19 23:18:06 -0700 |
| commit | 4856552f8bf3d50a95396fc76e26669ed6f3d8b4 (patch) | |
| tree | a95faa35f0c9ea695b6889d50a03007e9de30718 | |
| parent | 7e67bd791b1804e1e362d8c1e90232440c274cee (diff) | |
| download | qmk_firmware-4856552f8bf3d50a95396fc76e26669ed6f3d8b4.tar.gz qmk_firmware-4856552f8bf3d50a95396fc76e26669ed6f3d8b4.zip | |
Update mouse keys docs (#5653)
| -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: |
