From efcbd3776cbd60db3fd6022d07c10eeb9da0cb49 Mon Sep 17 00:00:00 2001 From: azfml Date: Mon, 5 May 2025 15:30:01 -0700 Subject: [PATCH] Update DigiKeyboard.h --- libraries/DigisparkKeyboard/DigiKeyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)