fix: after_matrix_scan when board is the target

This commit is contained in:
Boot-Error 2022-03-24 09:26:30 +05:30 committed by Kyle Brown
parent 9684e0d5f7
commit 55a75cb9b3

View File

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