diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-13 05:58:44 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-13 05:58:44 +0100 |
commit | 4010360912125c120904e2d5294963db2d4ded65 (patch) | |
tree | 8784b3400e87b6134316844b0111c35e8b8af9c5 /keyboards | |
parent | 1e97f77278b757d740a800ae228c6202de0679b4 (diff) | |
download | qmk_firmware-4010360912125c120904e2d5294963db2d4ded65.tar.gz qmk_firmware-4010360912125c120904e2d5294963db2d4ded65.tar.xz |
adds planck/rev3 makefile so subproject is found
Diffstat (limited to 'keyboards')
-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 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 |