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 # Firmware
Q: Where to get binaries? #### Where to get binaries?
A: https://github.com/cub-uanic/tmk_keyboard/releases
Q: Where to get sources? #### Where to get sources?
A: https://github.com/cub-uanic/tmk_keyboard/tree/master
Q: How to compile? #### How to compile?
A:
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 # Layouts
description of layouts in base firmware binaries TODO description of layouts in base firmware binaries
# Things TO-DO # Things TO-DO