diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2017-04-13 13:26:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 13:26:02 +0200 |
commit | a43cb6c0af3ac616903172c4b8932bfc5ee4939b (patch) | |
tree | c3ca94b544ab832507b37b6268bb04f7f7eedb4a /doc | |
parent | 3e41cde9f99778ca30c03b97470c32780379db43 (diff) | |
parent | d3301c0f8b0005738ab9aa2030d83739ffb5c4b6 (diff) |
Merge pull request #20 from qmk/master
Merge from QMK
Diffstat (limited to 'doc')
-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 1750191836..78cf00b917 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 ``` #undef MY_SETTING #define MY_SETTING 4 -```c +``` For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it. |