Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Pass the target to submake | Fred Sundvik | 2016-08-20 | 1 | -2/+8 | |
| | | | | | ||||||
* | | | | | Fix variable name clash with builtin | Fred Sundvik | 2016-08-20 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This caused the submake to be called several times, messing up the build. | |||||
* | | | | | Options for silent compilation | Fred Sundvik | 2016-08-20 | 2 | -16/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | Don't run builtin rules for submake | Fred Sundvik | 2016-08-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | To speed up the compilation | |||||
* | | | | | Fix running make in parallel | Fred Sundvik | 2016-08-20 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Don't add VERSION as a define | Fred Sundvik | 2016-08-20 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | To avoid full recompilation when the git commit hash changes. | |||||
* | | | | | Move git submodule check and version generation to main Makefile | Fred Sundvik | 2016-08-20 | 3 | -16/+14 | |
| | | | | | ||||||
* | | | | | Remove unneded code from tmk_core/rules.mk | Fred Sundvik | 2016-08-20 | 2 | -90/+5 | |
| | | | | | ||||||
* | | | | | Actual compilation | Fred Sundvik | 2016-08-20 | 3 | -141/+59 | |
| | | | | | ||||||
* | | | | | Add color output | Fred Sundvik | 2016-08-20 | 2 | -3/+65 | |
| | | | | | ||||||
* | | | | | Fix running make from various subfolders | Fred Sundvik | 2016-08-20 | 1 | -14/+12 | |
| | | | | | ||||||
* | | | | | Fixed the shortcut targets | Fred Sundvik | 2016-08-20 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Proper default goals when inside keyboard fodlers | Fred Sundvik | 2016-08-20 | 1 | -4/+19 | |
| | | | | | ||||||
* | | | | | Add backwards compability with makefile variables | Fred Sundvik | 2016-08-20 | 1 | -0/+14 | |
| | | | | | ||||||
* | | | | | Proper handling for running make from a subproject or keymap dir | Fred Sundvik | 2016-08-20 | 1 | -0/+9 | |
| | | | | | ||||||
* | | | | | Split subproject make files into Makefile and rules.mk | Fred Sundvik | 2016-08-20 | 28 | -605/+705 | |
| | | | | | ||||||
* | | | | | Support for running from keyboard directory | Fred Sundvik | 2016-08-20 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Print error when building non-existing keyboard | Fred Sundvik | 2016-08-20 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Print error message when trying to build non-existing keymap | Fred Sundvik | 2016-08-20 | 1 | -1/+9 | |
| | | | | | ||||||
* | | | | | Proper parsing of keymaps inside subprojects | Fred Sundvik | 2016-08-20 | 1 | -5/+21 | |
| | | | | | ||||||
* | | | | | Split keyboard makefiles into rules and Makefile | Fred Sundvik | 2016-08-20 | 56 | -1903/+1792 | |
| | | | | | ||||||
* | | | | | Add default subproject parsing | Fred Sundvik | 2016-08-20 | 1 | -2/+15 | |
| | | | | | ||||||
* | | | | | Slight rearrange of the Makefile for easier readability | Fred Sundvik | 2016-08-20 | 1 | -27/+27 | |
| | | | | | ||||||
* | | | | | Slight refactoring to remove some verbosity | Fred Sundvik | 2016-08-20 | 1 | -27/+18 | |
| | | | | | ||||||
* | | | | | Subproject parsing | Fred Sundvik | 2016-08-20 | 1 | -11/+38 | |
| | | | | | | | | | | | | | | | | | | | | Does not handle keyboards without subprojects correctly yet. | |||||
* | | | | | Proper looping for allkb and allkm | Fred Sundvik | 2016-08-20 | 1 | -10/+15 | |
| | | | | | ||||||
* | | | | | Refactor common rule list parsing into own function | Fred Sundvik | 2016-08-20 | 1 | -32/+29 | |
| | | | | | ||||||
* | | | | | Add keymap parsing | Fred Sundvik | 2016-08-20 | 1 | -3/+31 | |
| | | | | | ||||||
* | | | | | Rule parsing to match kebyoards | Fred Sundvik | 2016-08-20 | 1 | -0/+31 | |
| | | | | | ||||||
* | | | | | First version of rule parsing | Fred Sundvik | 2016-08-20 | 1 | -0/+48 | |
| | | | | | | | | | | | | | | | | | | | | Only handles allkb at the moment. | |||||
* | | | | | Parsing of makefile variables from starting dir | Fred Sundvik | 2016-08-20 | 2 | -281/+317 | |
|/ / / / | ||||||
* | | | | Merge pull request #662 from toneman77/iso_satan | Jack Humbert | 2016-08-19 | 6 | -85/+117 | |
|\ \ \ \ | | | | | | | | | | | Satan Cleanup | |||||
| * | | | | made a correct default KEYMAP. moved the old one to KEYMAP_ANSI | Toni | 2016-08-18 | 5 | -59/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying | |||||
| * | | | | cleanup, readability , shift swap in ISO_SPLIT_RSHIFT | Toni | 2016-08-18 | 1 | -17/+20 | |
| | | | | | ||||||
| * | | | | corrected the split rshift key to reality | Toni | 2016-08-18 | 2 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | fixed my keymap in the process to adjust to that | |||||
* | | | | | Merge pull request #663 from tomb0y/kc60_workman_dead | Jack Humbert | 2016-08-19 | 3 | -0/+200 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Add the workman-dead layout for kc60 | |||||
| * | | | | Add the workman-dead layout for kc60 | zs | 2016-08-19 | 3 | -0/+200 | |
| | | | | | ||||||
* | | | | | Merge pull request #660 from toneman77/amj60 | Jack Humbert | 2016-08-19 | 10 | -0/+650 | |
|\ \ \ \ \ | | | | | | | | | | | | | new keyboard: AMJ60 | |||||
| * | | | | | forgot media keys | Toni | 2016-08-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin/master' into amj60 | Toni | 2016-08-19 | 52 | -95/+5750 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | merge with upstream | |||||
* | | | | | | Merge pull request #655 from Dbroqua/patch-1 | Jack Humbert | 2016-08-18 | 1 | -0/+314 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added dbroqua layout for planck keyboard | |||||
| * | | | | | | Added dbroqua layout for planck keyboard | Damien | 2016-08-18 | 1 | -0/+314 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #656 from Vifon/dynamic_macros | Jack Humbert | 2016-08-18 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Improve the dynamic macro documentation | |||||
| * | | | | | | Improve the dynamic macro documentation | Wojciech Siewierski | 2016-08-19 | 1 | -2/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #652 from iFreilicht/master | Jack Humbert | 2016-08-18 | 41 | -0/+5228 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added S60-X keyboard | |||||
| * | | | | | | Added info to docs | Felix Uhl | 2016-08-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1 from jackhumbert/master | Felix Uhl | 2016-08-18 | 115 | -1531/+6981 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | Merging from base Repo | |||||
| * | | | | | | Bugfixes | Felix Uhl | 2016-08-18 | 1 | -6/+7 | |
| | | | | | | | ||||||
| * | | | | | | Final link fix | Felix Uhl | 2016-08-18 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | More link fixing | Felix Uhl | 2016-08-18 | 1 | -6/+6 | |
| | | | | | | |