All Ez keymaps compiles
This commit is contained in:
parent
9af995c59b
commit
b0376687f4
58 changed files with 70 additions and 58 deletions
12
keyboards/ergodox/config.h
Normal file
12
keyboards/ergodox/config.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef KEYBOARDS_ERGODOX_CONFIG_H_
|
||||
#define KEYBOARDS_ERGODOX_CONFIG_H_
|
||||
|
||||
#ifdef SUBPROJECT_ez
|
||||
#include "ez/config.h"
|
||||
#endif
|
||||
#ifdef SUBPROJECT_infinity
|
||||
#include "infinity/config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue