]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add information about trackpoint
authorPriyadi Iman Nurcahyo <priyadi@users.noreply.github.com>
Sun, 2 Apr 2017 15:13:05 +0000 (22:13 +0700)
committerPriyadi Iman Nurcahyo <priyadi@users.noreply.github.com>
Sun, 2 Apr 2017 15:13:05 +0000 (22:13 +0700)
Modding-your-keyboard.md

index 3599b3c536fe033a028df7f53339c839b24cfa65..43cc81945ff87c91e1ab635462da113a143e4cc9 100644 (file)
@@ -102,6 +102,8 @@ Please note the USB port can only supply a limited amount of power to the keyboa
 
 Its possible to hook up a PS/2 mouse (for example touchpads or trackpoints) to your keyboard as a composite device.
 
+To hook up a Trackpoint, you need to obtain a Trackpoint module (i.e. harvest from a Thinkpad keyboard), identify the function of each pin of the module, and make the necessary circuitry between controller and Trackpoint module. For more information, please refer to [Trackpoint Hardware](https://deskthority.net/wiki/TrackPoint_Hardware) page on Deskthority Wiki.
+
 There are three available modes for hooking up PS/2 devices: USART (best), interrupts (better) or busywait (not recommended).
 
 ### Busywait version