diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 3a4d7c87c..a3262b418 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -29,7 +29,9 @@ This level contains all of the options for that particular keymap. If you wish t | |||
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 | ||
32 | #include "config_common.h" | 32 | ```c |
33 | #include "config_common.h" | ||
34 | ``` | ||
33 | 35 | ||
34 | 36 | ||
35 | ## Hardware Options | 37 | ## Hardware Options |