diff options
author | Benjamin Grabkowitz <profet23@users.noreply.github.com> | 2016-11-16 23:52:36 -0500 |
---|---|---|
committer | Benjamin Grabkowitz <profet23@users.noreply.github.com> | 2016-11-16 23:52:36 -0500 |
commit | 00d88b74ada77b7cbf452aaf622846f80d85d732 (patch) | |
tree | 799a97f33b8b373856cf36d57280950d12f2709e /keyboards/atreus62/Makefile | |
parent | a9e0fd410ce7c8b975ba72cd7900c3f6edc0d108 (diff) | |
download | qmk_firmware-00d88b74ada77b7cbf452aaf622846f80d85d732.tar.gz qmk_firmware-00d88b74ada77b7cbf452aaf622846f80d85d732.zip |
Adding Support for atreus62 keyboard. https://github.com/profet23/atreus62
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 |