summaryrefslogtreecommitdiffstats
path: root/build_layout.mk
Commit message (Collapse)AuthorAgeFilesLines
* Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-101-32/+0
|
* Standardise error output. (#16220)Nick Brassel2022-02-041-1/+1
|
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-181-5/+0
| | | | | | | | | | | * Add config.h and rules.mk support for data driven keymaps * tidy up after rebase * Rename key as it can contain more than just keyboard overrides * tidy up after rebase * Add validation
* Fix building layouts from JSON (#13310)Joakim Tufvegren2021-06-271-2/+3
| | | Broken by #12632.
* Allow for building layouts from keymap.json files.Joakim Tufvegren2020-07-071-2/+11
|
* Add a mechanism for force building a particular community layout (#5027)zvecr2019-02-141-0/+9
| | | | | | | | * Add a mechanism for force building a particular community layout * Add docs for FORCE_LAYOUT argument * Update output name when FORCE_LAYOUT is enabled
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+18
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches