vusb: Fix keyboard_protocol and keyboard_idle #547
This commit is contained in:
parent
19853b4b83
commit
6271878a02
2 changed files with 11 additions and 5 deletions
|
|
@ -32,6 +32,9 @@ extern "C" {
|
|||
extern bool keyboard_nkro;
|
||||
#endif
|
||||
|
||||
/* These parameters should be included into host driver also?
|
||||
* keyboard_protocol: 0:Boot, 1:Report(default)
|
||||
* keyboard_idle: idle rate in unit of 4ms */
|
||||
extern uint8_t keyboard_idle;
|
||||
extern uint8_t keyboard_protocol;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue