summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/333fred/config.h
diff options
context:
space:
mode:
authorStick <nstickney@gmail.com>2017-06-23 16:02:44 -0500
committerStick <nstickney@gmail.com>2017-06-23 16:02:44 -0500
commitf4e4d6f8d046eff9a4d49ddbf6e499ba519c7182 (patch)
treef52082f66034617178172a6e5509257711ac1961 /keyboards/ergodox/keymaps/333fred/config.h
parent37987837b18a758dffbed2b01ab34103f4f6f69f (diff)
parenta1ce43781ab1e9709c006435f62fd25876561a5b (diff)
Merge remote-tracking branch 'upstream/master'
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