aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/bananasplit/keymaps/default/config.h
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-08-03 03:51:34 +0200
committerBalz Guenat <balz.guenat@gmail.com>2017-08-03 03:51:34 +0200
commit15fbe6e233d1d344725411be02d6cc4f6c3e0881 (patch)
treeff2dfd007940cd5ed00a1ee0e67c151d99951f7a /keyboards/bananasplit/keymaps/default/config.h
parentd28b2c395b66d24eb15bacedb8b84c8a3828ac57 (diff)
downloadfirmware-15fbe6e233d1d344725411be02d6cc4f6c3e0881.tar.gz
firmware-15fbe6e233d1d344725411be02d6cc4f6c3e0881.tar.bz2
firmware-15fbe6e233d1d344725411be02d6cc4f6c3e0881.zip
add the bananasplit keyboard incl. default keymap.
Diffstat (limited to 'keyboards/bananasplit/keymaps/default/config.h')
-rw-r--r--keyboards/bananasplit/keymaps/default/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/bananasplit/keymaps/default/config.h b/keyboards/bananasplit/keymaps/default/config.h
new file mode 100644
index 000000000..060f5922f
--- /dev/null
+++ b/keyboards/bananasplit/keymaps/default/config.h
@@ -0,0 +1,24 @@
+/* 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 CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// place overrides here
+
+#endif