summaryrefslogtreecommitdiff
path: root/keyboards/bananasplit/Makefile
diff options
context:
space:
mode:
authorBalz Guenat2017-08-03 03:51:34 +0200
committerBalz Guenat2017-08-03 03:51:34 +0200
commit15fbe6e233d1d344725411be02d6cc4f6c3e0881 (patch)
treeff2dfd007940cd5ed00a1ee0e67c151d99951f7a /keyboards/bananasplit/Makefile
parentd28b2c395b66d24eb15bacedb8b84c8a3828ac57 (diff)
add the bananasplit keyboard incl. default keymap.
Diffstat (limited to 'keyboards/bananasplit/Makefile')
-rw-r--r--keyboards/bananasplit/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/bananasplit/Makefile b/keyboards/bananasplit/Makefile
new file mode 100644
index 000000000..687afba30
--- /dev/null
+++ b/keyboards/bananasplit/Makefile
@@ -0,0 +1,18 @@
+# Copyright 2017 Balz Guenat
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ifndef MAKEFILE_INCLUDED
+ include ../../Makefile
+endif