diff options
author | Simon Hengel <sol@typeful.net> | 2022-08-19 08:18:51 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 18:18:51 -0700 |
commit | e6a1afb8f1e5be2f9c81b9839b10704f8d2063e1 (patch) | |
tree | deb1ba6e698c3d036d8a7ac3dcc71b791b327feb /docs | |
parent | 286dd6abe62e7cbe94c5182d6e3d97771d886bfa (diff) | |
download | qmk_firmware-e6a1afb8f1e5be2f9c81b9839b10704f8d2063e1.tar.gz qmk_firmware-e6a1afb8f1e5be2f9c81b9839b10704f8d2063e1.zip |
[Docs] Fix typo in data driven config docs (#18095)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/data_driven_config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/data_driven_config.md b/docs/data_driven_config.md index cdcf21a19c..1a2e4ca54a 100644 --- a/docs/data_driven_config.md +++ b/docs/data_driven_config.md @@ -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` |