Updates DigiKeyboard.h to add arrows keys.

Signed-off-by: Vincent Lee <vlee489@users.noreply.github.com>
This commit is contained in:
Vincent Lee 2016-03-07 18:59:06 +00:00
parent 280b22b652
commit 2b684b9034

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: