From 4478c7cb95e6f2ae69d9f835dc4e82662a390c88 Mon Sep 17 00:00:00 2001 From: Oleg Kostyuk Date: Sat, 3 Jan 2015 14:39:23 +0200 Subject: [PATCH 1/1] Updates to Ergodox-FAQ.md --- keyboard/ergodox/Ergodox-FAQ.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) 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 -- 2.39.2