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.
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.
The project also includes community support for lots of other keyboards.
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.
qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.
my keymap for iris is in keyboards/keebio/iris/keympas/wise-east/
run qmk compile to compile the wise-east layout, the hex file will be saved into the qmk-firmware directory.
Upload into qmk-toolbox and flash keyboards
If using a json file downloaded from the qmk configurator, use qmk json2c <json_file> -o output_file and copy the content in the output file into the keymap.c file where my keymap is.