Update Lenovo_T61_KBandTP_LC.ino

This commit is contained in:
Frank Adams 2018-11-23 21:53:54 -08:00 committed by GitHub
parent f45b8c2966
commit d43b62ab90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
// The PS/2 code for the Trackpoint was originally from https://playground.arduino.cc/uploads/ComponentLib/mouse.txt
// but the interface to the host was changed from RS232 serial to USB using the PJRC Mouse functions.
// A watchdog timer was also added to the "while loops" so the code can't hang if a clock edge is missed.
//
// In the Arduino IDE, select Tools, Teensy LC. Also under Tools, select Keyboard+Mouse+Joystick
// Revision History
// Initial Release Nov 20, 2018
//