summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_steno.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-5/+2
2024-02-01Remove redundant steno eeconfig init (#22680)Joel Challis1-3/+0
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan1-1/+0
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-0/+1
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann1-3/+3
2023-01-20Fix functions with empty params (#19647)Ryan1-1/+1
2022-07-28Rename postprocess_steno_user → post_process_steno_user (#17823)precondition1-3/+3
2022-06-23Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition1-142/+170
2022-02-12Format code according to conventions (#16322)QMK Bot1-7/+17
2021-11-01Manually format develop (#15003)Joel Challis1-5/+4
2021-08-18Steno combinedkeys (#12538)freqmod1-0/+15
2020-01-17switching to you know whats up mode (#7921)Jeremy Bernhardt1-0/+4
2019-08-30clang-format changesskullY1-111/+97
2019-02-23Fix Tx Bolt ghosting second character on key press (#5229)Tobias Schulte1-22/+24
2018-04-07Improve state/chord handling and clean up namespaceSeebs1-48/+88
2017-08-20Allow steno to build when NKRO is not defined.Joe Wasson1-5/+4
2017-07-27Add copyright to steno files.Joe Wasson1-1/+16
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson1-23/+92
2017-07-27Add TX Bolt protocol support for StenographyJoe Wasson1-0/+82