summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/layouts.py
Commit message (Collapse)AuthorAgeFilesLines
* ensure we do not conflict with existing keymap aliases (#12976)Zach White2021-05-211-1/+3
|
* Add support for tab completion (#12411)Zach White2021-04-141-2/+2
| | | | | | | * Add support for tab completion * make flake8 happy * Add documentation
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-1/+2
| | | | | | | | | * Add support for qmk_configurator style aliases * add the keyboard aliases to the api data * add support for a keyboard metadata file * make flake8 happy
* Fix generated file output while target exists (#12062)Joel Challis2021-02-281-2/+2
|
* Fix develop (#12039)Zach White2021-02-271-0/+4
| | | | | | | | | Fixes file encoding errors on Windows, and layouts not correctly merging into info.json. * force utf8 encoding * correctly merge layouts and layout aliases * show what aliases point to
* Use the schema to eliminate custom code (#11108)Zach White2021-01-091-0/+4
| | | | | | | | | | | | | | | * use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix broken keyboards (#11412)Zach White2021-01-031-9/+10
| | | | | * Fix a couple errors * add a dependency for the generated headers
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-0/+93
* Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>