mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-27 23:29:01 -07:00
Updates DigiKeyboard.h to add arrows keys.
Signed-off-by: Vincent Lee <vlee489@users.noreply.github.com>
This commit is contained in:
parent
280b22b652
commit
2b684b9034
@ -126,8 +126,10 @@ const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH]
|
|||||||
#define KEY_F11 68
|
#define KEY_F11 68
|
||||||
#define KEY_F12 69
|
#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 {
|
class DigiKeyboardDevice : public Print {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user