Updated comments in keyboard reprogram

This commit is contained in:
Tom Igoe 2012-03-29 12:04:22 -04:00
parent 5627f14518
commit 7c1b60191b
1 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,11 @@
http://www.arduino.cc/en/Tutorial/KeyboardReprogram
*/
// use this option for OSX:
// use this option for OSX.
// Comment it out if using Windows or Linux:
char ctrlKey = KEY_LEFT_GUI;
// use this option for Windows and Linux:
// use this option for Windows and Linux.
// leave commented out if using OSX:
// char ctrlKey = KEY_LEFT_CTRL;