Updates to Ergodox-FAQ.md
This commit is contained in:
parent
de5fe82386
commit
4478c7cb95
1 changed files with 19 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue