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.
2 parents 61c5176 + 76e5515 commit a39aba5Copy full SHA for a39aba5
build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino
@@ -15,18 +15,20 @@
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
22
23
http://www.arduino.cc/en/Tutorial/KeyboardReprogram
24
*/
25
26
-// use this option for OSX:
+// use this option for OSX.
27
+// Comment it out if using Windows or Linux:
28
char ctrlKey = KEY_LEFT_GUI;
-// use this option for Windows and Linux:
29
-// char ctrlKey = KEY_KEFT_CTRL;
+// use this option for Windows and Linux.
30
+// leave commented out if using OSX:
31
+// char ctrlKey = KEY_LEFT_CTRL;
32
33
34
void setup() {
build/shared/examples/9. USB (Leonardo only)/KeyboardAndMouseControl/KeyboardAndMouseControl.ino
0 commit comments