summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.c
AgeCommit message (Expand)Author
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