summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix the template for the Makefile/rules.mk splitFred Sundvik2016-08-202-74/+69
| | | | | |
| * | | | | Better format for non-silent outputFred Sundvik2016-08-201-2/+1
| | | | | |
| * | | | | Continue on errorFred Sundvik2016-08-202-3/+10
| | | | | |
| * | | | | Move bootloader_defs include to build_keyboardFred Sundvik2016-08-202-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | Also fix it for subprojects
| * | | | | Add output specific config fileFred Sundvik2016-08-202-21/+16
| | | | | |
| * | | | | Output specific include pathsFred Sundvik2016-08-202-27/+22
| | | | | |
| * | | | | More general system for generating several outputsFred Sundvik2016-08-204-104/+98
| | | | | |
| * | | | | Pass the target to submakeFred Sundvik2016-08-201-2/+8
| | | | | |
| * | | | | Fix variable name clash with builtinFred Sundvik2016-08-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused the submake to be called several times, messing up the build.
| * | | | | Options for silent compilationFred Sundvik2016-08-202-16/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To speed up the compilation
| * | | | | Fix running make in parallelFred Sundvik2016-08-201-1/+1
| | | | | |
| * | | | | Don't add VERSION as a defineFred Sundvik2016-08-202-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | To avoid full recompilation when the git commit hash changes.
| * | | | | Move git submodule check and version generation to main MakefileFred Sundvik2016-08-203-16/+14
| | | | | |
| * | | | | Remove unneded code from tmk_core/rules.mkFred Sundvik2016-08-202-90/+5
| | | | | |
| * | | | | Actual compilationFred Sundvik2016-08-203-141/+59
| | | | | |
| * | | | | Add color outputFred Sundvik2016-08-202-3/+65
| | | | | |
| * | | | | Fix running make from various subfoldersFred Sundvik2016-08-201-14/+12
| | | | | |
| * | | | | Fixed the shortcut targetsFred Sundvik2016-08-201-4/+4
| | | | | |
| * | | | | Proper default goals when inside keyboard fodlersFred Sundvik2016-08-201-4/+19
| | | | | |
| * | | | | Add backwards compability with makefile variablesFred Sundvik2016-08-201-0/+14
| | | | | |
| * | | | | Proper handling for running make from a subproject or keymap dirFred Sundvik2016-08-201-0/+9
| | | | | |
| * | | | | Split subproject make files into Makefile and rules.mkFred Sundvik2016-08-2028-605/+705
| | | | | |
| * | | | | Support for running from keyboard directoryFred Sundvik2016-08-201-1/+3
| | | | | |
| * | | | | Print error when building non-existing keyboardFred Sundvik2016-08-201-0/+3
| | | | | |
| * | | | | Print error message when trying to build non-existing keymapFred Sundvik2016-08-201-1/+9
| | | | | |
| * | | | | Proper parsing of keymaps inside subprojectsFred Sundvik2016-08-201-5/+21
| | | | | |
| * | | | | Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-2056-1903/+1792
| | | | | |
| * | | | | Add default subproject parsingFred Sundvik2016-08-201-2/+15
| | | | | |
| * | | | | Slight rearrange of the Makefile for easier readabilityFred Sundvik2016-08-201-27/+27
| | | | | |
| * | | | | Slight refactoring to remove some verbosityFred Sundvik2016-08-201-27/+18
| | | | | |
| * | | | | Subproject parsingFred Sundvik2016-08-201-11/+38
| | | | | | | | | | | | | | | | | | | | | | | | Does not handle keyboards without subprojects correctly yet.
| * | | | | Proper looping for allkb and allkmFred Sundvik2016-08-201-10/+15
| | | | | |
| * | | | | Refactor common rule list parsing into own functionFred Sundvik2016-08-201-32/+29
| | | | | |
| * | | | | Add keymap parsingFred Sundvik2016-08-201-3/+31
| | | | | |
| * | | | | Rule parsing to match kebyoardsFred Sundvik2016-08-201-0/+31
| | | | | |
| * | | | | First version of rule parsingFred Sundvik2016-08-201-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | Only handles allkb at the moment.
| * | | | | Parsing of makefile variables from starting dirFred Sundvik2016-08-202-281/+317
| | | | | |
| | | | | * Normalize line endingsFred Sundvik2016-08-2739-6322/+6322
| | | | | |
| | | | | * Set eep files to binary modeFred Sundvik2016-08-271-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #664 from linsomniac/infinity_readmeErez Zukerman2016-08-261-23/+144
|\ \ \ \ \ | | | | | | | | | | | | Adding nicer Infinity build instructions.
| * | | | | Making the existing firmware link betterSean Reifschneider2016-08-241-1/+2
| | | | | |
| * | | | | Changes based on @fredizzimo review, flashing Infinity detailsSean Reifschneider2016-08-241-0/+34
| | | | | |
| * | | | | Changes from review by @fredizzimo and @XyverzSean Reifschneider2016-08-221-19/+16
| | | | | |
| * | | | | Tweaks after review.Sean Reifschneider2016-08-191-3/+3
| | | | | |
| * | | | | Restructuring of the ergodox README.Sean Reifschneider2016-08-191-29/+105
| | | | | |
| * | | | | Noting the change directory.Sean Reifschneider2016-08-191-0/+1
| | | | | |
| * | | | | Adding submodule note.Sean Reifschneider2016-08-191-0/+1
| | | | | |
| * | | | | Adding nicer Infinity build instructions.Sean Reifschneider2016-08-191-0/+11
| | | | | |
* | | | | | Merge pull request #685 from fredizzimo/windows10_instructions_typoErez Zukerman2016-08-261-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix minor typo in the readme