Преглед изворни кода

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

Nick Choi пре 8 година
родитељ
комит
b3144112d3
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      quantum/process_keycode/process_tap_dance.h

+ 0 - 1
quantum/process_keycode/process_tap_dance.h

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