Skip to content

Commit

Permalink
docs: Add detail about placement of mousekeys snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Grasegger committed Aug 19, 2023
1 parent 12cf635 commit 141c49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/mouse_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ from kmk.modules.mouse_keys import MouseKeys
keyboard.modules.append(MouseKeys())
```

Make sure to place this code after `keyboard = KMKKeyboard()` and before assigning the mouse keys.

# Keycodes

| Keycode | Description |
Expand Down

0 comments on commit 141c49c

Please sign in to comment.