summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/khord/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/khord/config.h')
-rw-r--r--keyboards/planck/keymaps/khord/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/khord/config.h b/keyboards/planck/keymaps/khord/config.h
index 5cf96bb88..76a1f8832 100644
--- a/keyboards/planck/keymaps/khord/config.h
+++ b/keyboards/planck/keymaps/khord/config.h
@@ -62,6 +62,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
+/* Tap Dance */
+#define TAPPING_TERM 200
+
/*
* Feature disable options
* These options are also useful to firmware size reduction.