summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.h
Commit message (Expand)AuthorAge
* Fix Tap Dance name for consistency and to match docs (#7136)Drashna Jaelre2019-10-24
* Generalize Tap Dance Layer functions (#6629)Drashna Jaelre2019-09-21
* clang-format changesskullY2019-08-30
* Mask off TD() parameter properly (#6143)fauxpark2019-08-08
* Register the interrupting keycode in the tap dance state structGiuseppe Rota2018-12-30
* 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
* tap-dance: key + layer helperGergely Nagy2017-08-02
* removed need to set customtapping term 0. defaults to 0 alreadyNick Choi2017-05-25
* changed -1 to 0 can't have negative unsigned ints 🤔Nick Choi2017-05-25
* moved specific tap term to its own functionNick Choi2017-05-25
* Added per case tapping term, updated FF-nikchi keymap.Nick Choi2017-05-25
* Clarify the quantum license (#1042)skullydazed2017-03-28
* race condition between oneshot_mods and tap_danceSjB2017-01-29
* add user_data fieldPavlos Vinieratos2016-09-21
* formattingPavlos Vinieratos2016-09-21
* tap-dance: Major rework, to make it more reliableGergely Nagy2016-08-17
* tap-dance: Add some debugging supportGergely Nagy2016-07-27
* tap-dance: Support user_data for the callbacksGergely Nagy2016-07-22
* tap-dance: Support for holding keysGergely Nagy2016-07-22
* change naming, and remove extraneous definitionPavlos Vinieratos2016-07-17
* add an `anyway` and a `reset` callbackPavlos Vinieratos2016-07-16
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-29