index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build_keyboard.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardise error output. (#16220)
Nick Brassel
2022-02-04
1
-1
/
+1
*
Ensure `version.h` is recreated each build. (#16188)
Nick Brassel
2022-02-04
1
-6
/
+5
*
Fixup multibuild filegen (#16166)
Nick Brassel
2022-02-02
1
-1
/
+6
*
Various Makefile optimisations (#16015)
Joel Challis
2022-01-24
1
-0
/
+9
*
Remove `QMK_SUBPROJECT` definitions in makefile (#15958)
Ryan
2022-01-20
1
-2
/
+1
*
Move tmk_core/common/<plat> (#13918)
Joel Challis
2021-11-19
1
-3
/
+4
*
Migrate makefile utilities to sub-directory (#14917)
Joel Challis
2021-10-28
1
-6
/
+7
*
Remove legacy handling for ErgoDox Infinity handedness (#14919)
Joel Challis
2021-10-22
1
-14
/
+0
*
Rename platform SRC variable (#14894)
Joel Challis
2021-10-20
1
-4
/
+4
*
Infer more when building features (#13890)
Joel Challis
2021-10-17
1
-0
/
+1
*
Purge uGFX. (#14720)
Nick Brassel
2021-10-07
1
-6
/
+0
*
add 'include keyboard_features.mk' into build_keyboard.mk (#8422)
Takeshi ISHII
2021-08-29
1
-0
/
+19
*
Fix issues with recent keymap.json changes (#14089)
Joel Challis
2021-08-20
1
-9
/
+9
*
Add config.h and rules.mk support for data driven keymaps (#12859)
Joel Challis
2021-08-18
1
-10
/
+36
*
Begin to carve out platform/protocol API - Single main loop (#13843)
Joel Challis
2021-08-18
1
-2
/
+4
*
Move chibios board files to allow tmk_core platform migration (#13777)
Joel Challis
2021-08-18
1
-1
/
+1
*
Move all the flash logic from tmk_core (#13927)
Joel Challis
2021-08-15
1
-0
/
+1
*
[Core] Unite half-duplex and full-duplex serial drivers (#13081)
Stefan Kerkmann
2021-07-02
1
-0
/
+1
*
Fixing incorrect keymap build when switching between multiple keymap.jsons (#...
Donald Kjer
2021-06-19
1
-9
/
+9
*
fix some references to bin/qmk that slipped in (#12832)
Zach White
2021-05-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-05-01
1
-1
/
+5
|
\
|
*
Allow <keyboard>.h to be optional when going data driven (#12706)
Joel Challis
2021-05-01
1
-1
/
+5
*
|
Begin the process of deprecating bin/qmk in favor of the global cli (#12109)
Zach White
2021-03-07
1
-3
/
+6
|
/
*
`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)
Ryan
2021-03-04
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
Zach White
2021-01-30
1
-0
/
+3
|
\
|
*
Add a <FEATURE>_SUPPORTED flag (#9058)
Zach White
2021-01-30
1
-0
/
+3
*
|
Allow post_config.h to be implemented in userspace (#11519)
Joshua Diamond
2021-01-29
1
-0
/
+3
*
|
Remove QMK_KEYBOARD_CONFIG_H (#11576)
Joel Challis
2021-01-22
1
-1
/
+1
*
|
move the info.json rules above userspace
Zach White
2021-01-13
1
-20
/
+20
*
|
Fix up build dependencies. (#11435)
Nick Brassel
2021-01-05
1
-1
/
+11
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2020-12-31
1
-0
/
+1
|
\
|
|
*
Add target 'check-md5' to `build_keyboard.mk` (#11338)
Takeshi ISHII
2020-12-31
1
-0
/
+1
*
|
Configure keyboard matrix from info.json (#10817)
Zach White
2020-12-30
1
-2
/
+31
*
|
Add board specific to Proton-C, with usual defaults turned on. (#10976)
Nick Brassel
2020-12-03
1
-3
/
+1
|
/
*
2020 November 28 Breaking Changes Update (#11053)
James Young
2020-11-28
1
-0
/
+13
*
Initial work for consolidation of ChibiOS platform files (#8327)
Nick Brassel
2020-08-29
1
-8
/
+1
*
Align some ChibiOS build logic (#8461)
Joel Challis
2020-03-22
1
-47
/
+8
*
Initial arm->chibios pass - simplify some platform logic (#8450)
Joel Challis
2020-03-21
1
-1
/
+4
*
add 'objs-size' target into tmk_core/avr.mk (#5490)
Takeshi ISHII
2019-07-15
1
-0
/
+1
*
QMK CLI and JSON keymap support (#6176)
skullydazed
2019-07-15
1
-27
/
+33
*
Fix LIB_SRC insert position (#5731)
Takeshi ISHII
2019-05-03
1
-1
/
+1
*
Change VPATH path addition order (#5754)
Drashna Jaelre
2019-05-02
1
-1
/
+1
*
Change split_common to use RGBLIGHT_SPLIT (#5509)
Takeshi ISHII
2019-04-19
1
-0
/
+18
*
Add a mechanism for force building a particular community layout (#5027)
zvecr
2019-02-14
1
-0
/
+4
*
Add makefile target 'show_build_options' and 'show_all_features' (#5048)
Takeshi ISHII
2019-02-14
1
-0
/
+1
*
Fix file size check for parallel make (#5012)
zvecr
2019-01-30
1
-0
/
+1
*
Adds Proton C Conversion (#4661)
Jack Humbert
2019-01-10
1
-33
/
+54
*
Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)
Takeshi ISHII
2018-12-14
1
-0
/
+6
*
Fix LAYOUT define generation (#4148)
Drashna Jaelre
2018-10-16
1
-1
/
+21
*
Massdrop keyboard support (#3780)
patrickmt
2018-08-29
1
-0
/
+8
[next]