summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/config_h.py
Commit message (Collapse)AuthorAgeFilesLines
* fix bugs triggered by certain boardsZach White2021-01-081-3/+3
|
* fix rgblight propertiesZach White2021-01-071-3/+3
|
* fix keyboards with apostrophes in their namesZach White2021-01-031-2/+2
|
* Fix compiling on develop (#11409)Zach White2021-01-021-2/+2
|
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-0/+277
* 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>