fix: after_matrix_scan when board is the target
This commit is contained in:
parent
9684e0d5f7
commit
55a75cb9b3
@ -175,7 +175,7 @@ class Split(Module):
|
||||
if self.split_type == SplitType.UART and self._is_target:
|
||||
pass # explicit pass just for dev sanity...
|
||||
|
||||
if self.split_type == SplitType.UART and (
|
||||
elif self.split_type == SplitType.UART and (
|
||||
self.data_pin2 or not self._is_target
|
||||
):
|
||||
self._send_uart(keyboard.matrix_update)
|
||||
|
Loading…
Reference in New Issue
Block a user