diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index d971f1b69..abc5e141c 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -25,7 +25,7 @@ Some keyboards have folders and sub-folders to allow for different hardware conf | |||
25 | 25 | ||
26 | This level contains all of the options for that particular keymap. If you wish to override a previous declaration, you can use `#undef <variable>` to undefine it, where you can then redefine it without an error. | 26 | This level contains all of the options for that particular keymap. If you wish to override a previous declaration, you can use `#undef <variable>` to undefine it, where you can then redefine it without an error. |
27 | 27 | ||
28 | # The `config.h` file | 28 | # The `config.h` File |
29 | 29 | ||
30 | This is a C header file that is one of the first things included, and will persist over the whole project (if included). Lots of variables can be set here and accessed elsewhere. The `config.h` file shouldn't be including other `config.h` files, or anything besides this: | 30 | This is a C header file that is one of the first things included, and will persist over the whole project (if included). Lots of variables can be set here and accessed elsewhere. The `config.h` file shouldn't be including other `config.h` files, or anything besides this: |
31 | 31 | ||
@@ -164,7 +164,7 @@ If you define these options you will enable the associated feature, which may in | |||
164 | 164 | ||
165 | This is a [make](https://www.gnu.org/software/make/manual/make.html) file that is included by the top-level `Makefile`. It is used to set some information about the MCU that we will be compiling for as well as enabling and disabling certain features. | 165 | This is a [make](https://www.gnu.org/software/make/manual/make.html) file that is included by the top-level `Makefile`. It is used to set some information about the MCU that we will be compiling for as well as enabling and disabling certain features. |
166 | 166 | ||
167 | ## `rules.mk` options | 167 | ## `rules.mk` Options |
168 | 168 | ||
169 | ### Build Options | 169 | ### Build Options |
170 | 170 | ||