summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/333fred/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox/keymaps/333fred/config.h')
-rw-r--r--keyboards/ergodox/keymaps/333fred/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/333fred/config.h b/keyboards/ergodox/keymaps/333fred/config.h
new file mode 100644
index 000000000..32d190de7
--- /dev/null
+++ b/keyboards/ergodox/keymaps/333fred/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
+#include "../../config.h"
+
+#undef TAPPING_TERM
+#define TAPPING_TERM 150
+
+#endif