fix(split): do not attempt to send HID from slave sides of split boards, resolves infinite hang after single UART send
This commit is contained in:
@@ -154,6 +154,9 @@ class Split(Module):
|
||||
return
|
||||
|
||||
def before_hid_send(self, keyboard):
|
||||
if not self._is_target:
|
||||
keyboard.hid_pending = False
|
||||
|
||||
return
|
||||
|
||||
def after_hid_send(self, keyboard):
|
||||
|
Reference in New Issue
Block a user