diff options
| author | Erdem Efe Erol <33372714+iTechsTR@users.noreply.github.com> | 2019-10-06 17:56:35 +0300 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-10-06 07:56:35 -0700 |
| commit | c73d6f6ac8904395557b857a1cac551c6dd5fe9c (patch) | |
| tree | 90157d1ac918c09979c428d7b5faef98e6df3d91 /docs | |
| parent | f73f71db9c65385d968cebf7471389a99ead6ba5 (diff) | |
| download | qmk_firmware-c73d6f6ac8904395557b857a1cac551c6dd5fe9c.tar.gz qmk_firmware-c73d6f6ac8904395557b857a1cac551c6dd5fe9c.zip | |
[Docs] Removed dead link (#6922)
Removed an old link and fixed a typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_ps2_mouse.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_ps2_mouse.md b/docs/feature_ps2_mouse.md index 01e2cc63d..d13896799 100644 --- a/docs/feature_ps2_mouse.md +++ b/docs/feature_ps2_mouse.md | |||
| @@ -149,7 +149,7 @@ In your keyboard config.h: | |||
| 149 | 149 | ||
| 150 | #### PS/2 Mouse Features | 150 | #### PS/2 Mouse Features |
| 151 | 151 | ||
| 152 | These enable settings supported by the PS/2 mouse protocol: http://www.computer-engineering.org/ps2mouse/ | 152 | These enable settings supported by the PS/2 mouse protocol. |
| 153 | 153 | ||
| 154 | ``` | 154 | ``` |
| 155 | /* Use remote mode instead of the default stream mode (see link) */ | 155 | /* Use remote mode instead of the default stream mode (see link) */ |
| @@ -202,7 +202,7 @@ Note: you can also use `ps2_mouse_set_resolution` for the same effect (not suppo | |||
| 202 | #### Scroll Button | 202 | #### Scroll Button |
| 203 | 203 | ||
| 204 | If you're using a trackpoint, you will likely want to be able to use it for scrolling. | 204 | If you're using a trackpoint, you will likely want to be able to use it for scrolling. |
| 205 | Its possible to enable a "scroll button/s" that when pressed will cause the mouse to scroll instead of moving. | 205 | It's possible to enable a "scroll button/s" that when pressed will cause the mouse to scroll instead of moving. |
| 206 | To enable the feature, you must set a scroll button mask as follows: | 206 | To enable the feature, you must set a scroll button mask as follows: |
| 207 | 207 | ||
| 208 | ``` | 208 | ``` |
