From: Jack Humbert Date: Mon, 13 Feb 2017 04:58:44 +0000 (-0500) Subject: adds planck/rev3 makefile so subproject is found X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4010360912125c120904e2d5294963db2d4ded65;p=qmk_firmware.git adds planck/rev3 makefile so subproject is found --- diff --git a/keyboards/planck/rev3/Makefile b/keyboards/planck/rev3/Makefile new file mode 100644 index 000000000..191c6bb66 --- /dev/null +++ b/keyboards/planck/rev3/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../../Makefile +endif \ No newline at end of file