summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/doctor/linux.py
Commit message (Collapse)AuthorAgeFilesLines
* Print distro in doctor output (#19633)Joel Challis2023-01-191-7/+16
|
* Handle doctor permission issues while checking udev (#19548)Joel Challis2023-01-091-4/+7
|
* CLI: Teaching the CLI to flash binaries (#16584)Erovia2022-08-201-42/+15
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Cleanup issues identified by lgtm (#14459)Zach White2021-09-271-5/+3
| | | | | * cleanup issues identified by lgtm * fix the git_status check
* [CLI] Add qmk-hid bootloader detection support to `qmk console` (#14038)Drashna Jaelre2021-08-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | * [CLI] Add qmk-hid bootloader detection support to `qmk console` * Remove duplicate entry Co-authored-by: Ryan <fauxpark@gmail.com> * Begrudgingly add lufa-ms * Add udev rules for hid bootloaders * Update util/udev/50-qmk.rules Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Fix VID/PID combos Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* [CLI] Make `qmk doctor` more lenient about system config (#13804)ruro2021-07-301-4/+10
|
* Refactor doctor.py into a directory (#13298)Zach White2021-06-221-0/+162