Update mouse keys docs (#5653)
This commit is contained in:
parent
7e67bd791b
commit
4856552f8b
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue