Skip to content
/ qmk Public

fork of Josh's steno mods that works with Multisteno and Ecosteno.

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md
GPL-3.0
license_GPLv3.md
Notifications You must be signed in to change notification settings

aerickt/qmk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

1-up and chord repeat:

The Ecosteno's configuration can be found here:

#define STENO_REPEAT
//#define STENO_1UP

The Multisteno's configuration is here:

#define STENO_REPEAT
//#define STENO_1UP

By default double tap chord repeat is enabled, but 1-up is commented out; simply uncomment those lines to enable.

Note that the Ecosteno firmware has only been tested to work on the older version with blue switches. There is a slight change in firmware between the pink and the blue version. The configuration between the two is here:

/* Version 0.12 */
//#define MATRIX_COL_PINS { B15, B14, B13, B12, B11, B10, B9, B8, B7, B6, B5, B4 } // old 0.12
//#define MATRIX_ROW_PINS { A15, B3, B1, B0 } // old 0.12
/* This is for the blue switched versions, 1.0.1X */
#define MATRIX_COL_PINS { B15, B14, B13, B12, B1, B0, B9, B8, B7, B6, B5, B4 }
#define MATRIX_ROW_PINS { A15, B3, A7, A6 }
/* This is for the pink switched versions, 1.1.X */
// #define MATRIX_COL_PINS { B15, B14, B13, B12, B1, B0, B9, B6, B5, B4, B3, A15 }
// #define MATRIX_ROW_PINS { B8, B7, A7, A6 }

Although this firmware hasn't been tested on the Ecosteno with pink switches, it should, in theory, work.

Gemini PR by default

If you are just a hobbyist using Plover, you should not be using TX Bolt; Gemini PR is simply the better option if you had the choice.

TX Bolt is not supported due to limitations of this older QMK fork. If you need TX Bolt (e.g. for use with Case CATalyst) I'd suggest flashing the precompiled firmware provided by nolltronics (Ecosteno link and Multisteno link). These unfortunately do not support any of the firmware mods such as 1-up or chord repeat.

Quantum Mechanical Keyboard Firmware

Current Version Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by Docsify and hosted on GitHub. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request, or by clicking the "Edit this page" link at the bottom of any page.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.

About

fork of Josh's steno mods that works with Multisteno and Ecosteno.

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md
GPL-3.0
license_GPLv3.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published