No description
Find a file
2022-08-11 20:55:01 -04:00
keyboards/noll Initial commit 2022-08-11 20:51:36 -04:00
.gitattributes Initial commit 2022-08-11 20:51:36 -04:00
LICENSE Initial commit 2022-08-11 20:51:36 -04:00
readme.md Moved readme to the top 2022-08-11 20:55:01 -04:00

Multisteno

Multisteno

Make example for this keyboard (after setting up your build environment):

make noll/multisteno:default

Flashing example for this keyboard:

dfu-util.exe -d 1eaf:0003 -a 2 -D "noll_multisteno_default.bin"

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Here's a quick video demonstrating how to flash firmware onto the ecosteno

The steno protocol currently included in this project is Gemini PR. I'm not entirely sure why getting Gemini PR to work isn't as simple as changing steno_set_mode(STENO_MODE_GEMINI) in keymap.c, but for now, if you want to compile ecosteno firmware that works with Gemini PR, you'll need to remove some references to TX Bolt by following ecosteno-geminipr.diff in EcoSteno-Firmware/keyboards/noll/ (thanks to dnaq in the Plover discord). If you want to compile this firmware for TX Bolt, you should only need to change steno_set_mode in keymap.c