diff options
author | Danny Nguyen <danny@80pct.com> | 2017-03-23 09:42:32 -0400 |
---|---|---|
committer | Danny Nguyen <danny@80pct.com> | 2017-03-23 09:42:32 -0400 |
commit | edfb50ea5616c9361e479ec41d1d2c3d72f2f51c (patch) | |
tree | 9c6a209057a70ee2062d8bc8aadb7ca7876fda88 /keyboards/atreus50/Makefile | |
parent | 7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff) |
Initial commit for Atreus50 with working audio
Diffstat (limited to 'keyboards/atreus50/Makefile')
-rw-r--r-- | keyboards/atreus50/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/atreus50/Makefile b/keyboards/atreus50/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/atreus50/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |