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.
11 lines
225 B
C
11 lines
225 B
C
8 years ago
|
#ifndef KEYBOARDS_ERGODOX_ERGODOX_H_
|
||
|
#define KEYBOARDS_ERGODOX_ERGODOX_H_
|
||
|
#ifdef SUBPROJECT_ez
|
||
|
#include "ez.h"
|
||
|
#endif
|
||
|
#ifdef SUBPROJECT_infinity
|
||
|
#include "infinity.h"
|
||
|
#endif
|
||
|
|
||
|
#endif /* KEYBOARDS_ERGODOX_ERGODOX_H_ */
|