diff options
Diffstat (limited to 'docs/make_instructions.md')
| -rw-r--r-- | docs/make_instructions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/make_instructions.md b/docs/make_instructions.md index 6f88f9106..64c1cb0f0 100644 --- a/docs/make_instructions.md +++ b/docs/make_instructions.md | |||
| @@ -48,7 +48,7 @@ Here are some examples commands | |||
| 48 | * `make ergodox-infinity-algernon-clean` will clean the build output of the Ergodox Infinity keyboard. This example uses the full syntax and can be run from any folder with a `Makefile` | 48 | * `make ergodox-infinity-algernon-clean` will clean the build output of the Ergodox Infinity keyboard. This example uses the full syntax and can be run from any folder with a `Makefile` |
| 49 | * `make dfu COLOR=false` from within a keymap folder, builds and uploads the keymap, but without color output. | 49 | * `make dfu COLOR=false` from within a keymap folder, builds and uploads the keymap, but without color output. |
| 50 | 50 | ||
| 51 | ## The `Makefile` | 51 | # The `Makefile` |
| 52 | 52 | ||
| 53 | There are 5 different `make` and `Makefile` locations: | 53 | There are 5 different `make` and `Makefile` locations: |
| 54 | 54 | ||
| @@ -62,7 +62,7 @@ The root contains the code used to automatically figure out which keymap or keym | |||
| 62 | 62 | ||
| 63 | For keyboards and subprojects, the make files are split in two parts `Makefile` and `rules.mk`. All settings can be found in the `rules.mk` file, while the `Makefile` is just there for support and including the root `Makefile`. Keymaps contain just one `Makefile` for simplicity. | 63 | For keyboards and subprojects, the make files are split in two parts `Makefile` and `rules.mk`. All settings can be found in the `rules.mk` file, while the `Makefile` is just there for support and including the root `Makefile`. Keymaps contain just one `Makefile` for simplicity. |
| 64 | 64 | ||
| 65 | ### Makefile options | 65 | ## Makefile options |
| 66 | 66 | ||
| 67 | Set these variables to `no` to disable them, and `yes` to enable them. | 67 | Set these variables to `no` to disable them, and `yes` to enable them. |
| 68 | 68 | ||
| @@ -158,7 +158,7 @@ This enables using the Quantum SYSEX API to send strings (somewhere?) | |||
| 158 | 158 | ||
| 159 | This consumes about 5390 bytes. | 159 | This consumes about 5390 bytes. |
| 160 | 160 | ||
| 161 | ### Customizing Makefile options on a per-keymap basis | 161 | ## Customizing Makefile options on a per-keymap basis |
| 162 | 162 | ||
| 163 | If your keymap directory has a file called `Makefile` (note the filename), any Makefile options you set in that file will take precedence over other Makefile options for your particular keyboard. | 163 | If your keymap directory has a file called `Makefile` (note the filename), any Makefile options you set in that file will take precedence over other Makefile options for your particular keyboard. |
| 164 | 164 | ||
