Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
7478b387
Commit
7478b387
authored
Sep 20, 2009
by
Dean Camera
Browse files
Oops - Keyboard boot report structure should be an array of 6 keycodes.
parent
0d5e30e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/Class/Common/HID.h
View file @
7478b387
...
...
@@ -116,7 +116,7 @@
{
uint8_t
Modifier
;
/**< Keyboard modifier byte, indicating pressed modifier keys (such as Shift, Control, etc.) */
uint8_t
Reserved
;
/**< Reserved for OEM use, always set to 0 */
uint8_t
KeyCode
;
/**< Key code of the currently pressed key */
uint8_t
KeyCode
[
6
]
;
/**< Key code
s
of the currently pressed key
s
*/
}
USB_KeyboardReport_Data_t
;
/** Type define for the data type used to store HID report descriptor elements. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment