We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3936b commit cbd0a22Copy full SHA for cbd0a22
Arduino/libraries/Keyboard/src/Keyboard.cpp
@@ -55,7 +55,7 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
55
0x05, 0x07, // USAGE_PAGE (Keyboard)
56
57
0x19, 0x00, // USAGE_MINIMUM (Reserved (no event indicated))
58
- 0x29, 0x65, // USAGE_MAXIMUM (Keyboard Application)
+ 0x29, 0x81, // USAGE_MAXIMUM (Keyboard Application)
59
0x81, 0x00, // INPUT (Data,Ary,Abs)
60
0xc0, // END_COLLECTION
61
};
0 commit comments