summaryrefslogtreecommitdiffstats
path: root/docs/getting_started_make_guide.md
AgeCommit message (Collapse)AuthorFilesLines
2017-12-09Trim trailing whitespacefauxpark1-6/+6
2017-12-09Convert all headings to Title Casefauxpark1-3/+3
2017-12-04Fix typo in make exampleDrashna Jaelre1-1/+1
It has `:all" when it clearly is referencing the command without `:all`.
2017-10-25Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed1-1/+1
* fix #1313 by documenting more config.h options * Clean up and organize documentation
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-14/+13
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-10-12Remove reference to Ergodox subprojects from docsJonathan Arnett1-1/+1
At one time, "ez" and "infinity" may have been subprojects of a unified "ergodox" project, but this is not currently the case. Running `make ergodox-ez-default-teensy` (or similar), as the documentation currently implies, does not work.
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-39/+9
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-16Doc updates from going through every fileskullY1-3/+3
2017-08-16Overhaul the Getting Started section and add a FAQ sectionskullY1-0/+171