Update kmk/modules/split.py so that ble boards work with ee hands.
Co-authored-by: Tonasz <27835465+Tonasz@users.noreply.github.com>
This commit is contained in:
parent
fa0062326b
commit
1387cb2660
@ -98,7 +98,7 @@ class Split(Module):
|
|||||||
):
|
):
|
||||||
self._is_target = runtime.usb_connected
|
self._is_target = runtime.usb_connected
|
||||||
elif self.split_type == SplitType.BLE:
|
elif self.split_type == SplitType.BLE:
|
||||||
self._is_target = bool(self.split_target_left)
|
self._is_target = name.endswith('L') == self.split_target_left
|
||||||
|
|
||||||
if name.endswith('L'):
|
if name.endswith('L'):
|
||||||
self.split_side = SplitSide.LEFT
|
self.split_side = SplitSide.LEFT
|
||||||
|
Loading…
Reference in New Issue
Block a user