<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/docs/faq_debug.md, branch quotengrote</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=quotengrote</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=quotengrote'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2024-06-02T02:42:24+00:00</updated>
<entry>
<title>[docs] Organize driver &amp; feature docs into subfolders (#23848)</title>
<updated>2024-06-02T02:42:24+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2024-06-02T02:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=78a0adfbb4d2c4e12f93f2a62ded0020d406243e'/>
<id>urn:sha1:78a0adfbb4d2c4e12f93f2a62ded0020d406243e</id>
<content type='text'>
Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;
</content>
</entry>
<entry>
<title>Vitepress conversion of docs. (#23795)</title>
<updated>2024-05-30T02:00:41+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2024-05-30T02:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=6ef97172889ccd5db376b2a9f8825489e24fdac4'/>
<id>urn:sha1:6ef97172889ccd5db376b2a9f8825489e24fdac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove legacy Debug keycode (#18769)</title>
<updated>2022-10-19T10:33:05+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-10-19T10:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=18dc851e37a203b32db0261c365dd300488e1c71'/>
<id>urn:sha1:18dc851e37a203b32db0261c365dd300488e1c71</id>
<content type='text'>
* `DEBUG` -&gt; `DB_TOGG`, default-ish keymaps

* `DEBUG` -&gt; `DB_TOGG`, user keymaps

* `DEBUG` -&gt; `DB_TOGG`, community layouts

* `DEBUG` -&gt; `DB_TOGG`, userspace

* `DEBUG` -&gt; `DB_TOGG`, docs &amp; core</content>
</entry>
<entry>
<title>[Docs] Add a note about the print function. (#17737)</title>
<updated>2022-10-05T02:16:11+00:00</updated>
<author>
<name>Kim Minjong</name>
</author>
<published>2022-10-05T02:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b100db1e5668c9a10437e89d41af76910c58d51d'/>
<id>urn:sha1:b100db1e5668c9a10437e89d41af76910c58d51d</id>
<content type='text'>
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>[Docs] Fix custom debug function and sample output (#17790)</title>
<updated>2022-07-25T22:07:15+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2022-07-25T22:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=683eeca2e228b1ffdf34eaf4c74d3b24ba72d848'/>
<id>urn:sha1:683eeca2e228b1ffdf34eaf4c74d3b24ba72d848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/faq_debug: qmk cli can also be used to print debug messages (#15528)</title>
<updated>2021-12-22T14:27:25+00:00</updated>
<author>
<name>Thomas Lorblanchès</name>
</author>
<published>2021-12-22T14:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3f1f60cbf9a980a8347e3899c04ac4b3e49b7285'/>
<id>urn:sha1:3f1f60cbf9a980a8347e3899c04ac4b3e49b7285</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Docs] Clean up some code block languages (#14434)</title>
<updated>2021-09-14T12:16:24+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-09-14T12:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b56282756b5faa410301de8c4ecdcae0e0148652'/>
<id>urn:sha1:b56282756b5faa410301de8c4ecdcae0e0148652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow output of logging when running unit tests (#13556)</title>
<updated>2021-07-25T16:18:09+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-07-25T16:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=fc9fb2c77505cf1dcf5d1f50dd61a980471b3494'/>
<id>urn:sha1:fc9fb2c77505cf1dcf5d1f50dd61a980471b3494</id>
<content type='text'>
* Initial pass at enabling logging for unit tests

* Add to docs

* Bind debug for more test types

* Force everything

* Tidy up slightly</content>
</entry>
<entry>
<title>Documentation changes SPLIT_USB_DETECT and hid_listen udev rules (#11665)</title>
<updated>2021-03-03T21:31:41+00:00</updated>
<author>
<name>individ-divided</name>
</author>
<published>2021-03-03T21:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4c3090ace922c06d00df12f7fc5d0f2d0f194fae'/>
<id>urn:sha1:4c3090ace922c06d00df12f7fc5d0f2d0f194fae</id>
<content type='text'>
Co-authored-by: David Grundberg &lt;david@quartz&gt;</content>
</entry>
<entry>
<title>Fix typos and reword some sentences in FAQs (#11546)</title>
<updated>2021-01-23T21:41:29+00:00</updated>
<author>
<name>smiley</name>
</author>
<published>2021-01-23T21:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=d6701b3ac7b05dc6f8ce87b525af14932d5c0f27'/>
<id>urn:sha1:d6701b3ac7b05dc6f8ce87b525af14932d5c0f27</id>
<content type='text'>
* Fix minor typo in "General FAQ"

"want to do brand it with QMK" -&gt; "want to brand it with QMK"

* Reword some of "Debugging FAQ" &amp; "Miscellaneous FAQ".

Mostly grammatical wording of some parts and missing capitalization</content>
</entry>
</feed>
