From 5bd27cc9286ddd9f43fd4f4ecb5a443d6c1cd5ae Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Sun, 18 Nov 2018 15:18:47 -0800 Subject: [PATCH] Update HP_2100_Keyboard.ino --- Example_Keyboards/HP_Presario_2100/HP_2100_Keyboard.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example_Keyboards/HP_Presario_2100/HP_2100_Keyboard.ino b/Example_Keyboards/HP_Presario_2100/HP_2100_Keyboard.ino index b0e47b9..cc6097f 100644 --- a/Example_Keyboards/HP_Presario_2100/HP_2100_Keyboard.ino +++ b/Example_Keyboards/HP_Presario_2100/HP_2100_Keyboard.ino @@ -2,14 +2,14 @@ // It implements an HP Compaq Presario 2100 Laptop Keyboard Controller using a Teensy LC on // a daughterboard with a 25 pin FPC connector. The keyboard part number is AEKT1TPU011. // 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 // // Revision History // Initial Release Nov 15, 2018 // // -#define MODIFIERKEY_FN 0x8f // give Fn key a HID code +#define MODIFIERKEY_FN 0x8f // give Fn key a fake HID code #define CAPS_LED 13 // Teensy LED shows Caps-Lock // const byte rows_max = 17; // sets the number of rows in the matrix