From 0ceb5b4de526a40052457627e357c0b3ba1ab4a8 Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Thu, 6 Dec 2018 05:59:59 +0000 Subject: [PATCH] Update Lenovo_T61_KBandTP_LC.ino --- .../Lenovo_ThinkPad_T61/Teensy LC/Lenovo_T61_KBandTP_LC.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Lenovo_T61_KBandTP_LC.ino b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Lenovo_T61_KBandTP_LC.ino index 9e51260..e95839e 100644 --- a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Lenovo_T61_KBandTP_LC.ino +++ b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Lenovo_T61_KBandTP_LC.ino @@ -114,7 +114,7 @@ boolean old_key[rows_max][cols_max] = { {1,1,1,1,1,1,1,1} }; // -// Define the Teensy 3.2 I/O numbers +// Define the Teensy LC I/O numbers // // Row FPC pin # 22,18,14,10,02,04,08,12,06,20,16,24,28,32,26,30 // Teensy I/O # 15,20,19,18,16,08,07,06,17,09,05,10,11,12,14,26 @@ -178,7 +178,7 @@ void go_1(int pin) // void tp_write(char send_data) { - unsigned int timeout = 200; // breakout of loop if over this value in msec + unsigned int timeout = 200; // break out of loop if over this value in msec elapsedMillis watchdog; // zero the watchdog timer clock char odd_parity = 0; // clear parity bit count // Enable the bus by floating the clock and data