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 5627f14 commit 7c1b601Copy full SHA for 7c1b601
build/shared/examples/09. USB (Leonardo only)/Keyboard/KeyboardReprogram/KeyboardReprogram.ino
@@ -23,9 +23,11 @@
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
+// use this option for Windows and Linux.
30
+// leave commented out if using OSX:
31
// char ctrlKey = KEY_LEFT_CTRL;
32
33
0 commit comments