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

example_keyboards
Nick Choi 8 years ago
parent 7c8b166cce
commit b3144112d3

@ -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) { \

Loading…
Cancel
Save