summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/list/layouts.py
Commit message (Collapse)AuthorAgeFilesLines
* [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)Ryan2021-11-181-0/+5
| | | | | | | | | | | | | * [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in * Update lib/python/qmk/cli/list/keymaps.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/cli/list/layouts.py Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Allow community layouts to be specified in info.json (#14682)Zach White2021-10-041-0/+18
* move the community layout detection to python * fixup tests