summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/333fred/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-23 14:43:51 -0400
committerGitHub <noreply@github.com>2017-06-23 14:43:51 -0400
commita1ce43781ab1e9709c006435f62fd25876561a5b (patch)
tree21eda8e6bda5fc8e0be1195c187edd61765df0eb /keyboards/ergodox/keymaps/333fred/config.h
parent91f3a73a280fcd237bef85e3a9f7308f274d102e (diff)
parent67944953369b3430d44bbb400220529586b947f7 (diff)
Merge pull request #1421 from 333fred/update-layout
Update my layout
Diffstat (limited to 'keyboards/ergodox/keymaps/333fred/config.h')
-rw-r--r--keyboards/ergodox/keymaps/333fred/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/333fred/config.h b/keyboards/ergodox/keymaps/333fred/config.h
new file mode 100644
index 0000000000..f19a52bca1
--- /dev/null
+++ b/keyboards/ergodox/keymaps/333fred/config.h
@@ -0,0 +1,11 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
+#include "../../config.h"
+
+#undef TAPPING_TERM
+#define TAPPING_TERM 150
+
+#define PERMISSIVE_HOLD
+
+#endif