summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | Fix the template for the Makefile/rules.mk splitFred Sundvik2016-08-20
| | | | | |
| * | | | | Better format for non-silent outputFred Sundvik2016-08-20
| | | | | |
| * | | | | Continue on errorFred Sundvik2016-08-20
| | | | | |
| * | | | | Move bootloader_defs include to build_keyboardFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Also fix it for subprojects
| * | | | | Add output specific config fileFred Sundvik2016-08-20
| | | | | |
| * | | | | Output specific include pathsFred Sundvik2016-08-20
| | | | | |
| * | | | | More general system for generating several outputsFred Sundvik2016-08-20
| | | | | |
| * | | | | Pass the target to submakeFred Sundvik2016-08-20
| | | | | |
| * | | | | Fix variable name clash with builtinFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused the submake to be called several times, messing up the build.
| * | | | | Options for silent compilationFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A single keyboard is always by default compiled in verbose mode. While multiple keyboards are compiled in silent mode. This can be overriden by the silent variable from the command line
| * | | | | Don't run builtin rules for submakeFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | To speed up the compilation
| * | | | | Fix running make in parallelFred Sundvik2016-08-20
| | | | | |
| * | | | | Don't add VERSION as a defineFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | To avoid full recompilation when the git commit hash changes.
| * | | | | Move git submodule check and version generation to main MakefileFred Sundvik2016-08-20
| | | | | |
| * | | | | Remove unneded code from tmk_core/rules.mkFred Sundvik2016-08-20
| | | | | |
| * | | | | Actual compilationFred Sundvik2016-08-20
| | | | | |
| * | | | | Add color outputFred Sundvik2016-08-20
| | | | | |
| * | | | | Fix running make from various subfoldersFred Sundvik2016-08-20
| | | | | |
| * | | | | Fixed the shortcut targetsFred Sundvik2016-08-20
| | | | | |
| * | | | | Proper default goals when inside keyboard fodlersFred Sundvik2016-08-20
| | | | | |
| * | | | | Add backwards compability with makefile variablesFred Sundvik2016-08-20
| | | | | |
| * | | | | Proper handling for running make from a subproject or keymap dirFred Sundvik2016-08-20
| | | | | |
| * | | | | Split subproject make files into Makefile and rules.mkFred Sundvik2016-08-20
| | | | | |
| * | | | | Support for running from keyboard directoryFred Sundvik2016-08-20
| | | | | |
| * | | | | Print error when building non-existing keyboardFred Sundvik2016-08-20
| | | | | |
| * | | | | Print error message when trying to build non-existing keymapFred Sundvik2016-08-20
| | | | | |
| * | | | | Proper parsing of keymaps inside subprojectsFred Sundvik2016-08-20
| | | | | |
| * | | | | Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-20
| | | | | |
| * | | | | Add default subproject parsingFred Sundvik2016-08-20
| | | | | |
| * | | | | Slight rearrange of the Makefile for easier readabilityFred Sundvik2016-08-20
| | | | | |
| * | | | | Slight refactoring to remove some verbosityFred Sundvik2016-08-20
| | | | | |
| * | | | | Subproject parsingFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Does not handle keyboards without subprojects correctly yet.
| * | | | | Proper looping for allkb and allkmFred Sundvik2016-08-20
| | | | | |
| * | | | | Refactor common rule list parsing into own functionFred Sundvik2016-08-20
| | | | | |
| * | | | | Add keymap parsingFred Sundvik2016-08-20
| | | | | |
| * | | | | Rule parsing to match kebyoardsFred Sundvik2016-08-20
| | | | | |
| * | | | | First version of rule parsingFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Only handles allkb at the moment.
| * | | | | Parsing of makefile variables from starting dirFred Sundvik2016-08-20
| | | | | |
| | | | | * Normalize line endingsFred Sundvik2016-08-27
| | | | | |
| | | | | * Set eep files to binary modeFred Sundvik2016-08-27
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #664 from linsomniac/infinity_readmeErez Zukerman2016-08-26
|\ \ \ \ \ | | | | | | | | | | | | Adding nicer Infinity build instructions.
| * | | | | Making the existing firmware link betterSean Reifschneider2016-08-24
| | | | | |
| * | | | | Changes based on @fredizzimo review, flashing Infinity detailsSean Reifschneider2016-08-24
| | | | | |
| * | | | | Changes from review by @fredizzimo and @XyverzSean Reifschneider2016-08-22
| | | | | |
| * | | | | Tweaks after review.Sean Reifschneider2016-08-19
| | | | | |
| * | | | | Restructuring of the ergodox README.Sean Reifschneider2016-08-19
| | | | | |
| * | | | | Noting the change directory.Sean Reifschneider2016-08-19
| | | | | |
| * | | | | Adding submodule note.Sean Reifschneider2016-08-19
| | | | | |
| * | | | | Adding nicer Infinity build instructions.Sean Reifschneider2016-08-19
| | | | | |
* | | | | | Merge pull request #685 from fredizzimo/windows10_instructions_typoErez Zukerman2016-08-26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix minor typo in the readme