Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a system to map between info.json and config.h/rules.mk (#11548) | Zach White | 2021-01-31 | 1 | -185/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * generate rules.mk from a json mapping * generate rules.mk from a json mapping * support for config.h from json maps * improve the mapping system * document the mapping system * move data/maps to data/mappings * fix flake8 errors * fixup LED_MATRIX_DRIVER * remove product and description from the vision_division keymap level * reduce the complexity of generate-rules-mk * add tests for the generate commands * fix qmk doctor when submodules are not clean | ||||
* | fix bugs triggered by certain boards | Zach White | 2021-01-08 | 1 | -3/+3 |
| | |||||
* | fix rgblight properties | Zach White | 2021-01-07 | 1 | -3/+3 |
| | |||||
* | fix keyboards with apostrophes in their names | Zach White | 2021-01-03 | 1 | -2/+2 |
| | |||||
* | Fix compiling on develop (#11409) | Zach White | 2021-01-02 | 1 | -2/+2 |
| | |||||
* | Configure keyboard matrix from info.json (#10817) | Zach White | 2020-12-30 | 1 | -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> |