display endpoints state

This commit is contained in:
Devaev Maxim
2020-11-15 23:16:46 +03:00
parent d99771b2cd
commit f5250bb0e9
5 changed files with 82 additions and 45 deletions

View File

@@ -41,6 +41,10 @@ class Ps2HidKeyboard {
_dev.keyboard_init();
}
bool isOnline() {
return true;
}
void periodic() {
_dev.keyboard_handle(&_leds);
}