From 7b0356d1d49da6574570e110f61f95692afdb3d0 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sat, 9 Dec 2017 16:36:32 +1100 Subject: Convert all headings to Title Case --- docs/getting_started_make_guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/getting_started_make_guide.md') 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 @@ -# More detailed make instruction +# More Detailed `make` Instructions The full syntax of the `make` command is `::`, where: @@ -33,7 +33,7 @@ Here are some examples commands * `make ergodox_infinity:algernon:clean` will clean the build output of the Ergodox Infinity keyboard. * `make planck/rev4:default:dfu COLOR=false` builds and uploads the keymap without color output. -## `rules.mk` options +## `rules.mk` Options Set these variables to `no` to disable them, and `yes` to enable them. @@ -133,7 +133,7 @@ This consumes about 5390 bytes. This enables [key lock](feature_key_lock.md). This consumes an additional 260 bytes. -## Customizing Makefile options on a per-keymap basis +## Customizing Makefile Options on a Per-Keymap Basis 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. -- cgit v1.2.3-24-g4f1b