From 44c839e64200160c8d6bff8ad48fad9da472b8de Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Wed, 5 Dec 2018 20:18:02 +0000 Subject: [PATCH] Update Matrix_Decoder_T61.ino --- .../Lenovo_ThinkPad_T61/Teensy 3p2/Matrix_Decoder_T61.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Matrix_Decoder_T61.ino b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Matrix_Decoder_T61.ino index 0489e1e..8137f7f 100644 --- a/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Matrix_Decoder_T61.ino +++ b/Example_Keyboards/Lenovo_ThinkPad_T61/Teensy 3p2/Matrix_Decoder_T61.ino @@ -9,7 +9,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// It will determine how a laptop keyboard matrix is wired using a Teensy 3.2 on an FPC T61 daughterboard. +// this software will determine how a laptop keyboard matrix is wired using a Teensy 3.2 on an FPC T61 daughterboard. // Open an editor on a computer and load or create a file that lists every key // on the laptop keyboard that will be tested. Connect the FPC cable of the test keyboard // to the Teensy/FPC board. Connect a USB cable from the Teensy to the computer.