You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zach White 7a25dcacff
New command: qmk console (#12828)
* stash poc

* stash

* tidy up implementation

* Tidy up slightly for review

* Tidy up slightly for review

* Bodge environment to make tests pass

* Refactor away from asyncio due to windows issues

* Filter devices

* align vid/pid printing

* Add hidapi to the installers

* start preparing for multiple hid_listeners

* udev rules for hid_listen

* refactor to move closer to end state

* very basic implementation of the threaded model

* refactor how vid/pid/index are supplied and parsed

* windows improvements

* read the report directly when usage page isn't available

* add per-device colors, the choice to show names or numbers, and refactor

* add timestamps

* Add support for showing bootloaders

* tweak the color for bootloaders

* Align bootloader disconnect with connect color

* add support for showing all bootloaders

* fix the pyusb check

* tweaks

* fix exception

* hide a stack trace behind -v

* add --no-bootloaders option

* add documentation for qmk console

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* pyformat

* clean up and flesh out KNOWN_BOOTLOADERS

Co-authored-by: zvecr <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
..
cli New command: qmk console (#12828) 5 years ago
os_helpers Fix develop (#12039) 5 years ago
tests Merge remote-tracking branch 'origin/master' into develop 5 years ago
__init__.py
c_parse.py Fix comment parsing (#12750) 5 years ago
commands.py Merge remote-tracking branch 'origin/master' into develop 5 years ago
comment_remover.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
constants.py Add STM32L433 and L443 support (#12063) 5 years ago
converter.py Add cli convert subcommand, from raw KLE to JSON (#6898) 6 years ago
datetime.py Generate api data on each push (#10609) 5 years ago
decorators.py Add support for tab completion (#12411) 5 years ago
errors.py Small CLI cleanups 6 years ago
info.py Add support for qmk_configurator style aliases (#11954) 5 years ago
json_encoders.py Add a `qmk format-json` command that will format JSON files (#12372) 5 years ago
json_schema.py add utf-8 encoding to the open() call (#12388) 5 years ago
keyboard.py Fix CLI incorrectly following `DEFAULT_FOLDER` (#12529) 5 years ago
keymap.py Add support for tab completion (#12411) 5 years ago
makefile.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
math.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
path.py Add support for qmk_configurator style aliases (#11954) 5 years ago
submodules.py Beef up how `qmk doctor` works. (#7375) 6 years ago