~ruther/qmk_firmware

5ee482b11063d494eb85a99434593893279d6b45 — QMK Bot 3 years ago 2ed2c88 + e6a1afb
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/data_driven_config.md
M docs/data_driven_config.md => docs/data_driven_config.md +1 -1
@@ 22,7 22,7 @@ You will then need to add support for your new configuration to `info.json`. The

1. Add it to the schema in `data/schemas/keyboards.jsonschema`
1. Add a mapping in `data/maps`
1. (optional and discoraged) Add code to extract/generate it to:
1. (optional and discouraged) Add code to extract/generate it to:
  * `lib/python/qmk/info.py`
  * `lib/python/qmk/cli/generate/config_h.py`
  * `lib/python/qmk/cli/generate/rules_mk.py`