Merge pull request #30 from vlee489/master

Updates DigiKeyboard.h to add arrows keys.
This commit is contained in:
Erik Tylek Kettenburg
2016-03-07 17:25:05 -08:00

View File

@@ -126,8 +126,10 @@ const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH]
#define KEY_F11 68
#define KEY_F12 69
#define KEY_ARROW_LEFT 0x50
#define KEY_ARROW_UP 82
#define KEY_ARROW_DOWN 81
#define KEY_ARROW_LEFT 80
#define KEY_ARROW_RIGHT 79
class DigiKeyboardDevice : public Print {
public: