aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_tap_dance.h
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format manually to fix recently changed fileszvecr2019-11-171-4/+2
* Fix Tap Dance name for consistency and to match docs (#7136)Drashna Jaelre2019-10-241-1/+1
* Generalize Tap Dance Layer functions (#6629)Drashna Jaelre2019-09-211-1/+9
* clang-format changesskullY2019-08-301-64/+49
* Mask off TD() parameter properly (#6143)fauxpark2019-08-081-1/+1
* Register the interrupting keycode in the tap dance state structGiuseppe Rota2018-12-301-0/+1
* Fixes to get tap dance to fire at proper places (#2272)scauligi2018-02-041-2/+5
* added the possibility to hav shifted(modded) tap dancepmalecka2018-01-121-0/+1
* tap-dance: key + layer helperGergely Nagy2017-08-021-0/+14
* removed need to set customtapping term 0. defaults to 0 alreadyNick Choi2017-05-251-1/+0
* changed -1 to 0 can't have negative unsigned ints 🤔Nick Choi2017-05-251-1/+1
* moved specific tap term to its own functionNick Choi2017-05-251-2/+10
* Added per case tapping term, updated FF-nikchi keymap.Nick Choi2017-05-251-2/+2
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15
* race condition between oneshot_mods and tap_danceSjB2017-01-291-0/+1
* add user_data fieldPavlos Vinieratos2016-09-211-0/+2
* formattingPavlos Vinieratos2016-09-211-4/+4
* tap-dance: Major rework, to make it more reliableGergely Nagy2016-08-171-4/+5
* tap-dance: Add some debugging supportGergely Nagy2016-07-271-0/+1
* tap-dance: Support user_data for the callbacksGergely Nagy2016-07-221-23/+18
* tap-dance: Support for holding keysGergely Nagy2016-07-221-0/+2
* change naming, and remove extraneous definitionPavlos Vinieratos2016-07-171-19/+8
* add an `anyway` and a `reset` callbackPavlos Vinieratos2016-07-161-4/+24
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-0/+62