From ae108afdd6c9726354a62d1db3fba5114013b205 Mon Sep 17 00:00:00 2001 From: Frank Adams <33405607+thedalles77@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:27:12 -0700 Subject: [PATCH] Create Readme.txt --- Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Readme.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Readme.txt diff --git a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Readme.txt b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Readme.txt new file mode 100644 index 0000000..ca08fbb --- /dev/null +++ b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy LC/Readme.txt @@ -0,0 +1,3 @@ +The ZIP file is a gerber file created for JLCPCB fabrication. +It's best to use the Lenovo_T61_keyboard_LC.ino code first to confirm the keyboard is working by itself. Then try the keyboard and 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.