mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-04 00:10:42 -04:00
revert split logic
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user