summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2018-08-12 08:02:06 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-12 08:02:06 +0200
commit09759c20ae8b0c40d8f3a7570558d60cc3b5907d (patch)
tree56471df4766698aa7d1dc6527c79db7e8709da4e /docs
parent3be4d2417c8e24d14e56bac6ce70190e2261a22b (diff)
downloadqmk_firmware-09759c20ae8b0c40d8f3a7570558d60cc3b5907d.tar.gz
qmk_firmware-09759c20ae8b0c40d8f3a7570558d60cc3b5907d.tar.xz
Document FIRMWARE_FORMAT (#3631)
Diffstat (limited to 'docs')
-rw-r--r--docs/config_options.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index afc29fae9..e978bcce8 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -199,6 +199,8 @@ This is a [make](https://www.gnu.org/software/make/manual/make.html) file that i
* `DEFAULT_FOLDER`
* Used to specify a default folder when a keyboard has more than one sub-folder.
+* `FIRMWARE_FORMAT`
+ * Defines which format (bin, hex) is copied to the root `qmk_firmware` folder after building.
* `SRC`
* Used to add files to the compilation/linking list.
* `LAYOUTS`