diff options
Diffstat (limited to 'keyboards/helix/config.h')
| -rw-r--r-- | keyboards/helix/config.h | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/keyboards/helix/config.h b/keyboards/helix/config.h index 8f0524f97..7bd4d2645 100644 --- a/keyboards/helix/config.h +++ b/keyboards/helix/config.h | |||
| @@ -21,8 +21,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 21 | 21 | ||
| 22 | #include "config_common.h" | 22 | #include "config_common.h" |
| 23 | 23 | ||
| 24 | #ifdef SUBPROJECT_rev1 | 24 | // GCC include 'config.h" sequence in qmk_firmware/keyboards/helix/ |
| 25 | #include "rev1/config.h" | 25 | // -include keyboards/helix/config.h |
| 26 | #endif | 26 | // -include keyboards/helix/rev?/config.h |
| 27 | // -include keyboards/helix/rev?/keymaps/MAPNAME/config.h | ||
| 28 | // XXXX.c | ||
| 27 | 29 | ||
| 28 | #endif | 30 | #include <serial_config.h> |
| 31 | |||
| 32 | // GCC include search path in qmk_firmare/keyboards/helix/ | ||
| 33 | // #include "..." search starts here: | ||
| 34 | // #include <...> search starts here: | ||
| 35 | // keyboards/helix/rev?/keymaps/MAPNAME | ||
| 36 | // keyboards/helix | ||
| 37 | // keyboards/helix/rev? | ||
| 38 | // . | ||
| 39 | // ./tmk_core | ||
| 40 | // ...... | ||
| 41 | |||
| 42 | #endif /* CONFIG_H */ | ||
