summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps/smt/config.h
diff options
context:
space:
mode:
authorJack Humbert2017-03-15 11:00:06 -0400
committerGitHub2017-03-15 11:00:06 -0400
commitb4a3e5ebea067c40d89aa798c26ca6d45887b9be (patch)
tree43a628ead605d0d156a58f5bc04850209499aefe /keyboards/lets_split/keymaps/smt/config.h
parent3554b93cbd69dfd54e107df4a2a66195241ce028 (diff)
parent8d4bc714e4e69dd89b0ef7f1bad60e6ca6c0f791 (diff)
Merge pull request #1145 from smt/smt/lets_split
Add smt keymap for Let's Split (based on serial)
Diffstat (limited to 'keyboards/lets_split/keymaps/smt/config.h')
-rw-r--r--keyboards/lets_split/keymaps/smt/config.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/smt/config.h b/keyboards/lets_split/keymaps/smt/config.h
new file mode 100644
index 000000000..ba271d1ac
--- /dev/null
+++ b/keyboards/lets_split/keymaps/smt/config.h
@@ -0,0 +1,34 @@
+/*
+Copyright 2012 Jun Wako <wakojun@gmail.com>
+
+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/>.
+*/
+
+
+#define USE_SERIAL
+
+#define MASTER_LEFT
+// #define _MASTER_RIGHT
+// #define EE_HANDS
+
+
+#ifdef SUBPROJECT_rev1
+ #include "../../rev1/config.h"
+#endif
+#ifdef SUBPROJECT_rev2
+ #include "../../rev2/config.h"
+#endif
+#ifdef SUBPROJECT_rev2fliphalf
+ #include "../../rev2fliphalf/config.h"
+#endif