Browse Source

adds planck/rev3 makefile so subproject is found

Jack Humbert 8 years ago
parent
commit
4010360912
1 changed files with 3 additions and 0 deletions
  1. 3 0
      keyboards/planck/rev3/Makefile

+ 3 - 0
keyboards/planck/rev3/Makefile

@@ -0,0 +1,3 @@
+ifndef MAKEFILE_INCLUDED
+	include ../../../Makefile
+endif