diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-12 23:58:44 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-12 23:58:44 -0500 |
commit | 4010360912125c120904e2d5294963db2d4ded65 (patch) | |
tree | 8784b3400e87b6134316844b0111c35e8b8af9c5 /keyboards/planck | |
parent | 1e97f77278b757d740a800ae228c6202de0679b4 (diff) |
adds planck/rev3 makefile so subproject is found
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/rev3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/rev3/Makefile b/keyboards/planck/rev3/Makefile new file mode 100644 index 0000000000..191c6bb664 --- /dev/null +++ b/keyboards/planck/rev3/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../../Makefile +endif
\ No newline at end of file |