Skip to content

Commit

Permalink
[Docs] Fix typo in data driven config docs (qmk#18095)
Browse files Browse the repository at this point in the history
  • Loading branch information
sol authored and nolanseaton committed Jan 23, 2023
1 parent ffd526a commit 903acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data_driven_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 903acd2

Please sign in to comment.