]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add TX Bolt protocol support for Stenography
authorJoe Wasson <jwasson+github@gmail.com>
Wed, 26 Jul 2017 21:41:39 +0000 (14:41 -0700)
committerJack Humbert <jack.humb@gmail.com>
Thu, 27 Jul 2017 20:10:36 +0000 (16:10 -0400)
commit5987f67989c1b8f5fbd108d4dae21a227bc2f99c
tree32bee84bf7265d0fce7c924db38021b08ea5cbb2
parentcefc09ae7dd88cd6b92412881888404da1abdfcb
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.
14 files changed:
common_features.mk
keyboards/planck/keymaps/experimental/Makefile
keyboards/planck/keymaps/experimental/config.h
keyboards/planck/keymaps/experimental/keymap.c
keyboards/planck/keymaps/steno/Makefile [new file with mode: 0644]
keyboards/planck/keymaps/steno/config.h [new file with mode: 0644]
keyboards/planck/keymaps/steno/keymap.c [new file with mode: 0644]
keyboards/planck/keymaps/steno/readme.md [new file with mode: 0644]
quantum/keymap_extras/keymap_steno.h [new file with mode: 0644]
quantum/process_keycode/process_steno.c [new file with mode: 0644]
quantum/process_keycode/process_steno.h [new file with mode: 0644]
quantum/quantum.c
quantum/quantum.h
quantum/quantum_keycodes.h