From 2f10c86973c06c6b2eb942d16b2147093b5298d0 Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Sun, 18 Nov 2018 15:16:07 -0800 Subject: [PATCH] Update Dell_131L_Keyboard.ino --- Example_Keyboards/Dell_Latitude_131L/Dell_131L_Keyboard.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example_Keyboards/Dell_Latitude_131L/Dell_131L_Keyboard.ino b/Example_Keyboards/Dell_Latitude_131L/Dell_131L_Keyboard.ino index 8a04d60..ee370fb 100644 --- a/Example_Keyboards/Dell_Latitude_131L/Dell_131L_Keyboard.ino +++ b/Example_Keyboards/Dell_Latitude_131L/Dell_131L_Keyboard.ino @@ -9,7 +9,7 @@ // 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