Fix formatting in BUILD_GUIDE.md (#1208)

This commit is contained in:
Gabe Y 2017-04-04 22:39:28 -07:00 committed by skullydazed
parent ffffd1b6c1
commit 154305ce1b
1 changed files with 1 additions and 1 deletions

View File

@ -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.