summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps/khord/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-15 12:34:18 -0400
committerGitHub <noreply@github.com>2017-06-15 12:34:18 -0400
commit6a75a7d672777a3b1fab35cfe3e3f0e34a6cd326 (patch)
tree91a63026d46a6a5fe2e796b26ef298b0766df1d8 /keyboards/lets_split/keymaps/khord/config.h
parentbe9fd4b4faf7d60c1bad1bf2115e2ff65e9dc727 (diff)
parent5c11ba74d863bde954fe42ff6a48b52567003333 (diff)
Merge pull request #1394 from Khord/master
Adding custom keymap for Let's Split and updates to custom Planck keymap
Diffstat (limited to 'keyboards/lets_split/keymaps/khord/config.h')
-rw-r--r--keyboards/lets_split/keymaps/khord/config.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/khord/config.h b/keyboards/lets_split/keymaps/khord/config.h
new file mode 100644
index 0000000000..d6a99a8b2e
--- /dev/null
+++ b/keyboards/lets_split/keymaps/khord/config.h
@@ -0,0 +1,35 @@
+/*
+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 TAPPING_TERM 150
+
+#define USE_SERIAL
+#define EE_HANDS
+
+#undef RGBLED_NUM
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 12
+
+#ifdef SUBPROJECT_rev1
+ #include "../../rev1/config.h"
+#endif
+#ifdef SUBPROJECT_rev2
+ #include "../../rev2/config.h"
+#endif
+#ifdef SUBPROJECT_rev2fliphalf
+ #include "../../rev2fliphalf/config.h"
+#endif