diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2017-07-26 14:41:39 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-27 16:10:36 -0400 |
commit | 5987f67989c1b8f5fbd108d4dae21a227bc2f99c (patch) | |
tree | 32bee84bf7265d0fce7c924db38021b08ea5cbb2 /keyboards/planck/keymaps/steno/Makefile | |
parent | cefc09ae7dd88cd6b92412881888404da1abdfcb (diff) |
Add TX Bolt protocol support for Stenography
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.
Diffstat (limited to 'keyboards/planck/keymaps/steno/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/steno/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/steno/Makefile b/keyboards/planck/keymaps/steno/Makefile new file mode 100644 index 0000000000..3ed9d2db45 --- /dev/null +++ b/keyboards/planck/keymaps/steno/Makefile @@ -0,0 +1,7 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif + +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +STENO_ENABLE = yes # Enable TX Bolt protocol for Stenography, requires VIRTSER and may not work with mouse keys + |