Skip to content

Commit

Permalink
Fixed typo in the KeyboardReprogram example
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed Mar 29, 2012
1 parent 97d9ce9 commit 5627f14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* wire to connect D2 to ground.
created 5 Mar 2012
modified 28 Mar 2012
modified 29 Mar 2012
by Tom Igoe
This example is in the public domain
Expand All @@ -26,7 +26,7 @@
// use this option for OSX:
char ctrlKey = KEY_LEFT_GUI;
// use this option for Windows and Linux:
// char ctrlKey = KEY_KEFT_CTRL;
// char ctrlKey = KEY_LEFT_CTRL;


void setup() {
Expand Down

0 comments on commit 5627f14

Please sign in to comment.