aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Running of unit testsFred Sundvik2016-08-271-3/+8
* The makefile actually calls build_testFred Sundvik2016-08-271-5/+17
* Basic framework for parsing test targetsFred Sundvik2016-08-271-1/+15
* Fix slight inconsistencyFred Sundvik2016-08-241-13/+15
* Add longest match to the rule-checkingFred Sundvik2016-08-211-2/+41
* Comment the MakefileFred Sundvik2016-08-201-16/+113
* Better format for non-silent outputFred Sundvik2016-08-201-2/+1
* Continue on errorFred Sundvik2016-08-201-1/+5
* Pass the target to submakeFred Sundvik2016-08-201-2/+8
* Fix variable name clash with builtinFred Sundvik2016-08-201-3/+3
* Options for silent compilationFred Sundvik2016-08-201-12/+38
* Don't run builtin rules for submakeFred Sundvik2016-08-201-1/+1
* Fix running make in parallelFred Sundvik2016-08-201-1/+1
* Move git submodule check and version generation to main MakefileFred Sundvik2016-08-201-0/+12
* Actual compilationFred Sundvik2016-08-201-11/+15
* Add color outputFred Sundvik2016-08-201-3/+30
* 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
* 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-201-1/+1
* 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
* 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
* Parsing of makefile variables from starting dirFred Sundvik2016-08-201-281/+41
* process_unicode: Add a way to enter unicode symbols by nameGergely Nagy2016-08-151-1/+6
* Generate version information to version.hFred Sundvik2016-07-311-1/+3
* Put the build output inside the root/.build directoryFred Sundvik2016-07-311-1/+2
* Better "include guards" for the makefilesFred Sundvik2016-07-311-9/+14
* Fixes midi functionalityJack Humbert2016-07-241-1/+1
* Makefile changes and files to compile VisualizerFred Sundvik2016-07-071-8/+7
* Add setting of the master side to the makefileFred Sundvik2016-07-061-0/+14
* Enable serial_link support for ChibiOSFred Sundvik2016-07-061-1/+1
* Add serial_link compilation to Infinity ErgodoxFred Sundvik2016-07-061-1/+11
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-011-2/+29
* adds handwire and onekey exampleJack Humbert2016-06-291-8/+16
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-3/+34
* Implements subprojects and updates projects for this (#459)Jack Humbert2016-06-291-5/+63
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-2/+1