Go to file
Liyang HU c4bd6af837
tmk_core/common/action.c: refactor for code size; merge multiple `case`s into one (#11943)
* tmk_core/common/report.h: define `enum mouse_buttons` in terms of `#define MOUSE_BTN_MASK()`

* tmk_core/common/action.c: collapse multiple `case KC_MS_BTN[1-8]:` into single `MOUSE_BTN_MASK(action.key.code - KC_MS_BTN1)`

We all love tapping on our keyboards but this is taking the piss.

This saves ~134 bytes on my ATmega32.
2021-02-20 14:53:53 -05:00
.github [CI] Format develop (#11893) 2021-02-15 06:51:07 +11:00
.vscode
api_data
bin
data
docs Add `tap_code_delay(code, delay)` (#11913) 2021-02-17 07:26:52 +11:00
drivers Merge branch 'master' into develop 2021-02-14 20:26:22 -05:00
keyboards Merge remote-tracking branch 'origin/master' into develop 2021-02-20 19:47:34 +00:00
layouts Audio system overhaul (#11820) 2021-02-15 09:40:38 +11:00
lib Fix submodule check for qmk setup (#11379) 2021-02-16 09:45:05 -08:00
platforms/chibios
quantum RGBLight: Allow configurable default settings (#11912) 2021-02-16 10:51:28 -05:00
tests
tmk_core tmk_core/common/action.c: refactor for code size; merge multiple `case`s into one (#11943) 2021-02-20 14:53:53 -05:00
users Merge branch 'master' into develop 2021-02-14 19:59:26 -05:00
util Audio system overhaul (#11820) 2021-02-15 09:40:38 +11:00
.clang-format
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
CODE_OF_CONDUCT.md
Dockerfile
Doxyfile
LICENSE
Makefile
Vagrantfile
book.json
bootloader.mk
build_full_test.mk
build_json.mk
build_keyboard.mk
build_layout.mk
build_test.mk
common.mk
common_features.mk Merge branch 'master' into develop 2021-02-14 20:26:22 -05:00
disable_features.mk
doxygen-todo
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk
nose2.cfg
readme.md
requirements-dev.txt Audio system overhaul (#11820) 2021-02-15 09:40:38 +11:00
requirements.txt
secrets.tar.enc
setup.cfg
shell.nix
show_options.mk
testlist.mk

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status Discord Docs Status GitHub contributors GitHub forks

THIS IS THE DEVELOP BRANCH

Warning- This is the develop branch of QMK Firmware. You may encounter broken code here. Please see Breaking Changes for more information.

Original readme continues

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.