No description
Find a file
Daniel Kao 608404f874
Fix AVR I2C master 1ms timeout (#17174)
* avr i2c_master: Fix 1ms timeout

i2c_start() produces a minimum time_slice of 1ms for use as timeout
value.
The timer granularity is 1ms, it is entirely possible for timer_count
to tick up immediately after the last timer read and falsely trigger
timeout with a '>= 1' comparison.

* avr/drivers/i2c_master: Use timer_elapsed()
2022-06-22 00:00:04 +02:00
.github
.vscode
builddefs
data Allow encoder config from info.json (#17295) 2022-06-20 20:15:06 -07:00
docs Fix RGB heatmap to use XY positions and use correct led limits (#17184) 2022-06-21 10:53:34 -07:00
drivers IS31FL3737 Global Current Setting (#17420) 2022-06-19 14:32:37 -07:00
keyboards Merge remote-tracking branch 'origin/master' into develop 2022-06-21 15:50:58 +00:00
layouts
lib Allow encoder config from info.json (#17295) 2022-06-20 20:15:06 -07:00
platforms Fix AVR I2C master 1ms timeout (#17174) 2022-06-22 00:00:04 +02:00
quantum Fix RGB heatmap to use XY positions and use correct led limits (#17184) 2022-06-21 10:53:34 -07:00
tests
tmk_core
users
util
.clang-format
.editorconfig
.gitattributes
.gitignore Add Djinn. (#17382) 2022-06-20 14:20:56 +10:00
.gitmodules
Dockerfile
Doxyfile
doxygen-todo
LICENSE
license_GPLv2.md
license_GPLv3.md Clarify the quantum license (#1042) 2017-03-28 15:20:36 -07:00
license_Modified_BSD.md
Makefile
nose2.cfg
paths.mk
readme.md
requirements-dev.txt
requirements.txt
setup.cfg
shell.nix
Vagrantfile

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.