aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/tap_dance.md
Commit message (Collapse)AuthorAgeFilesLines
* Reduce tap dance memory usage, move state out of data (#25415)Stephen Ostermiller2025-11-231-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less tap dance memory. Use dynamically allocated sparse array for tap dance state, dynamically allocate tap dance state when needed and free it when the tap dance is done. * new approach * Use null, check for null * Reformat with docker * Use uint8 with idx rather than uint16 with keycode in state * fix accidental change * reformat * Add null check * add documentation tip suggested by tzarc * Only allow tap dance state allocation on key down, not on key up Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Only allow tap dance allocation on key down, not on key up Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * add user action required section --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* fix order of code in tapdance example3 (#25410)timovp2025-06-261-16/+19
|
* fixed spelling errors in example 4 (#24318)MrMustardTBC2024-08-261-3/+3
|
* [docs] Organize driver & feature docs into subfolders (#23848)Ryan2024-06-021-0/+567
Co-authored-by: Nick Brassel <nick@tzarc.org>