<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware/lib/python/qmk/cli/doctor/linux.py, branch master</title>
<subtitle>QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/'/>
<entry>
<title>Handle broken symlinks in `qmk doctor` udev checks (#25934)</title>
<updated>2026-01-07T10:24:16+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2026-01-07T10:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=1e683923e1e42dda42911ebbaa191776aec3a626'/>
<id>1e683923e1e42dda42911ebbaa191776aec3a626</id>
<content type='text'>
Handle broken symlinks in 'qmk doctor' udev checks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle broken symlinks in 'qmk doctor' udev checks</pre>
</div>
</content>
</entry>
<entry>
<title>Print distro in doctor output (#19633)</title>
<updated>2023-01-19T10:25:47+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-19T10:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=4973950ddcef28d94a1fc589951e024a91a240d7'/>
<id>4973950ddcef28d94a1fc589951e024a91a240d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle doctor permission issues while checking udev (#19548)</title>
<updated>2023-01-09T08:21:21+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-09T08:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=1b045b1e60c2c10178828b20036a3590784bbbfc'/>
<id>1b045b1e60c2c10178828b20036a3590784bbbfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI: Teaching the CLI to flash binaries (#16584)</title>
<updated>2022-08-20T05:39:19+00:00</updated>
<author>
<name>Erovia</name>
<email>Erovia@users.noreply.github.com</email>
</author>
<published>2022-08-20T05:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=5e2ffe7d8f4187109514147469d7db93e075f6f0'/>
<id>5e2ffe7d8f4187109514147469d7db93e075f6f0</id>
<content type='text'>
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;
Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;
Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup issues identified by lgtm (#14459)</title>
<updated>2021-09-27T17:02:54+00:00</updated>
<author>
<name>Zach White</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2021-09-27T17:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=fce9cb933845bf0b74d322eba02de3b76daaeb84'/>
<id>fce9cb933845bf0b74d322eba02de3b76daaeb84</id>
<content type='text'>
* cleanup issues identified by lgtm

* fix the git_status check</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cleanup issues identified by lgtm

* fix the git_status check</pre>
</div>
</content>
</entry>
<entry>
<title>[CLI] Add qmk-hid bootloader detection support to `qmk console` (#14038)</title>
<updated>2021-08-17T18:13:54+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2021-08-17T18:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=85351dc23d423d1fa5d23aed8b4b478c49949b46'/>
<id>85351dc23d423d1fa5d23aed8b4b478c49949b46</id>
<content type='text'>
* [CLI] Add qmk-hid bootloader detection support to `qmk console`

* Remove duplicate entry

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Begrudgingly add lufa-ms

* Add udev rules for hid bootloaders

* Update util/udev/50-qmk.rules

Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;

* Fix VID/PID combos

Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [CLI] Add qmk-hid bootloader detection support to `qmk console`

* Remove duplicate entry

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Begrudgingly add lufa-ms

* Add udev rules for hid bootloaders

* Update util/udev/50-qmk.rules

Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;

* Fix VID/PID combos

Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[CLI] Make `qmk doctor` more lenient about system config (#13804)</title>
<updated>2021-07-31T04:43:42+00:00</updated>
<author>
<name>ruro</name>
<email>ruro.ruro@ya.ru</email>
</author>
<published>2021-07-31T04:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=52dad230d68ffecc3dc5b317cc5f1194b9c6802b'/>
<id>52dad230d68ffecc3dc5b317cc5f1194b9c6802b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor doctor.py into a directory (#13298)</title>
<updated>2021-06-22T18:50:53+00:00</updated>
<author>
<name>Zach White</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2021-06-22T18:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=e87d23164522371b0c9560e81f36ed08caadc0ff'/>
<id>e87d23164522371b0c9560e81f36ed08caadc0ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
