summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/hexwire/config.h
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-03-07 19:30:32 +0100
committerDanny Nguyen <danny@80pct.com>2017-03-09 15:31:46 +0100
commit718b9648061be99a82e6dddfdebd3eb2e5386f19 (patch)
tree76134ed0a6defd0a813acd101da2a558b3f7b744 /keyboards/lets_split/keymaps/hexwire/config.h
parent7c7a77d4bf8f35cd7f59119be0e95b5d28063988 (diff)
downloadqmk_firmware-718b9648061be99a82e6dddfdebd3eb2e5386f19.tar.gz
qmk_firmware-718b9648061be99a82e6dddfdebd3eb2e5386f19.tar.xz
Add hexwire layout for Let’s Split
Diffstat (limited to 'keyboards/lets_split/keymaps/hexwire/config.h')
-rw-r--r--keyboards/lets_split/keymaps/hexwire/config.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/hexwire/config.h b/keyboards/lets_split/keymaps/hexwire/config.h
new file mode 100644
index 000000000..cd766cc4f
--- /dev/null
+++ b/keyboards/lets_split/keymaps/hexwire/config.h
@@ -0,0 +1,29 @@
+/*
+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 EE_HANDS
+
+
+#ifdef SUBPROJECT_rev1
+ #include "../../rev1/config.h"
+#endif
+#ifdef SUBPROJECT_rev2
+ #include "../../rev2/config.h"
+#endif \ No newline at end of file