summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.c
Commit message (Expand)AuthorAge
* Generalize Tap Dance Layer functions (#6629)Drashna Jaelre2019-09-21
* clang-format changesskullY2019-08-30
* Register the interrupting keycode in the tap dance state structGiuseppe Rota2018-12-30
* Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)Drashna Jaelre2018-10-01
* Fix tapdance when one-shot is disabled.Joe Wasson2018-07-15
* Fixes to get tap dance to fire at proper places (#2272)scauligi2018-02-04
* added the possibility to hav shifted(modded) tap dancepmalecka2018-01-12
* fix for toggle tap dancePtomerty2017-09-10
* tap-dance: key + layer helperGergely Nagy2017-08-02
* switched to uint8 and 16Nick Choi2017-05-29
* moved specific tap term to its own functionNick Choi2017-05-25
* Added per case tapping term, updated FF-nikchi keymap.Nick Choi2017-05-25
* Worked around some new Makefile issues.nielsenz2017-03-30
* Clarify the quantum license (#1042)skullydazed2017-03-28
* race condition between oneshot_mods and tap_danceSjB2017-01-29
* restore each_tap callbackPavlos Vinieratos2016-09-21
* tap-dance: Do not start a sequence on keyupGergely Nagy2016-09-01
* Add a register/unregister_code16 pair of functionsGergely Nagy2016-08-18
* tap-dance: Major rework, to make it more reliableGergely Nagy2016-08-17
* tap-dance: Include action_tapping.h for TAPPING_TERMGergely Nagy2016-08-17
* tap-dance: Add some debugging supportGergely Nagy2016-07-27
* tap-dance: Code cleanupGergely Nagy2016-07-22
* tap-dance: Support user_data for the callbacksGergely Nagy2016-07-22
* tap-dance: Support for holding keysGergely Nagy2016-07-22
* add a couple of commentsPavlos Vinieratos2016-07-19
* on_each_tap_fn is called on tap down and tap upPavlos Vinieratos2016-07-19
* in the default case, it should be called if there is actually a tapPavlos Vinieratos2016-07-18
* change naming, and remove extraneous definitionPavlos Vinieratos2016-07-17
* add an `anyway` and a `reset` callbackPavlos Vinieratos2016-07-16
* in case its NULLPavlos Vinieratos2016-07-16
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-29