Updates to Ergodox-FAQ.md

This commit is contained in:
Oleg Kostyuk 2015-01-03 14:39:23 +02:00
parent de5fe82386
commit 4478c7cb95

View file

@ -27,19 +27,31 @@
# Firmware
Q: Where to get binaries?
A:
#### Where to get binaries?
https://github.com/cub-uanic/tmk_keyboard/releases
Q: Where to get sources?
A:
#### Where to get sources?
https://github.com/cub-uanic/tmk_keyboard/tree/master
Q: How to compile?
A:
#### How to compile?
cd tmk_keyboard/keyboard/ergodox
# just to be safe
make -f Makefile.lufa clean
# use one of these
make -f Makefile.lufa
make -f Makefile.lufa dvorak
make -f Makefile.lufa colemak
make -f Makefile.lufa workman
make -f Makefile.lufa micro
make -f Makefile.lufa cub
# Layouts
description of layouts in base firmware binaries
TODO description of layouts in base firmware binaries
# Things TO-DO