summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_tap_dance.c
AgeCommit message (Expand)AuthorFilesLines
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-11fix for toggle tap dancePtomerty1-1/+1
2017-08-02tap-dance: key + layer helperGergely Nagy1-0/+18
2017-05-30switched 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-31Worked around some new Makefile issues.nielsenz1-0/+2
2017-03-29Clarify 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