mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
9af995c59b
Only the EZ default keymaps compiles at the moment though.
11 lines
226 B
C
11 lines
226 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_ */
|