]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
adds planck/rev3 makefile so subproject is found
authorJack Humbert <jack.humb@gmail.com>
Mon, 13 Feb 2017 04:58:44 +0000 (23:58 -0500)
committerJack Humbert <jack.humb@gmail.com>
Mon, 13 Feb 2017 04:58:44 +0000 (23:58 -0500)
keyboards/planck/rev3/Makefile [new file with mode: 0644]

diff --git a/keyboards/planck/rev3/Makefile b/keyboards/planck/rev3/Makefile
new file mode 100644 (file)
index 0000000..191c6bb
--- /dev/null
@@ -0,0 +1,3 @@
+ifndef MAKEFILE_INCLUDED
+       include ../../../Makefile
+endif
\ No newline at end of file