mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-27 11:06:37 +06: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_ */
|