summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_tap_dance.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-30Register the interrupting keycode in the tap dance state structGiuseppe Rota1-0/+1
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi1-2/+5
2018-01-12added the possibility to hav shifted(modded) tap dancepmalecka1-0/+1
2017-08-02tap-dance: key + layer helperGergely Nagy1-0/+14
2017-05-25removed need to set customtapping term 0. defaults to 0 alreadyNick Choi1-1/+0
2017-05-25changed -1 to 0 can't have negative unsigned ints 🤔Nick Choi1-1/+1
2017-05-25moved specific tap term to its own functionNick Choi1-2/+10
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Nick Choi1-2/+2
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+15
2017-01-29race condition between oneshot_mods and tap_danceSjB1-0/+1
2016-09-21add user_data fieldPavlos Vinieratos1-0/+2
2016-09-21formattingPavlos Vinieratos1-4/+4
2016-08-17tap-dance: Major rework, to make it more reliableGergely Nagy1-4/+5
2016-07-27tap-dance: Add some debugging supportGergely Nagy1-0/+1
2016-07-22tap-dance: Support user_data for the callbacksGergely Nagy1-23/+18
2016-07-22tap-dance: Support for holding keysGergely Nagy1-0/+2
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos1-19/+8
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos1-4/+24
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+62