Update Matrix_Decoder_T61.ino

This commit is contained in:
Frank Adams 2018-12-05 20:18:02 +00:00 committed by GitHub
parent 3cef5a0d60
commit 44c839e642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. 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 // 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 // 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. // to the Teensy/FPC board. Connect a USB cable from the Teensy to the computer.