From 78ab8e6475d565c154db1248eed795482417a7e3 Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Fri, 23 Nov 2018 21:47:11 -0800 Subject: [PATCH] Update Lenovo_T61_KBandTP.ino --- .../Lenovo_ThinkPad_T61/Teensy 3p2/Lenovo_T61_KBandTP.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Lenovo_T61_KBandTP.ino b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Lenovo_T61_KBandTP.ino index 46ae7b2..2109693 100644 --- a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Lenovo_T61_KBandTP.ino +++ b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Lenovo_T61_KBandTP.ino @@ -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 3.2. Also under Tools, select Keyboard+Mouse+Joystick // Revision History // Initial Release Nov 15, 2018 //