Skip to content

Commit

Permalink
[Docs] Removed dead link (#6922)
Browse files Browse the repository at this point in the history
Removed an old link and fixed a typo
  • Loading branch information
iTechsTR authored and drashna committed Oct 6, 2019
1 parent f73f71d commit c73d6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/feature_ps2_mouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ In your keyboard config.h:

#### PS/2 Mouse Features

These enable settings supported by the PS/2 mouse protocol: http://www.computer-engineering.org/ps2mouse/
These enable settings supported by the PS/2 mouse protocol.

```
/* Use remote mode instead of the default stream mode (see link) */
Expand Down Expand Up @@ -202,7 +202,7 @@ Note: you can also use `ps2_mouse_set_resolution` for the same effect (not suppo
#### Scroll Button

If you're using a trackpoint, you will likely want to be able to use it for scrolling.
Its possible to enable a "scroll button/s" that when pressed will cause the mouse to scroll instead of moving.
It's possible to enable a "scroll button/s" that when pressed will cause the mouse to scroll instead of moving.
To enable the feature, you must set a scroll button mask as follows:

```
Expand Down

0 comments on commit c73d6f6

Please sign in to comment.