Skip to content

Commit 7c1b601

Browse files
author
Tom Igoe
committed
Updated comments in keyboard reprogram
1 parent 5627f14 commit 7c1b601

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
http://www.arduino.cc/en/Tutorial/KeyboardReprogram
2424
*/
2525

26-
// use this option for OSX:
26+
// use this option for OSX.
27+
// Comment it out if using Windows or Linux:
2728
char ctrlKey = KEY_LEFT_GUI;
28-
// use this option for Windows and Linux:
29+
// use this option for Windows and Linux.
30+
// leave commented out if using OSX:
2931
// char ctrlKey = KEY_LEFT_CTRL;
3032

3133

0 commit comments

Comments
 (0)