diff options
Diffstat (limited to 'docs/feature_mouse_keys.md')
-rw-r--r-- | docs/feature_mouse_keys.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md index a0d02416f..8e2a3a4cd 100644 --- a/docs/feature_mouse_keys.md +++ b/docs/feature_mouse_keys.md | |||
@@ -29,6 +29,9 @@ In your keymap you can use the following keycodes to map key presses to mouse ac | |||
29 | |`KC_MS_BTN3` |`KC_BTN3`|Press button 3 | | 29 | |`KC_MS_BTN3` |`KC_BTN3`|Press button 3 | |
30 | |`KC_MS_BTN4` |`KC_BTN4`|Press button 4 | | 30 | |`KC_MS_BTN4` |`KC_BTN4`|Press button 4 | |
31 | |`KC_MS_BTN5` |`KC_BTN5`|Press button 5 | | 31 | |`KC_MS_BTN5` |`KC_BTN5`|Press button 5 | |
32 | |`KC_MS_BTN6` |`KC_BTN6`|Press button 6 | | ||
33 | |`KC_MS_BTN7` |`KC_BTN7`|Press button 7 | | ||
34 | |`KC_MS_BTN8` |`KC_BTN8`|Press button 8 | | ||
32 | |`KC_MS_WH_UP` |`KC_WH_U`|Move wheel up | | 35 | |`KC_MS_WH_UP` |`KC_WH_U`|Move wheel up | |
33 | |`KC_MS_WH_DOWN` |`KC_WH_D`|Move wheel down | | 36 | |`KC_MS_WH_DOWN` |`KC_WH_D`|Move wheel down | |
34 | |`KC_MS_WH_LEFT` |`KC_WH_L`|Move wheel left | | 37 | |`KC_MS_WH_LEFT` |`KC_WH_L`|Move wheel left | |