We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac97dd + c8fd207 commit b47c241Copy full SHA for b47c241
digistump-avr/libraries/DigisparkKeyboard/DigiKeyboard.h
@@ -110,7 +110,9 @@ const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH]
110
#define KEY_0 39
111
112
#define KEY_ENTER 40
113
-
+#define KEY_ESC 41
114
+#define KEY_BACKSPACE 42
115
+#define KEY_TAB 43
116
#define KEY_SPACE 44
117
118
#define KEY_F1 58
@@ -125,6 +127,8 @@ const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH]
125
127
#define KEY_F10 67
126
128
#define KEY_F11 68
129
#define KEY_F12 69
130
+#define KEY_PRT_SCR 70
131
+#define KEY_DELETE 76
132
133
#define KEY_ARROW_UP 82
134
#define KEY_ARROW_DOWN 81
0 commit comments