diff options
Diffstat (limited to 'layouts/community/ergodox/333fred/config.h')
-rw-r--r-- | layouts/community/ergodox/333fred/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/community/ergodox/333fred/config.h b/layouts/community/ergodox/333fred/config.h new file mode 100644 index 000000000..6a03446e0 --- /dev/null +++ b/layouts/community/ergodox/333fred/config.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef CONFIG_H_ | ||
2 | #define CONFIG_H_ | ||
3 | |||
4 | #include QMK_KEYBOARD_CONFIG_H | ||
5 | |||
6 | #undef TAPPING_TERM | ||
7 | #define TAPPING_TERM 150 | ||
8 | |||
9 | #define PERMISSIVE_HOLD | ||
10 | |||
11 | #endif | ||