1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Updated comments in keyboard reprogram

This commit is contained in:
Tom Igoe 2012-03-29 12:04:22 -04:00
parent 5627f14518
commit 7c1b60191b

View File

@ -23,9 +23,11 @@
http://www.arduino.cc/en/Tutorial/KeyboardReprogram 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; 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; // char ctrlKey = KEY_LEFT_CTRL;