diff options
author | TerryMathews <terry@terrymathews.net> | 2016-12-31 13:19:05 -0500 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2016-12-31 13:19:05 -0500 |
commit | 925ed44405c979f0b37e9d12bb088738cd33e04e (patch) | |
tree | 2b43afa4e425201bf684ebec23c1c76ae9cc24a6 /keyboards/amjpad/Makefile | |
parent | 6dbcc50f564e8df3e29190425747b56a4ad605c2 (diff) | |
download | qmk_firmware-925ed44405c979f0b37e9d12bb088738cd33e04e.tar.gz |
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 000000000..4e2a6f00f --- /dev/null +++ b/keyboards/amjpad/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |