| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-20 | Pass the target to submake | ||
| 2016-08-20 | Fix variable name clash with builtin | ||
| This caused the submake to be called several times, messing up the build. | |||
| 2016-08-20 | Options for silent compilation | ||
| 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-20 | Don't run builtin rules for submake | ||
| To speed up the compilation | |||
| 2016-08-20 | Fix running make in parallel | ||
| 2016-08-20 | Don't add VERSION as a define | ||
| To avoid full recompilation when the git commit hash changes. | |||
| 2016-08-20 | Move git submodule check and version generation to main Makefile | ||
| 2016-08-20 | Remove unneded code from tmk_core/rules.mk | ||
| 2016-08-20 | Actual compilation | ||
| 2016-08-20 | Add color output | ||
| 2016-08-20 | Fix running make from various subfolders | ||
| 2016-08-20 | Fixed the shortcut targets | ||
| 2016-08-20 | Proper default goals when inside keyboard fodlers | ||
| 2016-08-20 | Add backwards compability with makefile variables | ||
| 2016-08-20 | Proper handling for running make from a subproject or keymap dir | ||
| 2016-08-20 | Split subproject make files into Makefile and rules.mk | ||
| 2016-08-20 | Support for running from keyboard directory | ||
| 2016-08-20 | Print error when building non-existing keyboard | ||
| 2016-08-20 | Print error message when trying to build non-existing keymap | ||
| 2016-08-20 | Proper parsing of keymaps inside subprojects | ||
| 2016-08-20 | Split keyboard makefiles into rules and Makefile | ||
| 2016-08-20 | Add default subproject parsing | ||
| 2016-08-20 | Slight rearrange of the Makefile for easier readability | ||
| 2016-08-20 | Slight refactoring to remove some verbosity | ||
| 2016-08-20 | Subproject parsing | ||
| Does not handle keyboards without subprojects correctly yet. | |||
| 2016-08-20 | Proper looping for allkb and allkm | ||
| 2016-08-20 | Refactor common rule list parsing into own function | ||
| 2016-08-20 | Add keymap parsing | ||
| 2016-08-20 | Rule parsing to match kebyoards | ||
| 2016-08-20 | First version of rule parsing | ||
| Only handles allkb at the moment. | |||
| 2016-08-20 | Parsing of makefile variables from starting dir | ||
| 2016-08-19 | Merge pull request #662 from toneman77/iso_satan | ||
| Satan Cleanup | |||
| 2016-08-19 | Merge pull request #663 from tomb0y/kc60_workman_dead | ||
| Add the workman-dead layout for kc60 | |||
| 2016-08-19 | Add the workman-dead layout for kc60 | ||
| 2016-08-19 | Merge pull request #660 from toneman77/amj60 | ||
| new keyboard: AMJ60 | |||
| 2016-08-19 | forgot media keys | ||
| 2016-08-19 | Merge remote-tracking branch 'origin/master' into amj60 | ||
| merge with upstream | |||
| 2016-08-18 | Merge pull request #655 from Dbroqua/patch-1 | ||
| Added dbroqua layout for planck keyboard | |||
| 2016-08-18 | Merge pull request #656 from Vifon/dynamic_macros | ||
| Improve the dynamic macro documentation | |||
| 2016-08-19 | Improve the dynamic macro documentation | ||
| 2016-08-18 | Added dbroqua layout for planck keyboard | ||
| 2016-08-18 | Merge pull request #652 from iFreilicht/master | ||
| Added S60-X keyboard | |||
| 2016-08-18 | Merge pull request #651 from algernon/f/register16 | ||
| Add a register/unregister_code16 pair of functions | |||
| 2016-08-18 | Merge pull request #650 from Xyverz/master | ||
| Minor changes to keymaps and other files | |||
| 2016-08-18 | Merge pull request #654 from algernon/h/planck-circuit-tap-dance-fix | ||
| planck/circuit: Update after the latest tap-dance change | |||
| 2016-08-18 | made a correct default KEYMAP. moved the old one to KEYMAP_ANSI | ||
| fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying | |||
| 2016-08-18 | smyll typo fixed | ||
| 2016-08-18 | amj60 variant of the readme | ||
| 2016-08-18 | first attempt at documentation for the amj60 board | ||
| 2016-08-18 | planck/circuit: Update after the latest tap-dance change | ||
| Fixes #653. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||