]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/process_keycode/process_tap_dance.c
Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)
[qmk_firmware.git] / quantum / process_keycode / process_tap_dance.c
index 83378069122ec2f700c0b3aecadd80e4b766cd51..b55ace5ba8372dc7deeadf0235150daaa26074c4 100644 (file)
 #include "quantum.h"
 #include "action_tapping.h"
 
+#ifndef TAPPING_TERM
+#define TAPPING_TERM 200
+#endif
+
 #ifndef NO_ACTION_ONESHOT
 uint8_t get_oneshot_mods(void);
 #endif