diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-20 03:51:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-20 03:51:11 +0000 |
commit | 1fb2a0c74e926806f58fdbec990ca9aa7bb376a9 (patch) | |
tree | 1000e62a10ae3926a1e839a5142a638d28c3e8bb /quantum/process_keycode | |
parent | 034e78c083402266f1651518f7522645550869e0 (diff) | |
parent | 0fd45d59845d71e435f36975d9ba8a54dfb2a87d (diff) | |
download | qmk_firmware-1fb2a0c74e926806f58fdbec990ca9aa7bb376a9.tar.gz qmk_firmware-1fb2a0c74e926806f58fdbec990ca9aa7bb376a9.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/process_keycode')
-rw-r--r-- | quantum/process_keycode/process_tap_dance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_tap_dance.c b/quantum/process_keycode/process_tap_dance.c index 225b36cd5..c707fdea3 100644 --- a/quantum/process_keycode/process_tap_dance.c +++ b/quantum/process_keycode/process_tap_dance.c | |||
@@ -20,7 +20,7 @@ uint8_t get_oneshot_mods(void); | |||
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | static uint16_t last_td; | 22 | static uint16_t last_td; |
23 | static int8_t highest_td = -1; | 23 | static int16_t highest_td = -1; |
24 | 24 | ||
25 | void qk_tap_dance_pair_on_each_tap(qk_tap_dance_state_t *state, void *user_data) { | 25 | void qk_tap_dance_pair_on_each_tap(qk_tap_dance_state_t *state, void *user_data) { |
26 | qk_tap_dance_pair_t *pair = (qk_tap_dance_pair_t *)user_data; | 26 | qk_tap_dance_pair_t *pair = (qk_tap_dance_pair_t *)user_data; |