parent
e3299db9e3
commit
f30d6dd785
19 changed files with 85 additions and 58 deletions
|
@ -21,8 +21,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
#ifdef SUBPROJECT_rev1
|
||||
#include "rev1/config.h"
|
||||
#endif
|
||||
// GCC include 'config.h" sequence in qmk_firmware/keyboards/helix/
|
||||
// -include keyboards/helix/config.h
|
||||
// -include keyboards/helix/rev?/config.h
|
||||
// -include keyboards/helix/rev?/keymaps/MAPNAME/config.h
|
||||
// XXXX.c
|
||||
|
||||
#endif
|
||||
#include <serial_config.h>
|
||||
|
||||
// GCC include search path in qmk_firmare/keyboards/helix/
|
||||
// #include "..." search starts here:
|
||||
// #include <...> search starts here:
|
||||
// keyboards/helix/rev?/keymaps/MAPNAME
|
||||
// keyboards/helix
|
||||
// keyboards/helix/rev?
|
||||
// .
|
||||
// ./tmk_core
|
||||
// ......
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue