summaryrefslogtreecommitdiff
path: root/quantum/send_string
AgeCommit message (Expand)AuthorFilesLines
2025-01-21Consolidate send_string implementations. (#24817)Nick Brassel2-49/+47
2024-05-18Insert delay between shifted chars in send_string_with_delay for AVR (#23673)Skyler Hawthorne1-10/+6
2024-02-17Insert delay between shifted chars in send_string_with_delay (#19280)Skyler Hawthorne2-13/+37
2023-03-22Update Doxygen comments for some headers (#20194)Ryan1-2/+4
2022-11-05Reduce includes for send_string header (#18952)Ryan1-3/+7
2022-11-05Initial DD keycode migration (#18643)Joel Challis1-42/+19
2022-10-17Remove legacy sendstring keycodes (#18749)Ryan1-275/+299
2022-10-09Fix mouse use within send_string (#18659)Joel Challis1-14/+22
2022-08-27Add missing SS_LOPT and SS_ROPT defines (#18175)Joel Challis1-0/+2
2022-07-02Feature-ify Send String (#17275)Ryan3-0/+910