summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras/keymap_steno.h
Commit message (Collapse)AuthorAgeFilesLines
* Steno combinedkeys (#12538)freqmod2021-08-181-0/+18
| | | | | * Add support for steno keys that press adjacent keys simultaniously * Add some docs for steno combined keys
* Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-261-4/+2
|
* clang-format changesskullY2019-08-301-49/+49
|
* Add support for GeminiPR steno protocol.Joe Wasson2017-07-271-2/+7
| | | | This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories.
* Add TX Bolt protocol support for StenographyJoe Wasson2017-07-271-0/+71
Requires virtser; Allows QMK to speak the TX BOlt protocol used by stenography machines and software (such as Plover). The upside is that Plover can be configured to listen only to TX Bolt allow the keyboard to switch layers without need to enable/disable the Plover software, or to have a second non-Steno keyboard work concurrently.