Update Dell_D630_Keyboard_and_Touchpad.ino

This commit is contained in:
thedalles77 2018-10-16 23:27:52 -07:00 committed by GitHub
parent c0a2ab611f
commit 4aab483a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
// This software is in the public domain
// It implements a Dell Latitude D630 Laptop Keyboard Controller and PS/2 Touchpad Controller
// using a Teensy 3.2 on a daughterboard with a 32 pin FPC connector. The keyboard part number
// 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 not supported by this routine.