From: Jack Humbert Date: Wed, 22 Nov 2017 02:22:56 +0000 (-0500) Subject: Update feature_layouts.md X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=c8bdc75e1d3123a4ccf8631d70dc187bfeb7bc09 Update feature_layouts.md --- 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 #include QMK_KEYBOARD_H -In your config.h, you can also use this variable to include the keyboard's `config.h`: - - #include QMK_KEYBOARD_CONFIG_H - If you want to keep some keyboard-specific code, you can use these variables to escape it with an `#ifdef` statement: * `KEYBOARD__` @@ -73,4 +69,4 @@ For example: #endif ``` -Note that the names are lowercase and match the folder/file names for the keyboard/revision exactly. \ No newline at end of file +Note that the names are lowercase and match the folder/file names for the keyboard/revision exactly.