diff --git a/libraries/DigisparkKeyboard/DigiKeyboard.h b/libraries/DigisparkKeyboard/DigiKeyboard.h index f6ab533..e9cff46 100644 --- a/libraries/DigisparkKeyboard/DigiKeyboard.h +++ b/libraries/DigisparkKeyboard/DigiKeyboard.h @@ -37,7 +37,7 @@ static uchar idleRate; // in 4 ms units * Redundant entries (such as LOGICAL_MINIMUM and USAGE_PAGE) have been omitted * for the second INPUT item. */ -PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH] = { /* USB report descriptor */ +const PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH] = { /* USB report descriptor */ 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x06, // USAGE (Keyboard) 0xa1, 0x01, // COLLECTION (Application)