Fixed typo in the KeyboardReprogram example

This commit is contained in:
Tom Igoe 2012-03-29 07:25:22 -04:00
parent 97d9ce93ca
commit 5627f14518
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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() {