<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/lib/python/qmk/makefile.py, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2023-05-20T12:14:43+00:00</updated>
<entry>
<title>`qmk find`: usability improvements (#20440)</title>
<updated>2023-05-20T12:14:43+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-05-20T12:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=102c42b14bc79a178d16ae5217d739490a312ea4'/>
<id>urn:sha1:102c42b14bc79a178d16ae5217d739490a312ea4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CLI] Add a subcommand for getting information about a keyboard (#8666)</title>
<updated>2020-05-26T20:05:41+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2020-05-26T20:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=751316c34465ea77e066c3052729b207f3d62e0c'/>
<id>urn:sha1:751316c34465ea77e066c3052729b207f3d62e0c</id>
<content type='text'>
You can now use `qmk info` to get information about keyboards and keymaps.

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Code cleanup, use pathlib, use pytest keyboard</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2020-01-12T11:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1'/>
<id>urn:sha1:3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1</id>
<content type='text'>
Clean up checks and logics that are unnecessary due to MILC updates.
Use pathlib instead of os.path for readability.
Use the 'pytest' keyboard for the tests.
Add community layout for 'handwired/onekey/pytest' so we can test
community layouts.
</content>
</entry>
<entry>
<title>Fix commandline parsing and flake8 findings, rebase</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2020-01-07T20:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=8eeab1112aa1ca7336f88867a9a2ab680ae94b53'/>
<id>urn:sha1:8eeab1112aa1ca7336f88867a9a2ab680ae94b53</id>
<content type='text'>
Fixed commandline and config parsing. Thx @xplusplus.
Rebased on master and fixed merge conflicts.
</content>
</entry>
<entry>
<title>Major rework, no regex/globbing, more walking</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-10-28T08:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=988bfffca2715df3f227c462533d350ecbeac6c0'/>
<id>urn:sha1:988bfffca2715df3f227c462533d350ecbeac6c0</id>
<content type='text'>
Instead of using regexes and globbing to find the rules.mk and keymap.c
files, walk the directory tree to find them.
Also, do away with the concept of revision.
</content>
</entry>
<entry>
<title>Drop bs4 dependency, update docs, minor improvements</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-10-24T18:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3ed1223678d3ec40f4cceecd320dd1112cdfb157'/>
<id>urn:sha1:3ed1223678d3ec40f4cceecd320dd1112cdfb157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix regex for parsing rules.mk files</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-10-14T16:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=d257a98cb80a90f116072c882753039b10a5e042'/>
<id>urn:sha1:d257a98cb80a90f116072c882753039b10a5e042</id>
<content type='text'>
I don't know why it couldn't put it together before... ¯\_(ツ)_/¯
</content>
</entry>
<entry>
<title>Another major refactoring, add documentation</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-10-13T17:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=26f53d38d932a21be9edfc3d55e585c21050c3a2'/>
<id>urn:sha1:26f53d38d932a21be9edfc3d55e585c21050c3a2</id>
<content type='text'>
Move all useful functions to the qmk module and use the cli subcommand
as a wrapper around it.
Add both inline comments and documentation.
</content>
</entry>
</feed>
