summaryrefslogtreecommitdiff
path: root/docs/data_driven_config.md
AgeCommit message (Collapse)Author
2023-06-21Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)Nick Brassel
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-08-18[Docs] Fix typo in data driven config docs (#18095)Simon Hengel
2022-03-04Change data driven "str" type to represent a quoted string literal (#16516)Ryan
* Change data driven "str" type to represent a quoted string literal * Update docs
2022-02-06add 'info_config.h' into docs/hardware_keyboard_guidelines.md (#16247)Takeshi ISHII
Added info_config.h added in #10817 to the include order description of config.h.
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White
* 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
2021-01-10Document how to add data driven configurations (#11502)Zach White
* 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>