diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-29 21:21:02 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-29 21:21:02 -0400 |
commit | 2d80eee6b8b9d79a931b99e7aa3b528068940a94 (patch) | |
tree | 4c3221e09073dd4d23b77861ce37abd9e528a1ca /keyboards/handwired/Makefile | |
parent | ba6fb23f079a03f978c81deda58d1d18e08c54dc (diff) |
test handwired boards
Diffstat (limited to 'keyboards/handwired/Makefile')
-rw-r--r-- | keyboards/handwired/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/Makefile b/keyboards/handwired/Makefile new file mode 100644 index 0000000000..57493a47ca --- /dev/null +++ b/keyboards/handwired/Makefile @@ -0,0 +1,3 @@ +ifndef QUANTUM_DIR + include ../../Makefile +endif
\ No newline at end of file |