aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-08-21Change order of variable assignmentGravatar Fred Sundvik
BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work.
2016-08-21Add longest match to the rule-checkingGravatar Fred Sundvik
This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master
2016-08-20Comment the MakefileGravatar Fred Sundvik
Also move some messages to message.mk
2016-08-20Fix the clean targetGravatar Fred Sundvik
It now properly cleans all the outputs
2016-08-20Update keyboard readme files with new makefile instructionsGravatar Fred Sundvik
2016-08-20Update readme with new instructions for makeGravatar Fred Sundvik
2016-08-20Add diffutils to travis.yml and install_dependenciesGravatar Fred Sundvik
It has been required for a while now, and now actually checked in the makefiles. Before, if you didn't have it installed it would just recompile everything. The readme hasn't been updated to reflect this, I think we need to go through that separately, and see what's really needed. Or just instruct people to run the batch scripts.
2016-08-20Fix the template for the Makefile/rules.mk splitGravatar Fred Sundvik
2016-08-20Better format for non-silent outputGravatar Fred Sundvik
2016-08-20Continue on errorGravatar Fred Sundvik
2016-08-20Move bootloader_defs include to build_keyboardGravatar Fred Sundvik
Also fix it for subprojects
2016-08-20Add output specific config fileGravatar Fred Sundvik
2016-08-20Output specific include pathsGravatar Fred Sundvik
2016-08-20More general system for generating several outputsGravatar Fred Sundvik
2016-08-20Pass the target to submakeGravatar Fred Sundvik
2016-08-20Fix variable name clash with builtinGravatar Fred Sundvik
This caused the submake to be called several times, messing up the build.
2016-08-20Options for silent compilationGravatar Fred Sundvik
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
2016-08-20Don't run builtin rules for submakeGravatar Fred Sundvik
To speed up the compilation
2016-08-20Fix running make in parallelGravatar Fred Sundvik
2016-08-20Don't add VERSION as a defineGravatar Fred Sundvik
To avoid full recompilation when the git commit hash changes.
2016-08-20Move git submodule check and version generation to main MakefileGravatar Fred Sundvik
2016-08-20Remove unneded code from tmk_core/rules.mkGravatar 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-20Split subproject make files into Makefile and rules.mkGravatar 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
Does not handle keyboards without subprojects correctly yet.
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
Only handles allkb at the moment.
2016-08-20Parsing of makefile variables from starting dirGravatar Fred Sundvik
2016-08-19Merge pull request #662 from toneman77/iso_satanGravatar Jack Humbert
Satan Cleanup
2016-08-19Merge pull request #663 from tomb0y/kc60_workman_deadGravatar Jack Humbert
Add the workman-dead layout for kc60
2016-08-19Add the workman-dead layout for kc60Gravatar zs
2016-08-19Merge pull request #660 from toneman77/amj60Gravatar Jack Humbert
new keyboard: AMJ60
2016-08-19forgot media keysGravatar Toni