summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2016-08-24Fix slight inconsistencyFred Sundvik
2016-08-21Add longest match to the rule-checkingFred Sundvik
2016-08-20Comment the MakefileFred Sundvik
2016-08-20Better format for non-silent outputFred Sundvik
2016-08-20Continue on errorFred Sundvik
2016-08-20Pass the target to submakeFred Sundvik
2016-08-20Fix variable name clash with builtinFred Sundvik
2016-08-20Options for silent compilationFred Sundvik
2016-08-20Don't run builtin rules for submakeFred Sundvik
2016-08-20Fix running make in parallelFred Sundvik
2016-08-20Move git submodule check and version generation to main MakefileFred Sundvik
2016-08-20Actual compilationFred Sundvik
2016-08-20Add color outputFred Sundvik
2016-08-20Fix running make from various subfoldersFred Sundvik
2016-08-20Fixed the shortcut targetsFred Sundvik
2016-08-20Proper default goals when inside keyboard fodlersFred Sundvik
2016-08-20Add backwards compability with makefile variablesFred Sundvik
2016-08-20Proper handling for running make from a subproject or keymap dirFred Sundvik
2016-08-20Support for running from keyboard directoryFred Sundvik
2016-08-20Print error when building non-existing keyboardFred Sundvik
2016-08-20Print error message when trying to build non-existing keymapFred Sundvik
2016-08-20Proper parsing of keymaps inside subprojectsFred Sundvik
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik
2016-08-20Add default subproject parsingFred Sundvik
2016-08-20Slight rearrange of the Makefile for easier readabilityFred Sundvik
2016-08-20Slight refactoring to remove some verbosityFred Sundvik
2016-08-20Subproject parsingFred Sundvik
2016-08-20Proper looping for allkb and allkmFred Sundvik
2016-08-20Refactor common rule list parsing into own functionFred Sundvik
2016-08-20Add keymap parsingFred Sundvik
2016-08-20Rule parsing to match kebyoardsFred Sundvik
2016-08-20First version of rule parsingFred Sundvik
2016-08-20Parsing of makefile variables from starting dirFred Sundvik
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy
2016-07-31Generate version information to version.hFred Sundvik
2016-07-31Put the build output inside the root/.build directoryFred Sundvik
2016-07-31Better "include guards" for the makefilesFred Sundvik
2016-07-24Fixes midi functionalityJack Humbert
2016-07-07Makefile changes and files to compile VisualizerFred Sundvik
2016-07-06Add setting of the master side to the makefileFred Sundvik
2016-07-06Enable serial_link support for ChibiOSFred Sundvik
2016-07-06Add serial_link compilation to Infinity ErgodoxFred Sundvik
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo
2016-06-29adds handwire and onekey exampleJack Humbert
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert
2016-06-23Backlight abstraction and other changes (#439)Jack Humbert
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert
2016-06-17allow overriding of TARGETJack Humbert