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 | firmware-4856552f8bf3d50a95396fc76e26669ed6f3d8b4.tar.gz firmware-4856552f8bf3d50a95396fc76e26669ed6f3d8b4.tar.bz2 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 @@ # Mouse keys -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. +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. ## Adding mouse keys to your keyboard @@ -37,8 +37,6 @@ In your keymap you can use the following keycodes to map key presses to mouse ac |`KC_MS_ACCEL1` |`KC_ACL1`|Set speed to 1 | |`KC_MS_ACCEL2` |`KC_ACL2`|Set speed to 2 | -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). - ## Configuring mouse keys Mouse keys supports two different modes to move the cursor: |