aboutsummaryrefslogtreecommitdiffstats
path: root/docs/getting_started_make_guide.md
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespacefauxpark2017-12-091-6/+6
|
* Convert all headings to Title Casefauxpark2017-12-091-3/+3
|
* Fix typo in make exampleDrashna Jaelre2017-12-041-1/+1
| | | It has `:all" when it clearly is referencing the command without `:all`.
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-1/+1
| | | | | | * fix #1313 by documenting more config.h options * Clean up and organize documentation
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-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
* Remove reference to Ergodox subprojects from docsJonathan Arnett2017-10-121-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.
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-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
* Doc updates from going through every fileskullY2017-08-161-3/+3
|
* Overhaul the Getting Started section and add a FAQ sectionskullY2017-08-161-0/+171