summaryrefslogtreecommitdiff
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.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