summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.c
AgeCommit message (Expand)Author
2023-12-24Align location of tap dance keycode (#22742)Joel Challis
2023-07-26On-each-release tap dance function (#20255)leep-frog
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan
2023-01-20Fix functions with empty params (#19647)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-10-03Fix layer switching from tap dances by redoing the keymap lookup (#17935)Sergey Vlasov
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-04-16Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-02-11Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap...precondition
2021-10-19Fix type of Tap Dance max index variable (#14887)Drashna Jaelre
2021-09-13Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)Drashna Jaelre
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis
2021-04-25Do not leak weak mods from tap dance to the interrupting keypress (#12471)Sergey Vlasov
2021-01-04Fix Tap-Hold Configs (#11127)Drashna Jaelre
2020-08-29Update features to use Custom Tapping Term when appropriate (#6259)Drashna Jaelre
2019-09-21Generalize Tap Dance Layer functions (#6629)Drashna Jaelre
2019-08-30clang-format changesskullY
2018-12-30Register the interrupting keycode in the tap dance state structGiuseppe Rota
2018-10-01Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)Drashna Jaelre
2018-07-15Fix tapdance when one-shot is disabled.Joe Wasson
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi
2018-01-12added the possibility to hav shifted(modded) tap dancepmalecka
2017-09-10fix for toggle tap dancePtomerty
2017-08-02tap-dance: key + layer helperGergely Nagy
2017-05-29switched to uint8 and 16Nick Choi
2017-05-25moved specific tap term to its own functionNick Choi
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Nick Choi
2017-03-30Worked around some new Makefile issues.nielsenz
2017-03-28Clarify the quantum license (#1042)skullydazed
2017-01-29race condition between oneshot_mods and tap_danceSjB
2016-09-21restore each_tap callbackPavlos Vinieratos
2016-09-01tap-dance: Do not start a sequence on keyupGergely Nagy
2016-08-18Add a register/unregister_code16 pair of functionsGergely Nagy
2016-08-17tap-dance: Major rework, to make it more reliableGergely Nagy
2016-08-17tap-dance: Include action_tapping.h for TAPPING_TERMGergely Nagy
2016-07-27tap-dance: Add some debugging supportGergely Nagy
2016-07-22tap-dance: Code cleanupGergely Nagy
2016-07-22tap-dance: Support user_data for the callbacksGergely Nagy
2016-07-22tap-dance: Support for holding keysGergely Nagy
2016-07-19add a couple of commentsPavlos Vinieratos
2016-07-19on_each_tap_fn is called on tap down and tap upPavlos Vinieratos
2016-07-18in the default case, it should be called if there is actually a tapPavlos Vinieratos
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos
2016-07-16in case its NULLPavlos Vinieratos
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert