diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-01 12:58:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 12:58:33 -0400 |
commit | 9069edd9344ae280cf7a638b3f8e6c9e53bbfd67 (patch) | |
tree | bbb404f2d53bca461e9e8b199b07bdc08d11f44c /keyboards/nyquist/rev1/Makefile | |
parent | d548693c8be93792605c413d7258aeeb0dcc4f34 (diff) | |
parent | aae727d9ecce60906b26ee9a5a5d72f6fd25d9e4 (diff) |
Merge pull request #1347 from nooges/nyquist
Add Nyquist keyboard support
Diffstat (limited to 'keyboards/nyquist/rev1/Makefile')
-rw-r--r-- | keyboards/nyquist/rev1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/nyquist/rev1/Makefile b/keyboards/nyquist/rev1/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/nyquist/rev1/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |