]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Updates to Ergodox-FAQ.md cub_layout
authorOleg Kostyuk <cub.uanic@gmail.com>
Sat, 3 Jan 2015 12:39:23 +0000 (14:39 +0200)
committerOleg Kostyuk <cub.uanic@gmail.com>
Sat, 3 Jan 2015 13:13:31 +0000 (15:13 +0200)
keyboard/ergodox/Ergodox-FAQ.md

index bbbc73515b3875179bebd35c4b25cb194c0083ee..d70aac7451a196889fdd2f1bd723288354b41125 100644 (file)
 
 # 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