mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Fixed typo in the KeyboardReprogram example
This commit is contained in:
parent
97d9ce93ca
commit
5627f14518
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user