From f0064d20b4f0144cb532b1563e4f08caf510be52 Mon Sep 17 00:00:00 2001 From: Frank Adams <33405607+thedalles77@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:25:37 -0700 Subject: [PATCH] Update readme --- Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/readme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/readme b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/readme index 49e41f7..ff87a76 100644 --- a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/readme +++ b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/readme @@ -1 +1,3 @@ The ZIP file is a gerber file created for JLCPCB fabrication only. +It's best to use the Lenovo_T61_keyboard.ino code first to confirm the keyboard is working by itself. Then try the keyboard and TP code or the standalone TP code. +If there's a problem communicating with the TP, it can make the keyboard code erratic and not work. Debug the TP connection problems separately.