forked from forks/qmk_firmware
e01b4c3fd9
There are linker errors due to missing led funcitonality though
11 lines
225 B
C
11 lines
225 B
C
#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_ */
|