summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.h
AgeCommit message (Expand)Author
2023-12-24Align location of tap dance keycode (#22742)Joel Challis
2023-07-26On-each-release tap dance function (#20255)leep-frog
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-10-03Fix layer switching from tap dances by redoing the keymap lookup (#17935)Sergey Vlasov
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan
2019-11-17Run clang-format manually to fix recently changed fileszvecr
2019-10-24Fix Tap Dance name for consistency and to match docs (#7136)Drashna Jaelre
2019-09-21Generalize Tap Dance Layer functions (#6629)Drashna Jaelre
2019-08-30clang-format changesskullY
2019-08-08Mask off TD() parameter properly (#6143)fauxpark
2018-12-30Register the interrupting keycode in the tap dance state structGiuseppe Rota
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi
2018-01-12added the possibility to hav shifted(modded) tap dancepmalecka
2017-08-02tap-dance: key + layer helperGergely Nagy
2017-05-25removed need to set customtapping term 0. defaults to 0 alreadyNick Choi
2017-05-25changed -1 to 0 can't have negative unsigned ints 🤔Nick Choi
2017-05-25moved specific tap term to its own functionNick Choi
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Nick Choi
2017-03-28Clarify the quantum license (#1042)skullydazed
2017-01-29race condition between oneshot_mods and tap_danceSjB
2016-09-21add user_data fieldPavlos Vinieratos
2016-09-21formattingPavlos Vinieratos
2016-08-17tap-dance: Major rework, to make it more reliableGergely Nagy
2016-07-27tap-dance: Add some debugging supportGergely Nagy
2016-07-22tap-dance: Support user_data for the callbacksGergely Nagy
2016-07-22tap-dance: Support for holding keysGergely Nagy
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert