]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update config_options.md
authorJack Humbert <jack.humb@gmail.com>
Wed, 22 Nov 2017 02:26:29 +0000 (21:26 -0500)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2017 02:26:29 +0000 (21:26 -0500)
docs/config_options.md

index a3a918be7f472674e8240e5448000d0c3cac400f..d971f1b69b6169d87cb87826a41452a9fb541cfc 100644 (file)
@@ -27,7 +27,9 @@ This level contains all of the options for that particular keymap. If you wish t
 
 # The `config.h` file
 
-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.
+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:
+
+    #include "config_common.h"
 
 ## `config.h` Options
 
@@ -179,7 +181,13 @@ This is a [make](https://www.gnu.org/software/make/manual/make.html) file that i
 * `ARCH = AVR8`
 * `F_USB = $(F_CPU)`
 * `OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT`
-* `OPT_DEFS += -DBOOTLOADER_SIZE=4096`
+* `BOOTLOADER = atmel-dfu` with the following options:
+  * `atmel-dfu`
+  * `lufa-dfu`
+  * `qmk-dfu`
+  * `halfkay`
+  * `caterina`
+  * `bootloadHID`
 
 ### Feature Options