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:
parent
5627f14518
commit
7c1b60191b
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user