aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2016-08-20Pass the target to submakeGravatar Fred Sundvik
2016-08-20Fix variable name clash with builtinGravatar Fred Sundvik
2016-08-20Options for silent compilationGravatar Fred Sundvik
2016-08-20Don't run builtin rules for submakeGravatar Fred Sundvik
2016-08-20Fix running make in parallelGravatar Fred Sundvik
2016-08-20Move git submodule check and version generation to main MakefileGravatar Fred Sundvik
2016-08-20Actual compilationGravatar Fred Sundvik
2016-08-20Add color outputGravatar Fred Sundvik
2016-08-20Fix running make from various subfoldersGravatar Fred Sundvik
2016-08-20Fixed the shortcut targetsGravatar Fred Sundvik
2016-08-20Proper default goals when inside keyboard fodlersGravatar Fred Sundvik
2016-08-20Add backwards compability with makefile variablesGravatar Fred Sundvik
2016-08-20Proper handling for running make from a subproject or keymap dirGravatar Fred Sundvik
2016-08-20Support for running from keyboard directoryGravatar Fred Sundvik
2016-08-20Print error when building non-existing keyboardGravatar Fred Sundvik
2016-08-20Print error message when trying to build non-existing keymapGravatar Fred Sundvik
2016-08-20Proper parsing of keymaps inside subprojectsGravatar Fred Sundvik
2016-08-20Split keyboard makefiles into rules and MakefileGravatar Fred Sundvik
2016-08-20Add default subproject parsingGravatar Fred Sundvik
2016-08-20Slight rearrange of the Makefile for easier readabilityGravatar Fred Sundvik
2016-08-20Slight refactoring to remove some verbosityGravatar Fred Sundvik
2016-08-20Subproject parsingGravatar Fred Sundvik
2016-08-20Proper looping for allkb and allkmGravatar Fred Sundvik
2016-08-20Refactor common rule list parsing into own functionGravatar Fred Sundvik
2016-08-20Add keymap parsingGravatar Fred Sundvik
2016-08-20Rule parsing to match kebyoardsGravatar Fred Sundvik
2016-08-20First version of rule parsingGravatar Fred Sundvik
2016-08-20Parsing of makefile variables from starting dirGravatar Fred Sundvik
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGravatar Gergely Nagy
2016-07-31Generate version information to version.hGravatar Fred Sundvik
2016-07-31Put the build output inside the root/.build directoryGravatar Fred Sundvik
2016-07-31Better "include guards" for the makefilesGravatar Fred Sundvik
2016-07-24Fixes midi functionalityGravatar Jack Humbert
2016-07-07Makefile changes and files to compile VisualizerGravatar Fred Sundvik
2016-07-06Add setting of the master side to the makefileGravatar Fred Sundvik
2016-07-06Enable serial_link support for ChibiOSGravatar Fred Sundvik
2016-07-06Add serial_link compilation to Infinity ErgodoxGravatar Fred Sundvik
2016-07-01Add ChibiOS support for QMK (#465)Gravatar fredizzimo
2016-06-29adds handwire and onekey exampleGravatar Jack Humbert
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Gravatar Jack Humbert
2016-06-29Implements subprojects and updates projects for this (#459)Gravatar Jack Humbert
2016-06-23Backlight abstraction and other changes (#439)Gravatar Jack Humbert
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Gravatar Jack Humbert
2016-06-17allow overriding of TARGETGravatar Jack Humbert
2016-06-17fix for parent folders with spaces (#403)Gravatar Jack Humbert
2016-06-16Sample of using build info to generate keystrokes (#412)Gravatar Christopher Browne
2016-06-14Makefile: Add QMK_VERSION & co to OPT_DEFS (#408)Gravatar Gergely Nagy
2016-06-12change to relative paths instead of absoluteGravatar Jack Humbert
2016-06-11Makefile redo & other features (#395)Gravatar Jack Humbert