summaryrefslogtreecommitdiffstats
path: root/keyboards/gherkin/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-02 16:23:54 +0200
committerGitHub <noreply@github.com>2017-06-02 16:23:54 +0200
commitaaa67f69305c5c78e15a1090ba7058adea59ff36 (patch)
tree549ea9a650ba56f17599ac7f20d6bbe99d7fee78 /keyboards/gherkin/Makefile
parenteefec19ad993a17d2dd88d8cddc51dc23fe8b49b (diff)
parent7cbd16c9021fb287c826e501aebe32844d4bc32b (diff)
downloadqmk_firmware-aaa67f69305c5c78e15a1090ba7058adea59ff36.tar.gz
qmk_firmware-aaa67f69305c5c78e15a1090ba7058adea59ff36.tar.xz
Merge pull request #1357 from shieldsd/gherkin
Initial commit for gherkin keyboard support. Compiles but untested.
Diffstat (limited to 'keyboards/gherkin/Makefile')
-rw-r--r--keyboards/gherkin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/gherkin/Makefile b/keyboards/gherkin/Makefile
new file mode 100644
index 000000000..57b2ef62e
--- /dev/null
+++ b/keyboards/gherkin/Makefile
@@ -0,0 +1,3 @@
+ifndef MAKEFILE_INCLUDED
+ include ../../Makefile
+endif