diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-10-18 15:18:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 15:18:19 -0400 |
commit | d8417f9f6ecfd104210afe2dd14572552881db22 (patch) | |
tree | c4cbac5b33fe84fa85e24b1ec7339b7a67ecae5d /keyboards/pegasushoof/Makefile | |
parent | b466628c0bd13f941cb2a6a7807e0a1c94e7833d (diff) | |
parent | b73adf0dea567407bd5e6bd7921b607529a2aa4a (diff) |
Merge pull request #824 from dsvensson/pegasushoof
Support the Pegasus Hoof controller.
Diffstat (limited to 'keyboards/pegasushoof/Makefile')
-rw-r--r-- | keyboards/pegasushoof/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/pegasushoof/Makefile b/keyboards/pegasushoof/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/pegasushoof/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |