summaryrefslogtreecommitdiffstats
path: root/build_keyboard.mk
Commit message (Expand)AuthorAgeFilesLines
* Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-101-469/+0
* Standardise error output. (#16220)Nick Brassel2022-02-041-1/+1
* Ensure `version.h` is recreated each build. (#16188)Nick Brassel2022-02-041-6/+5
* Fixup multibuild filegen (#16166)Nick Brassel2022-02-021-1/+6
* Various Makefile optimisations (#16015)Joel Challis2022-01-241-0/+9
* Remove `QMK_SUBPROJECT` definitions in makefile (#15958)Ryan2022-01-201-2/+1
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-3/+4
* Migrate makefile utilities to sub-directory (#14917)Joel Challis2021-10-281-6/+7
* Remove legacy handling for ErgoDox Infinity handedness (#14919)Joel Challis2021-10-221-14/+0
* Rename platform SRC variable (#14894)Joel Challis2021-10-201-4/+4
* Infer more when building features (#13890)Joel Challis2021-10-171-0/+1
* Purge uGFX. (#14720)Nick Brassel2021-10-071-6/+0
* add 'include keyboard_features.mk' into build_keyboard.mk (#8422)Takeshi ISHII2021-08-291-0/+19
* Fix issues with recent keymap.json changes (#14089)Joel Challis2021-08-201-9/+9
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-181-10/+36
* Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-2/+4
* Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis2021-08-181-1/+1
* Move all the flash logic from tmk_core (#13927)Joel Challis2021-08-151-0/+1
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-021-0/+1
* Fixing incorrect keymap build when switching between multiple keymap.jsons (#...Donald Kjer2021-06-191-9/+9
* fix some references to bin/qmk that slipped in (#12832)Zach White2021-05-081-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-011-1/+5
|\
| * Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis2021-05-011-1/+5
* | Begin the process of deprecating bin/qmk in favor of the global cli (#12109)Zach White2021-03-071-3/+6
|/
* `qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)Ryan2021-03-041-1/+1
* Merge remote-tracking branch 'origin/master' into developZach White2021-01-301-0/+3
|\
| * Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-301-0/+3
* | Allow post_config.h to be implemented in userspace (#11519)Joshua Diamond2021-01-291-0/+3
* | Remove QMK_KEYBOARD_CONFIG_H (#11576)Joel Challis2021-01-221-1/+1
* | move the info.json rules above userspaceZach White2021-01-131-20/+20
* | Fix up build dependencies. (#11435)Nick Brassel2021-01-051-1/+11
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-311-0/+1
|\|
| * Add target 'check-md5' to `build_keyboard.mk` (#11338)Takeshi ISHII2020-12-311-0/+1
* | Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-2/+31
* | Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel2020-12-031-3/+1
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-0/+13
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-291-8/+1
* Align some ChibiOS build logic (#8461)Joel Challis2020-03-221-47/+8
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-211-1/+4
* add 'objs-size' target into tmk_core/avr.mk (#5490)Takeshi ISHII2019-07-151-0/+1
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-151-27/+33
* Fix LIB_SRC insert position (#5731)Takeshi ISHII2019-05-031-1/+1
* Change VPATH path addition order (#5754)Drashna Jaelre2019-05-021-1/+1
* Change split_common to use RGBLIGHT_SPLIT (#5509)Takeshi ISHII2019-04-191-0/+18
* Add a mechanism for force building a particular community layout (#5027)zvecr2019-02-141-0/+4
* Add makefile target 'show_build_options' and 'show_all_features' (#5048)Takeshi ISHII2019-02-141-0/+1
* Fix file size check for parallel make (#5012)zvecr2019-01-301-0/+1
* Adds Proton C Conversion (#4661)Jack Humbert2019-01-101-33/+54
* Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-141-0/+6
* Fix LAYOUT define generation (#4148)Drashna Jaelre2018-10-161-1/+21