aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_tap_dance.c
AgeCommit message (Expand)Author
2018-12-30Register the interrupting keycode in the tap dance state structGravatar Giuseppe Rota
2018-10-01Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)Gravatar Drashna Jaelre
2018-07-15Fix tapdance when one-shot is disabled.Gravatar Joe Wasson
2018-02-04Fixes to get tap dance to fire at proper places (#2272)Gravatar scauligi
2018-01-12added the possibility to hav shifted(modded) tap danceGravatar pmalecka
2017-09-10fix for toggle tap danceGravatar Ptomerty
2017-08-02tap-dance: key + layer helperGravatar Gergely Nagy
2017-05-29switched to uint8 and 16Gravatar Nick Choi
2017-05-25moved specific tap term to its own functionGravatar Nick Choi
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Gravatar Nick Choi
2017-03-30Worked around some new Makefile issues.Gravatar nielsenz
2017-03-28Clarify the quantum license (#1042)Gravatar skullydazed
2017-01-29race condition between oneshot_mods and tap_danceGravatar SjB
2016-09-21restore each_tap callbackGravatar Pavlos Vinieratos
2016-09-01tap-dance: Do not start a sequence on keyupGravatar Gergely Nagy
2016-08-18Add a register/unregister_code16 pair of functionsGravatar Gergely Nagy
2016-08-17tap-dance: Major rework, to make it more reliableGravatar Gergely Nagy
2016-08-17tap-dance: Include action_tapping.h for TAPPING_TERMGravatar Gergely Nagy
2016-07-27tap-dance: Add some debugging supportGravatar Gergely Nagy
2016-07-22tap-dance: Code cleanupGravatar Gergely Nagy
2016-07-22tap-dance: Support user_data for the callbacksGravatar Gergely Nagy
2016-07-22tap-dance: Support for holding keysGravatar Gergely Nagy
2016-07-19add a couple of commentsGravatar Pavlos Vinieratos
2016-07-19on_each_tap_fn is called on tap down and tap upGravatar Pavlos Vinieratos
2016-07-18in the default case, it should be called if there is actually a tapGravatar Pavlos Vinieratos
2016-07-17change naming, and remove extraneous definitionGravatar Pavlos Vinieratos
2016-07-16add an `anyway` and a `reset` callbackGravatar Pavlos Vinieratos
2016-07-16in case its NULLGravatar Pavlos Vinieratos
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Gravatar Jack Humbert