You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
precondition 7060cb7b26
Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)
* Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT]

* Update stenography documentation

* STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT

TXBOLT is a better name but BOLT is more consistent with the
pre-existing TX Bolt related constants, which all drop the "TX " prefix

* Comments

* STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all]

* Add note on lacking V-USB support

* Clear chord at the end of the switch(mode){send_steno_chord} block

* Return true if NOEVENT

* update_chord_xxx → add_xxx_key_to_chord

* Enable the defines for all the protocols if STENO_PROTOCOL = all

* Mention how to use `steno_set_mode`

* Set the default steno protocol to "all"

This is done so that existing keymaps invoking `steno_set_mode` don't
all suddenly break

* Add data driver equivalents for stenography feature

* Document format of serial steno packets

(Thanks dnaq)

* Add missing comma
4 years ago
.github Fixup stale labels lists. (#17415) 4 years ago
.vscode
builddefs Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) 4 years ago
data Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) 4 years ago
docs Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) 4 years ago
drivers Added global current to all other issi drivers who don't have it (#17448) 4 years ago
keyboards Merge remote-tracking branch 'origin/master' into develop 4 years ago
layouts Make default layer size 16-bit (#15286) 4 years ago
lib Allow encoder config from info.json (#17295) 4 years ago
platforms [Core] Mark GD32VF103 as ChibiOS-Contrib (#17444) 4 years ago
quantum Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) 4 years ago
tests tap-dance: Rename tests so that tap_dance is used consistently (#17396) 4 years ago
tmk_core Make default layer size 16-bit (#15286) 4 years ago
users Make default layer size 16-bit (#15286) 4 years ago
util Merge remote-tracking branch 'origin/master' into develop 4 years ago
.clang-format Clang-format tweaks (#15906) 4 years ago
.editorconfig
.gitattributes
.gitignore Add Djinn. (#17382) 4 years ago
.gitmodules
Dockerfile
Doxyfile Internal docs generation updates (#16411) 4 years ago
LICENSE
Makefile
Vagrantfile
doxygen-todo
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
nose2.cfg
paths.mk
readme.md Branch point after 2022-05-28 Breaking Change. 4 years ago
requirements-dev.txt
requirements.txt Quantum Painter (#10174) 4 years ago
setup.cfg Quantum Painter (#10174) 4 years ago
shell.nix Nix shell updates (#17243) 4 years ago

readme.md

This is the develop branch!

See the Breaking Changes document for more information.

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.