mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
e01b4c3fd9
There are linker errors due to missing led funcitonality though
10 lines
225 B
C
10 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_ */
|