removed need to set customtapping term 0. defaults to 0 already

This commit is contained in:
Nick Choi 2017-05-25 16:38:06 -04:00
parent 7c8b166cce
commit b3144112d3
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ typedef struct
#define ACTION_TAP_DANCE_FN_ADVANCED(user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset) { \
.fn = { user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset }, \
.user_data = NULL, \
.custom_tapping_term = 0, \
}
#define ACTION_TAP_DANCE_FN_ADVANCED_TIME(user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset, tap_specific_tapping_term) { \