diff options
| author | Nick Brassel | 2023-06-21 00:41:49 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-21 00:41:49 +0200 |
| commit | ffdc70bf0a6fecff024ece2a5b7b4c0c88dd6ee3 (patch) | |
| tree | 5b4f6b347fd5902c6db24019173e5706a84b9bba /docs/data_driven_config.md | |
| parent | 45dc1ccffedd92c543997cc153efbaf058a46616 (diff) | |
Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)
Diffstat (limited to 'docs/data_driven_config.md')
| -rw-r--r-- | docs/data_driven_config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/data_driven_config.md b/docs/data_driven_config.md index ba287f5688..b288f9901a 100644 --- a/docs/data_driven_config.md +++ b/docs/data_driven_config.md @@ -79,8 +79,8 @@ If you are not sure how to edit this file or are not comfortable with Python [op The final piece of the puzzle is providing your new option to the build system. This is done by generating two files: -* `.build/obj_<keyboard>/src/info_config.h` -* `.build/obj_<keyboard>/src/rules.mk` +* `.build/obj_<keyboard>_<keymap>/src/info_config.h` +* `.build/obj_<keyboard>_<keymap>/src/rules.mk` These two files are generated by the code here: |