Update command in ergodox FAQ.
The instructions in the ergodox FAQ use commands that no longer work. This updates the commands in case someone still wants tu use this firmware. Fix bug GH-45
This commit is contained in:
parent
994d664fd0
commit
0fbf77b546
1 changed files with 5 additions and 5 deletions
|
|
@ -42,11 +42,11 @@ https://github.com/cub-uanic/tmk_keyboard/tree/master
|
|||
|
||||
# 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
|
||||
make -f Makefile.lufa KEYMAP=dvorak
|
||||
make -f Makefile.lufa KEYMAP=colemak
|
||||
make -f Makefile.lufa KEYMAP=workman
|
||||
make -f Makefile.lufa KEYMAP=micro
|
||||
make -f Makefile.lufa KEYMAP=cub
|
||||
|
||||
|
||||
# Layouts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue