vusb: Fix keyboard_protocol and keyboard_idle #547

This commit is contained in:
tmk 2020-07-27 10:02:38 +09:00
parent 19853b4b83
commit 6271878a02
2 changed files with 11 additions and 5 deletions

View file

@ -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;