From 5627f14518650ae3fdcc46756957dd4c76b6adf6 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Thu, 29 Mar 2012 07:25:22 -0400 Subject: [PATCH] Fixed typo in the KeyboardReprogram example --- .../Keyboard/KeyboardReprogram/KeyboardReprogram.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino b/build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino index 5ee021266..5349da15a 100644 --- a/build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino +++ b/build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino @@ -15,7 +15,7 @@ * wire to connect D2 to ground. created 5 Mar 2012 - modified 28 Mar 2012 + modified 29 Mar 2012 by Tom Igoe This example is in the public domain @@ -26,7 +26,7 @@ // use this option for OSX: char ctrlKey = KEY_LEFT_GUI; // use this option for Windows and Linux: -// char ctrlKey = KEY_KEFT_CTRL; +// char ctrlKey = KEY_LEFT_CTRL; void setup() {