diff options
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r-- | docs/getting_started_make_guide.md | 6 |
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 | ||
3 | The full syntax of the `make` command is `<keyboard_folder>:<keymap>:<target>`, where: | 3 | The 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 | ||
38 | Set these variables to `no` to disable them, and `yes` to enable them. | 38 | Set 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 | ||
134 | This enables [key lock](feature_key_lock.md). This consumes an additional 260 bytes. | 134 | This 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 | ||
138 | If 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. | 138 | If 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 | ||