aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-071-1/+1
|\
| * Fixed print statement after enabling 32-bit layers (#25027)dabstractor2025-05-071-1/+1
* | Remove force disable of NKRO when Bluetooth enabled (#25201)Joel Challis2025-05-061-6/+3
* | Bind Bluetooth driver to `host_driver_t` (#25199)Joel Challis2025-05-051-10/+4
* | Generate versions to keycode headers (#25219)Joel Challis2025-05-0573-0/+438
* | Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-056-1/+51
* | [Core] Enhance Flow Tap to work better for rolls over multiple tap-hold keys....Pascal Getreuer2025-04-281-12/+45
* | High resolution scrolling (without feature report parsing) (#24423)eynsai2025-04-232-0/+23
* | [Bug][Core] Fix for Flow Tap: fix handling of distinct taps and timer updates...Pascal Getreuer2025-04-223-32/+79
* | Implement connection keycode logic (#25176)Joel Challis2025-04-2110-9/+327
* | Fixup eeconfig lighting reset. (#25166)Nick Brassel2025-04-201-6/+15
* | Allow for disabling EEPROM subsystem entirely. (#25173)Nick Brassel2025-04-196-11/+0
* | Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)Pascal Getreuer2025-04-192-2/+10
* | [Core] Flow Tap tap-hold option to disable HRMs during fast typing (#25125)Pascal Getreuer2025-04-145-36/+188
* | [chore]: move and rename mouse/scroll min/max defines (#25141)Stefan Kerkmann2025-04-132-17/+9
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-03-281-1/+1
|\|
| * Fix path typo related RP2040 (#25069)lsh47112025-03-281-1/+1
* | Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-2142-647/+1302
* | [Core] get_keycode_string(): function to format keycodes as strings, for more...Pascal Getreuer2025-03-193-0/+699
* | Add EOL to non-keyboard files (#24990)Joel Challis2025-03-074-4/+4
* | Implement battery level interface (#24666)Joel Challis2025-02-281-0/+10
|/
* Community modules (#24848)Nick Brassel2025-02-267-4/+93
* Created SH1107 driver for quantum painter (#24724)Steve Storck2025-02-163-0/+32
* Retro Tapping Re-Write; Key Roll Fix (#23641)John2025-02-161-12/+38
* Chaining OSL and MO (#23065)DavidSannier2025-02-161-0/+4
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-292-8/+55
|\
| * [OS Detection] Improve MacOS detection (#24708)Drashna Jaelre2025-01-292-8/+55
* | Invoke `process_record_via` after `_user`/`_kb` have a chance to handle it. (...Nick Brassel2025-01-291-3/+3
* | [Bug][Core] Fix for Chordal Hold: stuck mods when mod-taps are pressed in a s...Pascal Getreuer2025-01-291-1/+1
* | [Core] Add Chordal Hold, an "opposite hands rule" tap-hold option similar to ...Pascal Getreuer2025-01-272-20/+319
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-251-0/+1
|\|
| * Fix missing wait.h include in Dip Switch Map (#24863)Drashna Jaelre2025-01-251-0/+1
* | Consolidate send_string implementations. (#24817)Nick Brassel2025-01-203-102/+60
* | Consolidate timer_elapsed implementations (#24830)Joel Challis2025-01-193-0/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-081-1/+4
|\|
| * [Bug] Fix Underglow keycode processing (#24798)Drashna Jaelre2025-01-081-1/+4
* | Refactor Hue Breathing matrix effect with runner (#24525)フィルターペーパー2025-01-021-13/+9
* | Add leader_add_user callback (#24266)Will Spooner2025-01-022-0/+16
* | Update Raindrops effect to respect LED range limits (#24531)フィルターペーパー2025-01-021-11/+18
* | Update Starlight matrix effects (#24521)フィルターペーパー2025-01-023-35/+56
* | always return audio pin to 0 on ARM (#24503)David Hoelscher2025-01-021-3/+2
* | [CI] Regenerate Files (#24772)QMK Bot2025-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-0173-73/+73
|\|
| * [CI] Regenerate Files (#24770)QMK Bot2025-01-0173-73/+73
* | Add keymap-extras for EurKEY layout (#24241)j-hap2024-12-241-0/+166
* | Subscript alef correction (#24707)フィルターペーパー2024-12-121-1/+1
* | Fix Quantum Painter compiliation issues with heavy optimization (#24667)Drashna Jaelre2024-12-022-7/+7
|/
* Provide method to save a single default layer in the full range of 0-31 (#24639)Joel Challis2024-11-242-7/+23
* [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)Joel Challis2024-11-237-0/+76
* Review fixes for layer lock feature (#24627)Joel Challis2024-11-217-114/+35