summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25828)QMK Bot1-3/+3
2025-11-23Reduce tap dance memory usage, move state out of data (#25415)Stephen Ostermiller1-36/+86
2024-07-06Tap dance introspection (#24049)Nick Brassel1-3/+9
2023-12-24Align location of tap dance keycode (#22742)Joel Challis1-3/+3
2023-07-26On-each-release tap dance function (#20255)leep-frog1-0/+8
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-0/+7
2023-01-20Fix functions with empty params (#19647)Ryan1-1/+1
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan1-22/+22
2022-10-03Fix layer switching from tap dances by redoing the keymap lookup (#17935)Sergey Vlasov1-3/+9
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen1-82/+55
2022-04-16Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen1-5/+1
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+3
2022-02-11Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap...precondition1-1/+1
2021-10-19Fix type of Tap Dance max index variable (#14887)Drashna Jaelre1-1/+1
2021-09-13Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)Drashna Jaelre1-0/+2
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis1-1/+1
2021-04-25Do not leak weak mods from tap dance to the interrupting keypress (#12471)Sergey Vlasov1-0/+4
2021-01-04Fix Tap-Hold Configs (#11127)Drashna Jaelre1-1/+4
2020-08-29Update features to use Custom Tapping Term when appropriate (#6259)Drashna Jaelre1-5/+1
2019-09-21Generalize Tap Dance Layer functions (#6629)Drashna Jaelre1-1/+1
2019-08-30clang-format changesskullY1-143/+125
2018-12-30Register the interrupting keycode in the tap dance state structGiuseppe Rota1-0/+2
2018-10-01Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)Drashna Jaelre1-0/+4
2018-07-15Fix tapdance when one-shot is disabled.Joe Wasson1-0/+6
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi1-29/+44
2018-01-12added the possibility to hav shifted(modded) tap dancepmalecka1-0/+4
2017-09-10fix for toggle tap dancePtomerty1-1/+1
2017-08-02tap-dance: key + layer helperGergely Nagy1-0/+18
2017-05-29switched to uint8 and 16Nick Choi1-2/+2
2017-05-25moved specific tap term to its own functionNick Choi1-2/+4
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Nick Choi1-2/+8
2017-03-30Worked around some new Makefile issues.nielsenz1-0/+2
2017-03-28Clarify the quantum license (#1042)skullydazed1-0/+15
2017-01-29race condition between oneshot_mods and tap_danceSjB1-1/+6
2016-09-21restore each_tap callbackPavlos Vinieratos1-0/+1
2016-09-01tap-dance: Do not start a sequence on keyupGergely Nagy1-2/+3
2016-08-18Add a register/unregister_code16 pair of functionsGergely Nagy1-4/+4
2016-08-17tap-dance: Major rework, to make it more reliableGergely Nagy1-60/+61
2016-08-17tap-dance: Include action_tapping.h for TAPPING_TERMGergely Nagy1-0/+1
2016-07-27tap-dance: Add some debugging supportGergely Nagy1-0/+15
2016-07-22tap-dance: Code cleanupGergely Nagy1-21/+24
2016-07-22tap-dance: Support user_data for the callbacksGergely Nagy1-41/+20
2016-07-22tap-dance: Support for holding keysGergely Nagy1-1/+10
2016-07-19add a couple of commentsPavlos Vinieratos1-0/+2
2016-07-19on_each_tap_fn is called on tap down and tap upPavlos Vinieratos1-1/+1
2016-07-18in the default case, it should be called if there is actually a tapPavlos Vinieratos1-2/+2
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos1-17/+15
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos1-1/+35
2016-07-16in case its NULLPavlos Vinieratos1-1/+3
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+90