aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/data_driven_config.md2
-rw-r--r--docs/hardware_keyboard_guidelines.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/data_driven_config.md b/docs/data_driven_config.md
index c2ad4fed8..38fb5dbf1 100644
--- a/docs/data_driven_config.md
+++ b/docs/data_driven_config.md
@@ -74,7 +74,7 @@ Whenever QMK generates a complete `info.json` it extracts information from `conf
74 74
75If you are not sure how to edit this file or are not comfortable with Python [open an issue](https://github.com/qmk/qmk_firmware/issues/new?assignees=&labels=cli%2C+python&template=other_issues.md&title=) or [join #cli on Discord](https://discord.gg/heQPAgy) and someone can help you with this part. 75If you are not sure how to edit this file or are not comfortable with Python [open an issue](https://github.com/qmk/qmk_firmware/issues/new?assignees=&labels=cli%2C+python&template=other_issues.md&title=) or [join #cli on Discord](https://discord.gg/heQPAgy) and someone can help you with this part.
76 76
77### Add code to generate it 77### Add code to generate it :id=add-code-to-generate-it
78 78
79The final piece of the puzzle is providing your new option to the build system. This is done by generating two files: 79The final piece of the puzzle is providing your new option to the build system. This is done by generating two files:
80 80
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md
index be55356b1..6df86fb0f 100644
--- a/docs/hardware_keyboard_guidelines.md
+++ b/docs/hardware_keyboard_guidelines.md
@@ -87,6 +87,7 @@ The `config.h` files can also be placed in sub-folders, and the order in which t
87 * `keyboards/top_folder/sub_1/sub_2/config.h` 87 * `keyboards/top_folder/sub_1/sub_2/config.h`
88 * `keyboards/top_folder/sub_1/sub_2/sub_3/config.h` 88 * `keyboards/top_folder/sub_1/sub_2/sub_3/config.h`
89 * `keyboards/top_folder/sub_1/sub_2/sub_3/sub_4/config.h` 89 * `keyboards/top_folder/sub_1/sub_2/sub_3/sub_4/config.h`
90 * [`.build/objs_<keyboard>/src/info_config.h`](data_driven_config.md#add-code-to-generate-it) see [Data Driven Configuration](data_driven_config.md)
90 * `users/a_user_folder/config.h` 91 * `users/a_user_folder/config.h`
91 * `keyboards/top_folder/keymaps/a_keymap/config.h` 92 * `keyboards/top_folder/keymaps/a_keymap/config.h`
92 * `keyboards/top_folder/sub_1/sub_2/sub_3/sub_4/post_config.h` 93 * `keyboards/top_folder/sub_1/sub_2/sub_3/sub_4/post_config.h`