Skip to content

Commit b47c241

Browse files
committed
Merge remote-tracking branch 'toxydose/patch-1' into avr-update
digistump/pull/59
2 parents 5ac97dd + c8fd207 commit b47c241

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

digistump-avr/libraries/DigisparkKeyboard/DigiKeyboard.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH]
110110
#define KEY_0 39
111111

112112
#define KEY_ENTER 40
113-
113+
#define KEY_ESC 41
114+
#define KEY_BACKSPACE 42
115+
#define KEY_TAB 43
114116
#define KEY_SPACE 44
115117

116118
#define KEY_F1 58
@@ -125,6 +127,8 @@ const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH]
125127
#define KEY_F10 67
126128
#define KEY_F11 68
127129
#define KEY_F12 69
130+
#define KEY_PRT_SCR 70
131+
#define KEY_DELETE 76
128132

129133
#define KEY_ARROW_UP 82
130134
#define KEY_ARROW_DOWN 81

0 commit comments

Comments
 (0)