index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builddefs
/
build_keyboard.mk
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Fix USER_PATH resolution on case-insensitive filesystems (#25853)
psych3r
1
-2
/
+4
2025-11-28
Partially skip generating community modules when none enabled (#25819)
Joel Challis
1
-0
/
+4
2025-05-19
gcc15 AVR compilation fixes (#25238)
Nick Brassel
1
-0
/
+1
2025-05-12
Enable community modules to define LED matrix and RGB matrix effects. (#25187)
Pascal Getreuer
1
-2
/
+11
2025-04-23
Avoid duplication in generated community modules `rules.mk` (#25135)
Joel Challis
1
-0
/
+3
2025-02-28
[Cleanup] Handling of optional `*.mk` files (#24952)
Pablo MartÃnez
1
-30
/
+11
2025-02-26
Community modules (#24848)
Nick Brassel
1
-37
/
+85
2024-12-02
Avoid loading keymap rules.mk twice (#24665)
Joel Challis
1
-2
/
+4
2024-11-24
Allow codegen of `keymap.json` => `keymap.c` without requiring layers/layout ...
Nick Brassel
1
-1
/
+4
2024-08-12
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-3
/
+0
2024-08-12
Remove debugging prints. (#24271)
Nick Brassel
1
-3
/
+0
2024-08-12
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-5
/
+11
2024-08-12
Userspace: add support for adding environment variables during build (#22887)
Nick Brassel
1
-5
/
+11
2024-06-17
Generate keymap dd keycodes to header (#20273)
Joel Challis
1
-1
/
+6
2024-04-10
Bodge consolidation. (#23448)
Nick Brassel
1
-12
/
+4
2024-03-10
Enable 'keyboard.json' as a build target (#22891)
Joel Challis
1
-12
/
+28
2023-11-28
QMK Userspace (#22222)
Nick Brassel
1
-28
/
+68
2023-10-22
[QP] Add support for OLED, variable framebuffer bpp (#19997)
Nick Brassel
1
-0
/
+1
2023-10-21
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+2
2023-10-21
Fixup symbol sizing listing. (#22307)
Nick Brassel
1
-2
/
+2
2023-09-25
[Feature] Compilation warning if both `keymap.json` and `keymap.c` exist (#19...
Pablo MartÃnez
1
-29
/
+34
2023-07-15
Eliminate `TMK_COMMON_*` in makefiles (#21517)
Ryan
1
-3
/
+0
2023-06-22
Move protocol makefiles into their respective folders (#21332)
Ryan
1
-2
/
+3
2023-06-21
Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)
Nick Brassel
1
-36
/
+31
2023-05-15
Merge remote-tracking branch 'upstream/master' into develop
Nick Brassel
1
-0
/
+9
2023-05-15
Generate `make` dependency file during build for info.json's etc. (#20451)
Nick Brassel
1
-0
/
+9
2023-03-29
Merge remote-tracking branch 'upstream/master' into develop
fauxpark
1
-0
/
+5
2023-03-29
Add step summary output to CI builds, with failure logs. (#20288)
Nick Brassel
1
-0
/
+5
2023-03-23
Optionally keep intermediate file listings in order to do comparisons between...
Nick Brassel
1
-0
/
+8
2023-01-30
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+3
2023-01-30
Accumulate version.h generator flags. (#19716)
Nick Brassel
1
-2
/
+3
2023-01-29
Split out mcu_selection to platform (#19701)
Joel Challis
1
-1
/
+2
2023-01-19
De-duplicate platform detection (#19603)
Joel Challis
1
-18
/
+6
2023-01-19
Remove `make all-<platform>` build targets (#19496)
Joel Challis
1
-12
/
+0
2023-01-11
Revert "De-duplicate platform detection (#19545)" (#19564)
Joel Challis
1
-7
/
+18
2023-01-11
De-duplicate platform detection (#19545)
Joel Challis
1
-18
/
+7
2023-01-04
Allow for specifying the number of symbols to output. (#19497)
Nick Brassel
1
-2
/
+7
2022-10-22
Generalise CTPC logic from common_features (#18803)
Joel Challis
1
-0
/
+4
2022-10-19
Build correctly when out of tree (#18775)
Joel Challis
1
-2
/
+2
2022-10-05
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-1
/
+1
2022-10-05
docs: some typos (#18582)
George Rodrigues
1
-1
/
+1
2022-10-01
Reverse keymap search order (#18449)
Ryan
1
-16
/
+16
2022-09-19
Tidy up LAYOUT macro generation (#18262)
Joel Challis
1
-15
/
+9
2022-08-31
Move bootloader.mk to platforms (#18228)
Ryan
1
-1
/
+1
2022-08-14
Revert "[Core] Re-order user space rules inclusion (#17459)" (#18032)
Joshua Diamond
1
-10
/
+8
2022-08-13
[Core] Re-order user space rules inclusion (#17459)
Albert Y
1
-8
/
+10
2022-07-05
Allow for `keymaps` array to be implemented in a file other than `$(KEYMAP_C)...
Nick Brassel
1
-0
/
+6
2022-06-30
Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)
Nick Brassel
1
-0
/
+16
2022-06-16
Dump out the largest symbols in flash and in RAM. (#17397)
Nick Brassel
1
-0
/
+13
2022-06-05
Add keymap wrappers for introspection into the keymap. (#17229)
Nick Brassel
1
-1
/
+3
[next]