From: Oleg Kostyuk Date: Sat, 3 Jan 2015 12:39:23 +0000 (+0200) Subject: Updates to Ergodox-FAQ.md X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=commitdiff_plain;h=4478c7cb95e6f2ae69d9f835dc4e82662a390c88;hp=de5fe8238685a416b49a402dbee4a781d734020f Updates to Ergodox-FAQ.md --- diff --git a/keyboard/ergodox/Ergodox-FAQ.md b/keyboard/ergodox/Ergodox-FAQ.md index bbbc735..d70aac7 100644 --- a/keyboard/ergodox/Ergodox-FAQ.md +++ b/keyboard/ergodox/Ergodox-FAQ.md @@ -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