- C 90.1%
- C++ 6.4%
- Python 1.8%
- Makefile 1.2%
- Linker Script 0.2%
- Other 0.2%
Re-port of the 2021 MirusTech/qmk_firmware (Shredder) Miryoku fork onto upstream QMK 0.33.8 as a clean overlay (no rebase of the old core patch). Layout is unchanged (all 8 layers, trained thumb arrangement); base layer switched Colemak-DH -> QWERTY (MIRYOKU_ALPHAS=COLEMAK restores Colemak). Hardware note: the Planck is a rev6 (STM32/ARM), not the AVR Planck Light originally assumed from the "Massdrop x OLKB / OLKB-48" marking. The shredder keymap lives in keyboards/planck/keymaps/shredder (shared across all Planck revs), so it builds unchanged for planck/rev6. Feature modernisation: - bilateral-combinations action.c patch -> CHORDAL_HOLD + per-board handedness map (thumbs exempt, so layer access is unaffected) - TAP_TERM_KEYS (unmerged PR #11036) -> mainline DT_UP/DT_DOWN/DT_PRNT - RESET -> QK_BOOT, KC_LEAD -> QK_LEAD, KC_ASxx -> AS_xx - IGNORE_MOD_TAP_INTERRUPT (removed; now default), TAPPING_FORCE_HOLD -> QUICK_TAP_TERM 0 - old LEADER_DICTIONARY macros -> modern leader_*() API - keycode renames: KC_SLCK->KC_SCRL, KC_MS_*->MS_*, RGB_*->UG_* - new: FLOW_TAP (suppresses stray home-row mods while typing fast) Builds clean: planck/rev6 27% (ARM, 256KB), keyboardio/atreus 98% (AVR, tight). Flashed and verified on the rev6 hardware. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| builddefs | ||
| data | ||
| docs | ||
| drivers | ||
| keyboards | ||
| layouts | ||
| lib | ||
| modules/qmk | ||
| platforms | ||
| quantum | ||
| tests | ||
| tmk_core | ||
| users | ||
| util | ||
| .clang-format | ||
| .clangd | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| Doxyfile | ||
| doxygen-todo | ||
| LICENSE | ||
| license_GPLv2.md | ||
| license_GPLv3.md | ||
| license_Modified_BSD.md | ||
| Makefile | ||
| nose2.cfg | ||
| paths.mk | ||
| readme.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| setup.cfg | ||
Quantum Mechanical Keyboard Firmware
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 VitePress. 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.
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.