aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* making flowtap timer public so it can be used easily with combos (#25731)Nimish Gåtam2025-11-022-0/+17
* Restrict mouse timer activation to movement keycodes (#25716)Aleks2025-10-271-1/+2
* Fix RGB matrix not syncing and turning off properly on timeout (#25467)Filios922025-10-272-28/+36
* Debounce: Deprecate num_rows parameter (#25632)フィルターペーパー2025-10-1911-27/+26
* [QP] Minor cleanup and support for RGB888 surface (#25706)Pablo Martínez2025-10-088-46/+34
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-10-062-6/+6
|\
| * Fix Slovak and Lithuanian (QWERTY) sendstring LUTs (#25703)Ryan2025-10-062-6/+6
* | [Feature] Implement `mod_t` packed struct (#25168)Pablo Martínez2025-09-302-7/+61
* | Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis2025-09-227-7/+145
* | Restructure Pixel Rain interval code (#25516)フィルターペーパー2025-09-101-9/+16
* | Refactor debounce algorithm with static allocation (#25515)フィルターペーパー2025-09-079-397/+371
* | Simplify hue calculation in raindrops animation (#25587)フィルターペーパー2025-09-061-7/+2
* | Simplify tap_code16_delay (#25595)フィルターペーパー2025-09-061-3/+1
|/
* Refactor battery driver (#25550)Joel Challis2025-08-177-3/+200
* Add MATRIX_ROWS_PER_HAND definition (#25513)フィルターペーパー2025-07-253-32/+30
* Relocate `AUDIO_INIT_DELAY` implementation (#25491)Joel Challis2025-07-143-19/+26
* Clamp reactive offset value (#25489)フィルターペーパー2025-07-132-0/+2
* Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2025-07-111-53/+0
* Compilation fixes for `-fno-common` (#25436)Joel Challis2025-07-071-2/+3
* Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)Ryan2025-07-062-13/+11
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-07-061-0/+35
|\
| * Add short aliases for `OSM()` (#25443)Ryan2025-07-061-0/+35
* | Refactor Starlight Smooth matrix effect (#25442)フィルターペーパー2025-07-061-1/+1
* | Mitigate VIA keylogger security issues (#25414)Joel Challis2025-06-291-0/+8
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-282-47/+77
|\|
| * Clean up mod & mod-tap shortcuts (#25399)Ryan2025-06-282-47/+77
* | Align sleep_led logic (#25395)Joel Challis2025-06-272-1/+16
* | Add core handling for pointing device failures. (#25315)Dasky2025-06-142-13/+56
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-091-2/+2
|\|
| * [Bugfix] User eeconfig utility macros (#25350)Pablo Martínez2025-06-091-2/+2
* | Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel2025-06-074-2/+117
* | Remove `process_action_kb` callback (#25331)Joel Challis2025-06-042-9/+5
* | Relocate remaining `process_record_quantum` keycodes (#25328)Joel Challis2025-06-046-75/+134
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-031-1/+1
|\|
| * Fix dynamic keymap static assert (#25327)Dasky2025-06-031-1/+1
* | Fix quantum.c keycode handling (#25322)Stephen Ostermiller2025-06-021-4/+5
|/
* Fix reference to wrong layer when LM used with right modifiers (#25303)Sergey Radionov2025-05-281-1/+1
* Fix dynamic keymap macro only sending first. (#25309)Dasky2025-05-271-1/+1
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-2222-50/+92
* [Chore] use {rgblight,rgb_matrix}_hsv_to_rgb overrides (#25271)Stefan Kerkmann2025-05-202-6/+6
* Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis2025-05-142-1/+6
* Fix OS_DETECTION_KEYBOARD_RESET (#25015)Matti Hiljanen2025-05-121-1/+25
* Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-124-0/+36
* [New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2025-05-122-0/+27
* Fix Wear Leveling compilation (#25254)Joel Challis2025-05-122-0/+14
* Add raw_hid support to host driver (#25255)Joel Challis2025-05-121-0/+15
* 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