aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started_make_guide.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 16:36:32 +1100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 10:46:11 -0500
commit7b0356d1d49da6574570e110f61f95692afdb3d0 (patch)
treea3e70802085ea8089f1e7851529f0296247fa264 /docs/getting_started_make_guide.md
parent6eb89ae906db7f226570e1839b88dcdd3a8fa962 (diff)
downloadqmk_firmware-7b0356d1d49da6574570e110f61f95692afdb3d0.tar.gz
qmk_firmware-7b0356d1d49da6574570e110f61f95692afdb3d0.zip
Convert all headings to Title Case
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r--docs/getting_started_make_guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md
index 14fadb52c..ecf030d1d 100644
--- a/docs/getting_started_make_guide.md
+++ b/docs/getting_started_make_guide.md
@@ -1,4 +1,4 @@
1# More detailed make instruction 1# More Detailed `make` Instructions
2 2
3The full syntax of the `make` command is `<keyboard_folder>:<keymap>:<target>`, where: 3The full syntax of the `make` command is `<keyboard_folder>:<keymap>:<target>`, where:
4 4
@@ -33,7 +33,7 @@ Here are some examples commands
33* `make ergodox_infinity:algernon:clean` will clean the build output of the Ergodox Infinity keyboard. 33* `make ergodox_infinity:algernon:clean` will clean the build output of the Ergodox Infinity keyboard.
34* `make planck/rev4:default:dfu COLOR=false` builds and uploads the keymap without color output. 34* `make planck/rev4:default:dfu COLOR=false` builds and uploads the keymap without color output.
35 35
36## `rules.mk` options 36## `rules.mk` Options
37 37
38Set these variables to `no` to disable them, and `yes` to enable them. 38Set these variables to `no` to disable them, and `yes` to enable them.
39 39
@@ -133,7 +133,7 @@ This consumes about 5390 bytes.
133 133
134This enables [key lock](feature_key_lock.md). This consumes an additional 260 bytes. 134This enables [key lock](feature_key_lock.md). This consumes an additional 260 bytes.
135 135
136## Customizing Makefile options on a per-keymap basis 136## Customizing Makefile Options on a Per-Keymap Basis
137 137
138If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard. 138If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard.
139 139