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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue