aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954) * Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957) * Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958) * Migrate `ACTION_LAYER_MODS` to `LM()` (#8959) * Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968) * Convert V-USB usbdrv to a submodule (#8321) * Unify Tap Hold functions and documentation (#8348) * Changing board names to prevent confusion (#8412) * Move the Keyboardio Model01 to a keyboardio/ subdir (#8499) * Move spaceman keyboards (#8830) * Migrate miscellaneous `fn_actions` entries (#8977) * Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979) * Organizing my keyboards (plaid, tartan, ergoinu) (#8537) * Refactor Lily58 to use split_common (#6260) * Refactor zinc to use split_common (#7114) * Add a message if bin/qmk doesn't work (#9000) * Fix conflicting types for 'tfp_printf' (#8269) * Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480) * Refactor and updates to TKC1800 code (#8472) * Switch to qmk forks for everything (#9019) * audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484) * Audio enable corrections (2/3) (#8903) * Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582) * Audio enable corrections (Part 4) (#8974) * Fix typo from PR7114 (#9171) * Augment future branch Changelogs (#8978) * Revert "Branch point for 2020 May 30 Breaking Change"
* Improve the Makefile message a bit more (#9161)Ryan2020-05-221-2/+2
|
* Remove broken example from Makefile (#9159)ridingqwerty2020-05-211-1/+1
| | | | | * Remove broken example from Makefile * Correct example in Vagrantfile
* avoid 'Entering|Leaving directory' messages (#9061)Joel Challis2020-05-141-0/+3
|
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-041-1/+0
| | | | This reverts commit e17b55e33ad5b3dcefcf7b828ac99aeb2daeeae2.
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-031-0/+1
| | | | | | | | | | | | | * Refactor to use mpaland/printf * trim firmware size * remove keymap changes * run clang format * Fixup after rebase * fix up git-submodule command for printf
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-0/+6
|
* Allow 'make all:<user>' to not build EVERYTHING (#7402)Joel Challis2019-11-201-0/+5
|
* Set `git submodule update` depth to 50 (#7269)fauxpark2019-11-051-4/+4
|
* Add list-keymaps make target (#5563)fauxpark2019-09-211-0/+13
|
* Update submodule check to include LUFA (#6661)Drashna Jaelre2019-09-031-0/+1
| | | As LUFA is now a submodule, we should be checking it.
* Add an alternative method for keyboard discovery to speed up build (#6073)Joel Challis2019-08-151-1/+8
| | | | | | | | | | | | * Add an alternative method for keyboard discovery to speed up build * Chain MAKEFLAGS for docker_build.sh * Slight improvement to number of items sent to sort * Remove debug line * Fix line escape
* Make python a required build dependency (#5784)skullydazed2019-05-061-0/+2
| | | | | | | | * Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
* Shallow clone submodules. (#5279)Blaž Hrastnik2019-03-081-3/+3
| | | There's no need to fetch the entire submodule history if we only need the latest revision. Speeds up the download a fair bit.
* Add distclean target insteadfauxpark2019-02-051-6/+7
|
* These targets should be .PHONYfauxpark2019-02-051-0/+4
|
* make clean should remove .bin and .hex toofauxpark2019-02-051-2/+4
|
* Remove duplicate make invocationszvecr2019-01-301-2/+3
|
* improve looks like hang up when first time execute make git-submodule (#3846)leico2018-09-101-1/+1
|
* Correct parsing of rules.mk for keyboard revisionsFredric Silberberg2018-07-171-17/+12
| | | | | | | | | | Previously, when looking for rules.mk files, we'd parse the individual folders (A/B/C/D/E) into 5 variables, (A/B/C/D/E, A/B/C/D, A/B/C, A/B, and A). Then, we'd get the final directory names and store _those_ in 5 new variables (A, B, C, D, and E). Then, when looking for the rules.mk, we'd look in root_dir/keyboards/(A|B|C|D|E)/rules.mk, instead of looking in root_dir/keyboards(A|A/B|A/B/C|A/B/C/D|A/B/C/D/E)/rules.mk. This commit changes that logic from the former to the latter.
* Added a clean target to remove build artifactsSebastian2018-03-161-0/+6
| | | | | This commit adds a new clean target to the makefile which deletes the .build directory which removes all build artifacts.
* update version silencingJack Humbert2017-11-141-1/+1
|
* update travis scriptJack Humbert2017-11-141-0/+10
|
* add note to makefile for future useJack Humbert2017-10-151-0/+1
|
* fix up default keymaps and remove keyboard folder filterJack Humbert2017-10-151-1/+1
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-178/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-4/+6
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* Revert "Remove the "lib/%" rule."skullY2017-09-061-0/+4
| | | | | | This reverts commit 6fc43ddaf6048edc67c00ea258ffbbcbded631b0. I didn't think this through before pushing it.
* Remove the "lib/%" rule.skullY2017-09-061-4/+0
|
* Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed2017-09-061-0/+7
| | | | | | * Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message
* add a `git-submodule` make target.skullY2017-08-281-0/+4
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* move qmk version to very top, exclude when git isn't availableJack Humbert2017-08-101-2/+6
|
* move version info to the top of the outputJack Humbert2017-08-081-1/+2
|
* Fix building of multiple test directoriesFred Sundvik2017-07-201-1/+1
|
* Fix Makefile error_occured output for unit testsFred Sundvik2017-07-101-0/+2
|
* Add basic infrastrucure for building full testsFred Sundvik2017-06-181-1/+1
|
* Add SKIP_VERSION option to speed up compilationFred Sundvik2017-04-131-0/+8
|
* Add makefile option to break on errorsFred Sundvik2017-04-131-3/+10
|
* Typo fixesOsamu Aoki2017-02-021-18/+18
|
* Merge pull request #869 from dylanjgscott/masterJack Humbert2017-01-271-2/+2
|\ | | | | Use `type cmp` to test for cmp in Makefile
| * Compare Makefile with itself instead of using `--help`Dylan Scott2017-01-241-2/+2
| |
* | Clean up the SKIP_GIT codeFred Sundvik2016-12-291-17/+2
| |
* | Remove extra parenthesis from MakefileFred Sundvik2016-12-291-1/+1
| | | | | | | | Cygwin had trouble running the tests
* | Adding SKIP_GIT to speed up compiles.IBNobody2016-11-011-18/+39
|/
* Run each sumbmake in a separate shellFred Sundvik2016-10-301-8/+23
| | | | | This will fix the situation where the commandline gets too long when there are many keyboards and keymaps.
* The all target makes all keyboards and all testsFred Sundvik2016-08-271-1/+5
|
* Support for running and cleaning all testsFred Sundvik2016-08-271-11/+22
|
* Detect failures when running multiple testsFred Sundvik2016-08-271-2/+11
| | | | Also add better output.
* Fix running multiple testsFred Sundvik2016-08-271-2/+4
|