summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/steno
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-8/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-0/+8
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-20Fix Planck Steno layout with new error message (remove MIDI).Joe Wasson1-0/+1
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson2-3/+6
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.
2017-07-27Add TX Bolt protocol support for StenographyJoe Wasson4-0/+308
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.