aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add output specific config fileFred Sundvik2016-08-202-21/+16
|
* Output specific include pathsFred Sundvik2016-08-202-27/+22
|
* More general system for generating several outputsFred Sundvik2016-08-204-104/+98
|
* Pass the target to submakeFred Sundvik2016-08-201-2/+8
|
* Fix variable name clash with builtinFred Sundvik2016-08-201-3/+3
| | | | | This caused the submake to be called several times, messing up the build.
* Options for silent compilationFred Sundvik2016-08-202-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 submakeFred Sundvik2016-08-201-1/+1
| | | | To speed up the compilation
* Fix running make in parallelFred Sundvik2016-08-201-1/+1
|
* Don't add VERSION as a defineFred Sundvik2016-08-202-4/+2
| | | | To avoid full recompilation when the git commit hash changes.
* Move git submodule check and version generation to main MakefileFred Sundvik2016-08-203-16/+14
|
* Remove unneded code from tmk_core/rules.mkFred Sundvik2016-08-202-90/+5
|
* Actual compilationFred Sundvik2016-08-203-141/+59
|
* Add color outputFred Sundvik2016-08-202-3/+65
|
* Fix running make from various subfoldersFred Sundvik2016-08-201-14/+12
|
* Fixed the shortcut targetsFred Sundvik2016-08-201-4/+4
|
* Proper default goals when inside keyboard fodlersFred Sundvik2016-08-201-4/+19
|
* Add backwards compability with makefile variablesFred Sundvik2016-08-201-0/+14
|
* Proper handling for running make from a subproject or keymap dirFred Sundvik2016-08-201-0/+9
|
* Split subproject make files into Makefile and rules.mkFred Sundvik2016-08-2028-605/+705
|
* Support for running from keyboard directoryFred Sundvik2016-08-201-1/+3
|
* Print error when building non-existing keyboardFred Sundvik2016-08-201-0/+3
|
* Print error message when trying to build non-existing keymapFred Sundvik2016-08-201-1/+9
|
* Proper parsing of keymaps inside subprojectsFred Sundvik2016-08-201-5/+21
|
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-2056-1903/+1792
|
* Add default subproject parsingFred Sundvik2016-08-201-2/+15
|
* Slight rearrange of the Makefile for easier readabilityFred Sundvik2016-08-201-27/+27
|
* Slight refactoring to remove some verbosityFred Sundvik2016-08-201-27/+18
|
* Subproject parsingFred Sundvik2016-08-201-11/+38
| | | | Does not handle keyboards without subprojects correctly yet.
* Proper looping for allkb and allkmFred Sundvik2016-08-201-10/+15
|
* Refactor common rule list parsing into own functionFred Sundvik2016-08-201-32/+29
|
* Add keymap parsingFred Sundvik2016-08-201-3/+31
|
* Rule parsing to match kebyoardsFred Sundvik2016-08-201-0/+31
|
* First version of rule parsingFred Sundvik2016-08-201-0/+48
| | | | Only handles allkb at the moment.
* Parsing of makefile variables from starting dirFred Sundvik2016-08-202-281/+317
|
* Merge pull request #662 from toneman77/iso_satanJack Humbert2016-08-196-85/+117
|\ | | | | Satan Cleanup
| * made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni2016-08-185-59/+86
| | | | | | | | | | fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
| * cleanup, readability , shift swap in ISO_SPLIT_RSHIFTToni2016-08-181-17/+20
| |
| * corrected the split rshift key to realityToni2016-08-182-9/+11
| | | | | | | | fixed my keymap in the process to adjust to that
* | Merge pull request #663 from tomb0y/kc60_workman_deadJack Humbert2016-08-193-0/+200
|\ \ | | | | | | Add the workman-dead layout for kc60
| * | Add the workman-dead layout for kc60zs2016-08-193-0/+200
| | |
* | | Merge pull request #660 from toneman77/amj60Jack Humbert2016-08-1910-0/+650
|\ \ \ | | | | | | | | new keyboard: AMJ60
| * | | forgot media keysToni2016-08-191-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/master' into amj60Toni2016-08-1952-95/+5750
| |\ \ \ | |/ / / |/| | | | | | | merge with upstream
* | | | Merge pull request #655 from Dbroqua/patch-1Jack Humbert2016-08-181-0/+314
|\ \ \ \ | | | | | | | | | | Added dbroqua layout for planck keyboard
| * | | | Added dbroqua layout for planck keyboardDamien2016-08-181-0/+314
| | | | |
* | | | | Merge pull request #656 from Vifon/dynamic_macrosJack Humbert2016-08-181-2/+6
|\ \ \ \ \ | |/ / / / |/| | | | Improve the dynamic macro documentation
| * | | | Improve the dynamic macro documentationWojciech Siewierski2016-08-191-2/+6
|/ / / /
* | | | Merge pull request #652 from iFreilicht/masterJack Humbert2016-08-1841-0/+5228
|\ \ \ \ | | | | | | | | | | Added S60-X keyboard
| * | | | Added info to docsFelix Uhl2016-08-181-1/+1
| | | | |
| * | | | Merge pull request #1 from jackhumbert/masterFelix Uhl2016-08-18115-1531/+6981
| |\ \ \ \ | | | |_|/ | | |/| | Merging from base Repo