diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-11-21 21:22:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 21:22:56 -0500 |
| commit | c8bdc75e1d3123a4ccf8631d70dc187bfeb7bc09 (patch) | |
| tree | afae8b97e237ae625b8f73c23d9510fd11eeb7fe /docs/feature_layouts.md | |
| parent | 39d3d92364039b278f8e4db0b1c63eb057ab8016 (diff) | |
| download | qmk_firmware-c8bdc75e1d3123a4ccf8631d70dc187bfeb7bc09.tar.gz qmk_firmware-c8bdc75e1d3123a4ccf8631d70dc187bfeb7bc09.zip | |
Update feature_layouts.md
Diffstat (limited to 'docs/feature_layouts.md')
| -rw-r--r-- | docs/feature_layouts.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/feature_layouts.md b/docs/feature_layouts.md index 5763b7380..11f5831bb 100644 --- a/docs/feature_layouts.md +++ b/docs/feature_layouts.md | |||
| @@ -55,10 +55,6 @@ Instead of using `#include "planck.h"`, you can use this line to include whateve | |||
| 55 | 55 | ||
| 56 | #include QMK_KEYBOARD_H | 56 | #include QMK_KEYBOARD_H |
| 57 | 57 | ||
| 58 | In your config.h, you can also use this variable to include the keyboard's `config.h`: | ||
| 59 | |||
| 60 | #include QMK_KEYBOARD_CONFIG_H | ||
| 61 | |||
| 62 | If you want to keep some keyboard-specific code, you can use these variables to escape it with an `#ifdef` statement: | 58 | If you want to keep some keyboard-specific code, you can use these variables to escape it with an `#ifdef` statement: |
| 63 | 59 | ||
| 64 | * `KEYBOARD_<folder1>_<folder2>` | 60 | * `KEYBOARD_<folder1>_<folder2>` |
| @@ -73,4 +69,4 @@ For example: | |||
| 73 | #endif | 69 | #endif |
| 74 | ``` | 70 | ``` |
| 75 | 71 | ||
| 76 | Note that the names are lowercase and match the folder/file names for the keyboard/revision exactly. \ No newline at end of file | 72 | Note that the names are lowercase and match the folder/file names for the keyboard/revision exactly. |
