diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-04-26 13:48:36 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-26 13:48:36 -0400 |
| commit | c37d52d2137acf5739c481cc0c8917ad6fd77161 (patch) | |
| tree | 2fdaf2f195094efbd9fe0680579cf85602e5584c /README.md | |
| parent | 0edc7a9d87ecbbce580cbbd0b0fffaad24f37f83 (diff) | |
| parent | 27e3294909175dea1ae8618cace8f50d33e1dc98 (diff) | |
| download | qmk_firmware-c37d52d2137acf5739c481cc0c8917ad6fd77161.tar.gz qmk_firmware-c37d52d2137acf5739c481cc0c8917ad6fd77161.zip | |
resolves conflicts in rgblight.c
# Conflicts:
# quantum/rgblight.c
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -1,11 +1,13 @@ | |||
| 1 | # Quantum MK Firmware | 1 | # Quantum Mechanical Keyboard Firmware |
| 2 | 2 | ||
| 3 | This is a keyboard firmware based on the [tmk_keyboard firmware](http://github.com/tmk/tmk_keyboard) with some useful features for Atmel AVR controllers, and more specifically, the [OLKB product line](http://olkb.co) and the [ErgoDox EZ](http://www.ergodox-ez.com) keyboard. | 3 | This is a keyboard firmware based on the [tmk_keyboard firmware](http://github.com/tmk/tmk_keyboard) with some useful features for Atmel AVR controllers, and more specifically, the [OLKB product line](http://olkb.co), the [ErgoDox EZ](http://www.ergodox-ez.com) keyboard, and the [Clueboard product line](http://clueboard.co/). |
| 4 | 4 | ||
| 5 | QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, TMK. | 5 | QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, TMK. |
| 6 | 6 | ||
| 7 | This documentation is edited and maintained by Erez Zukerman of ErgoDox EZ. If you spot any typos or inaccuracies, please [open an issue](https://github.com/jackhumbert/qmk_firmware/issues/new). | 7 | This documentation is edited and maintained by Erez Zukerman of ErgoDox EZ. If you spot any typos or inaccuracies, please [open an issue](https://github.com/jackhumbert/qmk_firmware/issues/new). |
| 8 | 8 | ||
| 9 | The OLKB product firmwares are maintained by Jack, the Ergodox EZ by Erez, and the Clueboard by [skullydazed](/skullydazed). | ||
| 10 | |||
| 9 | ## Important background info: TMK documentation | 11 | ## Important background info: TMK documentation |
| 10 | 12 | ||
| 11 | The documentation below explains QMK customizations and elaborates on some of the more useful features of TMK. To understand the base firmware, and especially what *layers* are and how they work, please see [TMK_README.md](/TMK_README.md). | 13 | The documentation below explains QMK customizations and elaborates on some of the more useful features of TMK. To understand the base firmware, and especially what *layers* are and how they work, please see [TMK_README.md](/TMK_README.md). |
