diff options
author | dbroqua <dbroqua@mousur.org> | 2017-05-07 22:56:27 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2017-05-07 22:56:27 +0200 |
commit | 230c70e28515d294fcad68e924f0a557a197f40a (patch) | |
tree | 2f880de39b2e2249ae21e23290bd3147f79ac081 /keyboards/dk60/Makefile | |
parent | 7180e195e84aabf252fcadb2852644417ac1d663 (diff) | |
download | qmk_firmware-230c70e28515d294fcad68e924f0a557a197f40a.tar.gz qmk_firmware-230c70e28515d294fcad68e924f0a557a197f40a.zip |
- Initial commit for branch DK60
Diffstat (limited to 'keyboards/dk60/Makefile')
-rw-r--r-- | keyboards/dk60/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/dk60/Makefile b/keyboards/dk60/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/dk60/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |