]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_layouts.md
Update feature_layouts.md
[qmk_firmware.git] / docs / feature_layouts.md
index 5763b7380618f33fb8b718924094034c22dfa5c5..11f5831bbd14a239d2bc23cb45935a2d7b11ba72 100644 (file)
@@ -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_<folder1>_<folder2>`
@@ -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.