mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-08 12:59:41 +00:00
updates README, fixes typo in new_project.sh
This commit is contained in:
parent
21d4cafb8c
commit
27e3294909
2 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Quantum MK Firmware
|
# Quantum Mechanical Keyboard Firmware
|
||||||
|
|
||||||
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.
|
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/).
|
||||||
|
|
||||||
QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, TMK.
|
QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, TMK.
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
|
The OLKB product firmwares are maintained by Jack, the Ergodox EZ by Erez, and the Clueboard by [skullydazed](/skullydazed).
|
||||||
|
|
||||||
## Important background info: TMK documentation
|
## Important background info: TMK documentation
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Jack Humbert 2015
|
# Jack Humbert 2015
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "Usege: $0 <keyboard_name>"
|
echo "Usage: $0 <keyboard_name>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue