mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 16:05:09 +00:00
revert split logic
This commit is contained in:
parent
f872fbea7e
commit
e31c605bf7
@ -258,10 +258,6 @@ def _extract_split_main(info_data, config_c):
|
||||
|
||||
|
||||
def _extract_split_transport(info_data, config_c):
|
||||
# TODO: Ignore?
|
||||
if 'split' not in info_data:
|
||||
return
|
||||
|
||||
# Figure out the transport method
|
||||
if config_c.get('USE_I2C') is True:
|
||||
if 'split' not in info_data:
|
||||
|
Loading…
Reference in New Issue
Block a user