Add ErgoDone support to two keymaps that have special config.h

This commit is contained in:
Yu He 2017-08-12 17:52:36 +02:00 committed by Jack Humbert
parent cb74c8dc46
commit 285099de0d
2 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef SUBPROJECT_infinity
#include "infinity/config.h"
#endif
#ifdef SUBPROJECT_ergodone
#include "ergodone/config.h"
#endif
#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */

View File

@ -31,6 +31,9 @@
#ifdef SUBPROJECT_infinity
#include "infinity/config.h"
#endif
#ifdef SUBPROJECT_ergodone
#include "ergodone/config.h"
#endif
#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */