Arduino: 1.6.8 (Windows 7), TD: 1.28, Board: "Teensy 2.0, Keyboard + Mouse + Joystick, 16 MHz, German Swiss"
Build options changed, rebuilding all
Buttons: In function 'void loop()':
Buttons:30: error: 'KEY_ALT' was not declared in this scope
usb_keyboard_press(KEY_F4, KEY_ALT);
^
Buttons:30: error: 'usb_keyboard_press' was not declared in this scope
usb_keyboard_press(KEY_F4, KEY_ALT);
^
'KEY_ALT' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.