From: Yu He Date: Sat, 12 Aug 2017 15:52:36 +0000 (+0200) Subject: Add ErgoDone support to two keymaps that have special config.h X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=285099de0d7cced77351f11556489eb6ccebbd0f;p=qmk_firmware.git Add ErgoDone support to two keymaps that have special config.h --- diff --git a/keyboards/ergodox/keymaps/replicaJunction/config.h b/keyboards/ergodox/keymaps/replicaJunction/config.h index d32b46e4e..df349a72d 100644 --- a/keyboards/ergodox/keymaps/replicaJunction/config.h +++ b/keyboards/ergodox/keymaps/replicaJunction/config.h @@ -58,6 +58,9 @@ along with this program. If not, see . #ifdef SUBPROJECT_infinity #include "infinity/config.h" #endif +#ifdef SUBPROJECT_ergodone + #include "ergodone/config.h" +#endif #endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */ diff --git a/keyboards/ergodox/keymaps/win10_writers-block/config.h b/keyboards/ergodox/keymaps/win10_writers-block/config.h index 43259db08..c6da3dc6a 100644 --- a/keyboards/ergodox/keymaps/win10_writers-block/config.h +++ b/keyboards/ergodox/keymaps/win10_writers-block/config.h @@ -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_ */