Skip to content

Commit

Permalink
Update mouse keys docs (qmk#5653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus00000 authored and drashna committed Apr 20, 2019
1 parent 7e67bd7 commit 4856552
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/feature_mouse_keys.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4856552

Please sign in to comment.