diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-24 14:52:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-24 14:52:27 +0000 |
commit | 95ecd4e1d25b88ace01ab39931df81b25438941e (patch) | |
tree | 1a5285ab4bebc52a1121e94f75ab203d4995dc61 /docs | |
parent | 05aa864338aad30690838e95f3d48f58e8c41d81 (diff) | |
parent | 5d0cc13fcf8bc354b51c672b726a58a8eacebfa0 (diff) | |
download | qmk_firmware-95ecd4e1d25b88ace01ab39931df81b25438941e.tar.gz qmk_firmware-95ecd4e1d25b88ace01ab39931df81b25438941e.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_ps2_mouse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_ps2_mouse.md b/docs/feature_ps2_mouse.md index e549810855..8e84e22d8a 100644 --- a/docs/feature_ps2_mouse.md +++ b/docs/feature_ps2_mouse.md @@ -206,7 +206,7 @@ It's possible to enable a "scroll button/s" that when pressed will cause the mou To enable the feature, you must set a scroll button mask as follows: ```c -#define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BUTTON_MIDDLE) /* Default */ +#define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BTN_MIDDLE) /* Default */ ``` To disable the scroll button feature: |