diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:58:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 19:58:00 -0500 |
commit | ea472fb018b0362aa6e4f9f368fc7b1e09c1021d (patch) | |
tree | b6c16fd28fbefdf0c4387228086048bdf08de965 /keyboards/atreus62/Makefile | |
parent | 3b990c08dcc0e57875e9220a5e6371f60679c7ae (diff) | |
parent | 6c5fce5c1a9d6383843416e0a236c2d7ea9cc2da (diff) |
Merge pull request #887 from profet23/atreus62
atreus62 Keyboard Support
Diffstat (limited to 'keyboards/atreus62/Makefile')
-rw-r--r-- | keyboards/atreus62/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/atreus62/Makefile b/keyboards/atreus62/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/atreus62/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |