diff options
| author | Gabe Y <newsboytko@gmail.com> | 2017-04-04 22:39:28 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-04-04 22:39:28 -0700 |
| commit | 154305ce1be16b2c8abce5e5d4dee421f295d6b3 (patch) | |
| tree | dd3ac70f403290fafff4bf8005925a3d5eed69cd | |
| parent | ffffd1b6c12c44ca85cd27f63662ab7736177be6 (diff) | |
| download | qmk_firmware-154305ce1be16b2c8abce5e5d4dee421f295d6b3.tar.gz qmk_firmware-154305ce1be16b2c8abce5e5d4dee421f295d6b3.zip | |
Fix formatting in BUILD_GUIDE.md (#1208)
| -rw-r--r-- | doc/BUILD_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/BUILD_GUIDE.md b/doc/BUILD_GUIDE.md index 175019183..78cf00b91 100644 --- a/doc/BUILD_GUIDE.md +++ b/doc/BUILD_GUIDE.md | |||
| @@ -96,7 +96,7 @@ The keyboard `config.h` is included only if the keymap one doesn't exist. The fo | |||
| 96 | ``` | 96 | ``` |
| 97 | #undef MY_SETTING | 97 | #undef MY_SETTING |
| 98 | #define MY_SETTING 4 | 98 | #define MY_SETTING 4 |
| 99 | ```c | 99 | ``` |
| 100 | 100 | ||
| 101 | For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it. | 101 | For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it. |
| 102 | 102 | ||
