From c4442d560136522323443b891e7b8388f3e19b1a Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Thu, 6 Dec 2018 06:03:48 +0000 Subject: [PATCH] Update Dell_D630_Keyboard_and_Touchpad.ino --- .../Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino b/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino index b90d25b..11f91b0 100644 --- a/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino +++ b/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino @@ -13,7 +13,7 @@ // using a Teensy 3.2 on a daughterboard with a 34 pin FPC connector. The keyboard part number // is DP/N 0DR160. The Touchpad from an HP DV9000 is part number 920-000702-04 Rev A. // This routine uses the Teensyduino "Micro-Manager Method" to send Normal and Modifier -// keys over USB. Multi-media keys are are sent with keyboard press and release functions. +// keys over USB. Multi-media keys are sent with keyboard press and release functions. // Description of Teensyduino keyboard functions is at www.pjrc.com/teensy/td_keyboard.html // The PS/2 code has a watchdog timer so the code doesn't hang if the Teensy is // interrupted by I2C or USB traffic.