diff options
author | David Dizon <daviddizon@gmail.com> | 2017-06-19 22:59:17 -0700 |
---|---|---|
committer | David Dizon <daviddizon@gmail.com> | 2017-06-19 22:59:17 -0700 |
commit | e71b3c65720c3e6b0384fa094b641bc19583ca84 (patch) | |
tree | 310615eba4abfb12cb93a72c1edfebd44ef0e8ac /keyboards/kbd75/Makefile | |
parent | 3e7bb196124aeab8c84752501b7ec91915814735 (diff) |
KBD75 - Initial KBD75 port from qmkeyboard.cn source files
Diffstat (limited to 'keyboards/kbd75/Makefile')
-rw-r--r-- | keyboards/kbd75/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/kbd75/Makefile b/keyboards/kbd75/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/kbd75/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |