diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-11-21 21:26:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 21:26:29 -0500 |
| commit | 62eed0e4a3a6ea13ec130ac7acd25d935917344f (patch) | |
| tree | 1f58c431577dd795915b798f22d8b680f9301b95 /docs/config_options.md | |
| parent | c8bdc75e1d3123a4ccf8631d70dc187bfeb7bc09 (diff) | |
| download | qmk_firmware-62eed0e4a3a6ea13ec130ac7acd25d935917344f.tar.gz qmk_firmware-62eed0e4a3a6ea13ec130ac7acd25d935917344f.zip | |
Update config_options.md
Diffstat (limited to 'docs/config_options.md')
| -rw-r--r-- | docs/config_options.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index a3a918be7..d971f1b69 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -27,7 +27,9 @@ This level contains all of the options for that particular keymap. If you wish t | |||
| 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. | 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 | |||
| 32 | #include "config_common.h" | ||
| 31 | 33 | ||
| 32 | ## `config.h` Options | 34 | ## `config.h` Options |
| 33 | 35 | ||
| @@ -179,7 +181,13 @@ This is a [make](https://www.gnu.org/software/make/manual/make.html) file that i | |||
| 179 | * `ARCH = AVR8` | 181 | * `ARCH = AVR8` |
| 180 | * `F_USB = $(F_CPU)` | 182 | * `F_USB = $(F_CPU)` |
| 181 | * `OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT` | 183 | * `OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT` |
| 182 | * `OPT_DEFS += -DBOOTLOADER_SIZE=4096` | 184 | * `BOOTLOADER = atmel-dfu` with the following options: |
| 185 | * `atmel-dfu` | ||
| 186 | * `lufa-dfu` | ||
| 187 | * `qmk-dfu` | ||
| 188 | * `halfkay` | ||
| 189 | * `caterina` | ||
| 190 | * `bootloadHID` | ||
| 183 | 191 | ||
| 184 | ### Feature Options | 192 | ### Feature Options |
| 185 | 193 | ||
