This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Jack Humbert 15f6278aa6
Add support for Atmega32A to pin declarations and universal matrix (#4015)
* add computed pins from mcu type

* update for atmega32a

* doc typo

* add atmega16 chips, link to references

* remove avr include from config

* exclude assembler in config.h includes

* consolodate options, add 646

* fix typo in pindef
2018-11-02 12:31:40 -04:00
..
2017-09-06 14:49:19 -07:00
2018-10-26 14:24:13 -07:00
2018-10-26 14:24:13 -07:00
2018-05-07 22:46:26 -07:00
2018-10-05 11:03:30 -07:00
2018-05-21 16:29:37 -04:00
2018-10-06 20:43:37 -04:00
2017-12-09 10:46:11 -05:00
2018-09-25 13:28:36 -07:00
2018-05-07 22:46:26 -07:00
2018-10-27 00:18:22 -04:00
2018-10-26 14:24:13 -07:00
2018-09-17 14:38:06 -07:00
2018-03-01 07:45:47 -08:00
2018-08-11 14:29:53 -07:00
2018-10-01 12:42:05 -04:00
2018-10-15 16:58:03 -07:00
2017-12-09 10:46:11 -05:00
2017-12-09 10:46:11 -05:00
2018-05-14 08:56:41 -07:00
2017-12-09 10:46:11 -05:00
2018-05-07 22:46:26 -07:00
2017-12-09 10:46:11 -05:00
2017-12-09 10:46:11 -05:00
2018-05-14 08:56:41 -07:00
2018-05-07 22:46:26 -07:00
2017-12-09 10:46:11 -05:00

Quantum Mechanical Keyboard Firmware

Current Version Build Status Discord Docs Status GitHub contributors GitHub forks

What is QMK Firmware?

QMK (Quantum Mechanical Keyboard) is an open source community that maintains QMK Firmware, QMK Toolbox, qmk.fm, and these docs. QMK Firmware is a keyboard firmware based on the tmk_keyboard with some useful features for Atmel AVR controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line. It has also been ported to ARM chips using ChibiOS. You can use it to power your own hand-wired or custom keyboard PCB.

How to Get It

If you plan on contributing a keymap, keyboard, or features to QMK, the easiest thing to do is fork the repo through Github, and clone your repo locally to make your changes, push them, then open a Pull Request from your fork.

Otherwise, you can either download it directly (zip, tar), or clone it via git (git@github.com:qmk/qmk_firmware.git), or https (https://github.com/qmk/qmk_firmware.git).

How to Compile

Before you are able to compile, you'll need to install an environment for AVR or/and ARM development. Once that is complete, you'll use the make command to build a keyboard and keymap with the following notation:

make planck/rev4:default

This would build the rev4 revision of the planck with the default keymap. Not all keyboards have revisions (also called subprojects or folders), in which case, it can be omitted:

make preonic:default

How to Customize

QMK has lots of features to explore, and a good deal of reference documentation to dig through. Most features are taken advantage of by modifying your keymap, and changing the keycodes.