]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Docs] Removed dead link (#6922)
authorErdem Efe Erol <33372714+iTechsTR@users.noreply.github.com>
Sun, 6 Oct 2019 14:56:35 +0000 (17:56 +0300)
committerDrashna Jaelre <drashna@live.com>
Sun, 6 Oct 2019 14:56:35 +0000 (07:56 -0700)
Removed an old link and fixed a typo

docs/feature_ps2_mouse.md

index 01e2cc63db6b7705a33951ecfbe2357129024569..d138967991fe81fa90058c698158a99778706cdb 100644 (file)
@@ -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) */
@@ -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:
 
 ```