Skip to content

Commit

Permalink
Updates to Ergodox-FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cub-uanic committed Jan 3, 2015
1 parent de5fe82 commit 4478c7c
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions keyboard/ergodox/Ergodox-FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4478c7c

Please sign in to comment.