You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
238 B
C
13 lines
238 B
C
8 years ago
|
#ifndef KEYBOARDS_ERGODOX_CONFIG_H_
|
||
|
#define KEYBOARDS_ERGODOX_CONFIG_H_
|
||
|
|
||
|
#ifdef SUBPROJECT_ez
|
||
|
#include "ez/config.h"
|
||
|
#endif
|
||
|
#ifdef SUBPROJECT_infinity
|
||
|
#include "infinity/config.h"
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */
|