summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/rai-suta/config.h
diff options
context:
space:
mode:
authorJack Humbert2017-06-25 21:31:10 -0400
committerGitHub2017-06-25 21:31:10 -0400
commitd1fb8d2296889ee1aaa08988c8951eb5f12d930b (patch)
treee19d6fd1cd93c4ee81eb19609c79661160f728bf /keyboards/planck/keymaps/rai-suta/config.h
parent42e6ecc36b65ad0f0d29c6c35c93b95078c11a1a (diff)
parent3a2ae6a213acf7b20fab711a311ed5ca44b79b19 (diff)
Merge pull request #1431 from rai-suta/master
Bugg fix and add keymap for testing JIS_KEYCODE switch.
Diffstat (limited to 'keyboards/planck/keymaps/rai-suta/config.h')
-rw-r--r--keyboards/planck/keymaps/rai-suta/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/rai-suta/config.h b/keyboards/planck/keymaps/rai-suta/config.h
new file mode 100644
index 000000000..b36aa3db9
--- /dev/null
+++ b/keyboards/planck/keymaps/rai-suta/config.h
@@ -0,0 +1,8 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+#define TAPPING_TERM ( 200 )
+
+#endif