Skip to content

Commit a39aba5

Browse files
committed
Merge branch 'master' of github.com:arduino/32U4 into LUFA_bootloader
2 parents 61c5176 + 76e5515 commit a39aba5

File tree

2 files changed

+6
-98
lines changed

2 files changed

+6
-98
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@
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
2222
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-
// char ctrlKey = KEY_KEFT_CTRL;
29+
// use this option for Windows and Linux.
30+
// leave commented out if using OSX:
31+
// char ctrlKey = KEY_LEFT_CTRL;
3032

3133

3234
void setup() {

build/shared/examples/9. USB (Leonardo only)/KeyboardAndMouseControl/KeyboardAndMouseControl.ino

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)