mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
display endpoints state
This commit is contained in:
@@ -41,6 +41,10 @@ class Ps2HidKeyboard {
|
||||
_dev.keyboard_init();
|
||||
}
|
||||
|
||||
bool isOnline() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void periodic() {
|
||||
_dev.keyboard_handle(&_leds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user