mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-10 19:04:28 -04:00
stub out return_execute with zero args
This commit is contained in:
@@ -139,6 +139,7 @@ def _list_devices():
|
||||
# TODO: better formatting like "lsusb -v"?
|
||||
data = _query_device_info(device)
|
||||
print_dotted_output(data)
|
||||
# _xap_transaction(device, 0x01, 0x07, 1)
|
||||
|
||||
|
||||
@cli.argument('-d', '--device', help='device to select - uses format <pid>:<vid>.')
|
||||
|
||||
Reference in New Issue
Block a user