summaryrefslogtreecommitdiffstats
path: root/docs/data_driven_config.md
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)Nick Brassel2023-06-211-2/+2
|
* Format DD mappings and schemas (#18924)Ryan2022-11-081-1/+1
|
* [Docs] Fix typo in data driven config docs (#18095)Simon Hengel2022-08-181-1/+1
|
* Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-041-2/+3
| | | | | * Change data driven "str" type to represent a quoted string literal * Update docs
* add 'info_config.h' into docs/hardware_keyboard_guidelines.md (#16247)Takeshi ISHII2022-02-061-1/+1
| | | Added info_config.h added in #10817 to the include order description of config.h.
* Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-311-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Document how to add data driven configurations (#11502)Zach White2021-01-101-0/+59
* describe how data driven configuration works * Apply suggestions from code review Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>