diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-31 13:38:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-31 13:38:10 -0500 |
commit | 847377fb43356cc1d3dff20ff1d5030a833cca41 (patch) | |
tree | 2b43afa4e425201bf684ebec23c1c76ae9cc24a6 /keyboards/amjpad/Makefile | |
parent | 6dbcc50f564e8df3e29190425747b56a4ad605c2 (diff) | |
parent | 925ed44405c979f0b37e9d12bb088738cd33e04e (diff) |
Merge pull request #980 from TerryMathews/master
Establish support for AMJPAD
Diffstat (limited to 'keyboards/amjpad/Makefile')
-rw-r--r-- | keyboards/amjpad/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/amjpad/Makefile b/keyboards/amjpad/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/amjpad/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |