~ruther/qmk_firmware

1fb2a0c74e926806f58fdbec990ca9aa7bb376a9 — QMK Bot 3 years ago 034e78c + 0fd45d5
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/process_keycode/process_tap_dance.c
M quantum/process_keycode/process_tap_dance.c => quantum/process_keycode/process_tap_dance.c +1 -1
@@ 20,7 20,7 @@ uint8_t get_oneshot_mods(void);
#endif

static uint16_t last_td;
static int8_t   highest_td = -1;
static int16_t  highest_td = -1;

void qk_tap_dance_pair_on_each_tap(qk_tap_dance_state_t *state, void *user_data) {
    qk_tap_dance_pair_t *pair = (qk_tap_dance_pair_t *)user_data;