mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-11 17:32:39 +00:00
9af995c59b
Only the EZ default keymaps compiles at the moment though.
12 lines
226 B
C
12 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_ */
|