keyboard controller firmware for Atmel AVR and ARM USB families
C C++ Makefile Objective-C Assembly Python Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.vscode Add EditorConfig file (#1930) Oct 31, 2017
docs Fix custom functions documation for layer_state_set* Mar 24, 2018
drivers update to driver separation Sep 16, 2017
keyboards Added basic support for JJ50 (preonic-like based on atmega32A) (#2546) Mar 24, 2018
layouts Just personal layout tweaks :) (#2557) Mar 23, 2018
lib Merge ChibiOS and LUFA descriptor support (#2362) Feb 8, 2018
quantum Add macro for momentarily switching to a layer while some mods are ac… Mar 21, 2018
tests add tests for action_layer.c and reset layer state after tests Dec 15, 2017
tmk_core Generate API docs from source code comments (#2491) Mar 22, 2018
users Add Pretty Keymaps to Ergodox EZ Mar 21, 2018
util fix the moxygen invocation Mar 24, 2018
.clang_complete Vim Layout for Ergodox-EZ (mac only) (#2112) Dec 12, 2017
.editorconfig Fix .editorconfig to not mess with line endings Feb 3, 2018
.gitattributes Squashed 'lib/lufa/' changes from 385d403..a44056fb9 Jul 7, 2017
.gitignore Generate API docs from source code comments (#2491) Mar 22, 2018
.gitmodules Update .gitmodules Nov 16, 2017
.travis.yml Generate API docs from source code comments (#2491) Mar 22, 2018
CODE_OF_CONDUCT.md create initial code of conduct Jun 28, 2017
Dockerfile Reverting CMD Changes Aug 19, 2017
Doxyfile Generate API docs from source code comments (#2491) Mar 22, 2018
LICENSE add an explicit lisence file for github to pickup Nov 14, 2017
Makefile Added a clean target to remove build artifacts Mar 16, 2018
Vagrantfile Update some obsolete references Jul 30, 2016
autocomplete.sh Make arguments redo, subproject elimination (#1784) Oct 14, 2017
book.json adds redirects for docs Aug 19, 2017
bootloader.mk Updates bootloader settings, adds file size check (#2029) Nov 28, 2017
build_full_test.mk Add SRC and OPT_DEFS when building tests Jul 20, 2017
build_keyboard.mk Merge ChibiOS and LUFA descriptor support (#2362) Feb 8, 2018
build_layout.mk Creates a layouts/ folder for keymaps shared between keyboards (#1609) Aug 24, 2017
build_test.mk Split common.mk into common.mk and common_features.mk Jun 18, 2017
common.mk Start mvoing hardware drivers to /drivers/ (#1433) Jul 10, 2017
common_features.mk Rule to enable Modifiers with Auto-Shift (#2542) Mar 16, 2018
doxygen-todo Generate API docs from source code comments (#2491) Mar 22, 2018
license_GPLv2.md Clarify the quantum license (#1042) Mar 28, 2017
license_GPLv3.md Clarify the quantum license (#1042) Mar 28, 2017
license_Modified_BSD.md Clarify the quantum license (#1042) Mar 28, 2017
message.mk Reset color after submodule warning message Jan 12, 2018
readme.md Found some broken links while looking up ARM keyboard support Dec 15, 2017
secrets.tar.enc update building for .hex, secrets moving Aug 22, 2017
shell.nix shell.nix: add teensy loader Nov 26, 2017
testlist.mk Add basic infrastrucure for building full tests Jun 18, 2017

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status Gitter 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.

Official website

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

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 Erez Zukerman, and the Clueboard by Zach White.

Documentation

https://docs.qmk.fm is hosted on Gitbook and GitHub (they are synced). You can request changes by making a fork and pull request, or by clicking the "suggest an edit" link on any page of the Docs.