Skip to content

Commit cbd0a22

Browse files
committed
forgot to add the modified Keyboard.cpp library file. here it is.
1 parent 3f3936b commit cbd0a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino/libraries/Keyboard/src/Keyboard.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
5555
0x05, 0x07, // USAGE_PAGE (Keyboard)
5656

5757
0x19, 0x00, // USAGE_MINIMUM (Reserved (no event indicated))
58-
0x29, 0x65, // USAGE_MAXIMUM (Keyboard Application)
58+
0x29, 0x81, // USAGE_MAXIMUM (Keyboard Application)
5959
0x81, 0x00, // INPUT (Data,Ary,Abs)
6060
0xc0, // END_COLLECTION
6161
};

0 commit comments

Comments
 (0)