summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2025-06-09Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2025-06-09[Bugfix] User eeconfig utility macros (#25350)Pablo Martínez1-2/+2
2025-06-07Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel4-2/+117
2025-06-04Remove `process_action_kb` callback (#25331)Joel Challis2-9/+5
2025-06-03Relocate remaining `process_record_quantum` keycodes (#25328)Joel Challis6-75/+134
2025-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2025-06-03Fix dynamic keymap static assert (#25327)Dasky1-1/+1
2025-06-02Fix quantum.c keycode handling (#25322)Stephen Ostermiller1-4/+5
2025-05-27Fix reference to wrong layer when LM used with right modifiers (#25303)Sergey Radionov1-1/+1
2025-05-27Fix dynamic keymap macro only sending first. (#25309)Dasky1-1/+1
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez22-50/+92
2025-05-20[Chore] use {rgblight,rgb_matrix}_hsv_to_rgb overrides (#25271)Stefan Kerkmann2-6/+6
2025-05-14Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis2-1/+6
2025-05-12Fix OS_DETECTION_KEYBOARD_RESET (#25015)Matti Hiljanen1-1/+25
2025-05-12Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer4-0/+36
2025-05-12[New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2-0/+27
2025-05-12Fix Wear Leveling compilation (#25254)Joel Challis2-0/+14
2025-05-12Add raw_hid support to host driver (#25255)Joel Challis1-0/+15
2025-05-07Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2025-05-07Fixed print statement after enabling 32-bit layers (#25027)dabstractor1-1/+1
2025-05-06Remove force disable of NKRO when Bluetooth enabled (#25201)Joel Challis1-6/+3
2025-05-05Bind Bluetooth driver to `host_driver_t` (#25199)Joel Challis1-10/+4
2025-05-05Generate versions to keycode headers (#25219)Joel Challis73-0/+438
2025-05-05Add additional hooks for Community modules (#25050)Drashna Jaelre6-1/+51
2025-04-28[Core] Enhance Flow Tap to work better for rolls over multiple tap-hold keys....Pascal Getreuer1-12/+45
2025-04-23High resolution scrolling (without feature report parsing) (#24423)eynsai2-0/+23
2025-04-22[Bug][Core] Fix for Flow Tap: fix handling of distinct taps and timer updates...Pascal Getreuer3-32/+79
2025-04-21Implement connection keycode logic (#25176)Joel Challis10-9/+327
2025-04-19Fixup eeconfig lighting reset. (#25166)Nick Brassel1-6/+15
2025-04-19Allow for disabling EEPROM subsystem entirely. (#25173)Nick Brassel6-11/+0
2025-04-19Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)Pascal Getreuer2-2/+10
2025-04-14[Core] Flow Tap tap-hold option to disable HRMs during fast typing (#25125)Pascal Getreuer5-36/+188
2025-04-13[chore]: move and rename mouse/scroll min/max defines (#25141)Stefan Kerkmann2-17/+9
2025-03-28Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2025-03-28Fix path typo related RP2040 (#25069)lsh47111-1/+1
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel42-647/+1302
2025-03-19[Core] get_keycode_string(): function to format keycodes as strings, for more...Pascal Getreuer3-0/+699
2025-03-06Add EOL to non-keyboard files (#24990)Joel Challis4-4/+4
2025-02-28Implement battery level interface (#24666)Joel Challis1-0/+10
2025-02-26Community modules (#24848)Nick Brassel7-4/+93
2025-02-17Created SH1107 driver for quantum painter (#24724)Steve Storck3-0/+32
2025-02-16Retro Tapping Re-Write; Key Roll Fix (#23641)John1-12/+38
2025-02-16Chaining OSL and MO (#23065)DavidSannier1-0/+4
2025-01-29Merge remote-tracking branch 'origin/master' into developQMK Bot2-8/+55
2025-01-30[OS Detection] Improve MacOS detection (#24708)Drashna Jaelre2-8/+55
2025-01-30Invoke `process_record_via` after `_user`/`_kb` have a chance to handle it. (...Nick Brassel1-3/+3
2025-01-30[Bug][Core] Fix for Chordal Hold: stuck mods when mod-taps are pressed in a s...Pascal Getreuer1-1/+1
2025-01-27[Core] Add Chordal Hold, an "opposite hands rule" tap-hold option similar to ...Pascal Getreuer2-20/+319
2025-01-25Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+1
2025-01-25Fix missing wait.h include in Dip Switch Map (#24863)Drashna Jaelre1-0/+1