Skip to content

Commit 5627f14

Browse files
committed
Fixed typo in the KeyboardReprogram example
1 parent 97d9ce9 commit 5627f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* wire to connect D2 to ground.
1616
1717
created 5 Mar 2012
18-
modified 28 Mar 2012
18+
modified 29 Mar 2012
1919
by Tom Igoe
2020
2121
This example is in the public domain
@@ -26,7 +26,7 @@
2626
// use this option for OSX:
2727
char ctrlKey = KEY_LEFT_GUI;
2828
// use this option for Windows and Linux:
29-
// char ctrlKey = KEY_KEFT_CTRL;
29+
// char ctrlKey = KEY_LEFT_CTRL;
3030

3131

3232
void setup() {

0 commit comments

Comments
 (0)