File tree Expand file tree Collapse file tree 2 files changed +6
-98
lines changed
09. USB (Leonardo only)/Keyboard/KeyboardReprogram
9. USB (Leonardo only)/KeyboardAndMouseControl Expand file tree Collapse file tree 2 files changed +6
-98
lines changed Original file line number Diff line number Diff line change 15
15
* wire to connect D2 to ground.
16
16
17
17
created 5 Mar 2012
18
- modified 28 Mar 2012
18
+ modified 29 Mar 2012
19
19
by Tom Igoe
20
20
21
21
This example is in the public domain
22
22
23
23
http://www.arduino.cc/en/Tutorial/KeyboardReprogram
24
24
*/
25
25
26
- // use this option for OSX:
26
+ // use this option for OSX.
27
+ // Comment it out if using Windows or Linux:
27
28
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;
30
32
31
33
32
34
void setup () {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments