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
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-11-22
Fix community layout keymap discovery (#25802)
Joel Challis
2
-8
/
+8
2025-11-12
Add PixArt PAW-3222 mouse sensor driver (#25763)
ploopyco
1
-1
/
+3
2025-10-21
Bump vite from 5.4.20 to 5.4.21 in /builddefs/docsgen (#25740)
dependabot[bot]
2
-5
/
+5
2025-09-11
Bump vite from 5.4.19 to 5.4.20 in /builddefs/docsgen (#25646)
dependabot[bot]
2
-5
/
+5
2025-08-17
Refactor battery driver (#25550)
Joel Challis
4
-5
/
+12
2025-08-15
Remove converter assumption that everything is a promicro (#20330)
Joel Challis
1
-5
/
+0
2025-06-29
Mitigate VIA keylogger security issues (#25414)
Joel Challis
1
-0
/
+3
2025-06-03
Relocate remaining `process_record_quantum` keycodes (#25328)
Joel Challis
1
-0
/
+2
2025-05-27
Bump vite from 5.4.18 to 5.4.19 in /builddefs/docsgen (#25306)
dependabot[bot]
2
-5
/
+5
2025-05-22
[Fix] lib8tion: enable fixed scale8 and blend functions (#25272)
Stefan Kerkmann
1
-0
/
+1
2025-05-19
[Core] STM32G0x1 support (#24301)
Stefan Kerkmann
1
-1
/
+1
2025-05-19
gcc15 AVR compilation fixes (#25238)
Nick Brassel
3
-0
/
+13
2025-05-12
Enable community modules to define LED matrix and RGB matrix effects. (#25187)
Pascal Getreuer
1
-2
/
+11
2025-05-12
Fix Wear Leveling compilation (#25254)
Joel Challis
1
-8
/
+0
2025-05-12
Add raw_hid support to host driver (#25255)
Joel Challis
1
-0
/
+5
2025-05-05
Bind Bluetooth driver to `host_driver_t` (#25199)
Joel Challis
1
-2
/
+3
2025-05-05
[Bug] Minimise force-included files (#25194)
Nick Brassel
2
-9
/
+13
2025-04-23
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2
-5
/
+5
2025-04-23
Bump vite from 5.4.15 to 5.4.18 in /builddefs/docsgen (#25192)
dependabot[bot]
2
-5
/
+5
2025-04-23
Avoid duplication in generated community modules `rules.mk` (#25135)
Joel Challis
1
-0
/
+3
2025-04-21
Implement connection keycode logic (#25176)
Joel Challis
2
-1
/
+2
2025-04-19
Remove `bluefruit_le_read_battery_voltage` function (#25129)
Joel Challis
1
-1
/
+0
2025-04-19
Allow for disabling EEPROM subsystem entirely. (#25173)
Nick Brassel
1
-72
/
+74
2025-04-08
Remove `CTPC`/`CONVERT_TO_PROTON_C` options (#25111)
Joel Challis
1
-7
/
+0
2025-03-28
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2
-5
/
+5
2025-03-28
Bump vite from 5.4.12 to 5.4.15 in /builddefs/docsgen (#25065)
dependabot[bot]
2
-5
/
+5
2025-03-21
Non-volatile memory data repository pattern (#24356)
Nick Brassel
2
-0
/
+3
2025-03-21
[Core] use `keycode_string` in unit tests (#25042)
Stefan Kerkmann
1
-2
/
+0
2025-03-19
[Core] get_keycode_string(): function to format keycodes as strings, for more...
Pascal Getreuer
1
-0
/
+1
2025-02-28
[Cleanup] Handling of optional `*.mk` files (#24952)
Pablo MartÃnez
1
-30
/
+11
2025-02-28
Implement battery level interface (#24666)
Joel Challis
1
-0
/
+22
2025-02-26
Community modules (#24848)
Nick Brassel
1
-37
/
+85
2025-01-29
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2
-265
/
+288
2025-01-30
Bump vite from 5.2.14 to 5.4.12 in /builddefs/docsgen (#24852)
dependabot[bot]
2
-265
/
+288
2025-01-25
Relocate base WS2812 code (#24850)
Ryan
1
-0
/
+2
2025-01-21
Consolidate send_string implementations. (#24817)
Nick Brassel
1
-0
/
+4
2025-01-10
Bump nanoid from 3.3.7 to 3.3.8 in /builddefs/docsgen (#24713)
dependabot[bot]
1
-3
/
+3
2024-12-24
Set custom effect defines for LED Matrix (#24745)
Joel Challis
1
-0
/
+7
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-11-23
Add pointing tests (#24513)
Dasky
1
-0
/
+2
2024-11-23
[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)
Joel Challis
1
-0
/
+1
2024-11-21
[Core] Add Layer Lock feature (#23430)
Drashna Jaelre
1
-0
/
+1
2024-11-21
Added MCU support for ArteryTek AT32F415 (#23445)
HorrorTroll
1
-1
/
+1
2024-11-20
Backward compatibility for new RGB keycode handling (#24490)
Ryan
1
-0
/
+4
2024-11-12
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-0
/
+5
2024-11-12
[docs] Add "edit this page" link at the bottom (#24585)
Ryan
1
-0
/
+5
2024-11-09
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-0
/
+2
[next]