diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-08-03 20:58:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 20:58:23 -0400 |
commit | 76ea366abd345887cd7d823e74925094a5f04b53 (patch) | |
tree | d98bda229c4f673c76d938fa2c08c73bdd37fa5f /keyboards/eco/config.h | |
parent | 5c44d40a0c208d706c8cd298ba90019b18841cb3 (diff) | |
parent | 8765751f7045ff25a036d8a782bab8e7de0eed16 (diff) |
Merge pull request #1538 from That-Canadian/eco-keyboard
Eco keyboard
Diffstat (limited to 'keyboards/eco/config.h')
-rw-r--r-- | keyboards/eco/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/eco/config.h b/keyboards/eco/config.h index af7e1822c8..99b057496f 100644 --- a/keyboards/eco/config.h +++ b/keyboards/eco/config.h @@ -73,5 +73,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef SUBPROJECT_rev1 #include "rev1/config.h" #endif +#ifdef SUBPROJECT_rev2 + #include "rev2/config.h" +#endif #endif |