We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d9ce9 commit 5627f14Copy full SHA for 5627f14
build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino
@@ -15,7 +15,7 @@
15
* wire to connect D2 to ground.
16
17
created 5 Mar 2012
18
- modified 28 Mar 2012
+ modified 29 Mar 2012
19
by Tom Igoe
20
21
This example is in the public domain
@@ -26,7 +26,7 @@
26
// use this option for OSX:
27
char ctrlKey = KEY_LEFT_GUI;
28
// use this option for Windows and Linux:
29
-// char ctrlKey = KEY_KEFT_CTRL;
+// char ctrlKey = KEY_LEFT_CTRL;
30
31
32
void setup() {
0 commit comments