summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2025-01-21Consolidate send_string implementations. (#24817)Nick Brassel3-102/+60
2025-01-19Consolidate timer_elapsed implementations (#24830)Joel Challis3-0/+3
2025-01-08Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+4
2025-01-08[Bug] Fix Underglow keycode processing (#24798)Drashna Jaelre1-1/+4
2025-01-02Refactor Hue Breathing matrix effect with runner (#24525)フィルターペーパー1-13/+9
2025-01-01Add leader_add_user callback (#24266)Will Spooner2-0/+16
2025-01-01Update Raindrops effect to respect LED range limits (#24531)フィルターペーパー1-11/+18
2025-01-01Update Starlight matrix effects (#24521)フィルターペーパー3-35/+56
2025-01-01always return audio pin to 0 on ARM (#24503)David Hoelscher1-3/+2
2025-01-01[CI] Regenerate Files (#24772)QMK Bot1-1/+1
2025-01-01Merge remote-tracking branch 'origin/master' into developQMK Bot73-73/+73
2025-01-01[CI] Regenerate Files (#24770)QMK Bot73-73/+73
2024-12-23Add keymap-extras for EurKEY layout (#24241)j-hap1-0/+166
2024-12-12Subscript alef correction (#24707)フィルターペーパー1-1/+1
2024-12-02Fix Quantum Painter compiliation issues with heavy optimization (#24667)Drashna Jaelre2-7/+7
2024-11-25Provide method to save a single default layer in the full range of 0-31 (#24639)Joel Challis2-7/+23
2024-11-23[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)Joel Challis7-0/+76
2024-11-21Review fixes for layer lock feature (#24627)Joel Challis7-114/+35
2024-11-21[Core] Add Layer Lock feature (#23430)Drashna Jaelre8-2/+402
2024-11-20Backward compatibility for new RGB keycode handling (#24490)Ryan2-5/+118
2024-11-14Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)Nick Brassel1-9/+10
2024-11-09Joystick: add support for 8-way hat switch (#24515)Ryan2-1/+31
2024-11-07Expose rgb_matrix_update_pwm_buffers to be available in keymaps (#24573)Eric N. Vander Weele1-0/+1
2024-10-28Refactor LED Breathing effect with runner (#24540)フィルターペーパー1-10/+5
2024-10-27Refactor Breathing effect with runner (#24535)フィルターペーパー1-11/+6
2024-10-27Update Jellybean Raindrops to respect LED range limits (#24534)フィルターペーパー1-8/+16
2024-10-27Update Pixel Rain to respect LED range limits (#24532)フィルターペーパー1-14/+9
2024-10-27Refactor Riverflow matrix effect with runner (#24520)フィルターペーパー1-11/+7
2024-10-25Move pointing device driver code (#24445)Dasky4-537/+46
2024-10-24RGBLight: Improve RGB Test animation (#24477)Ryan1-22/+6
2024-10-19[Bug] Fix compiliation issues with OS Detection (#24502)Drashna Jaelre1-1/+1
2024-10-18[Core] `usb_device_state`: consolidate usb state handling across implementati...Stefan Kerkmann7-25/+29
2024-10-12[Core] quantum: util: add bit and bitmask helpers (#24229)Stefan Kerkmann2-0/+34
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan3-252/+11
2024-10-12Update combo user function variable (#24467)フィルターペーパー1-3/+3
2024-10-12Rename RGB and HSV structs (#24471)Ryan56-112/+117
2024-10-10Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+6
2024-10-11Expand count checks in keymap introspection (#24464)Drashna Jaelre1-0/+6
2024-10-06Extended wheel reports (#24422)eynsai3-22/+32
2024-10-06Tweak OS detect, add OS_DETECTION_SINGLE_REPORT (#24379)Andre Brait1-21/+33
2024-10-06Add easier way to set default single layer (#24376)Andre Brait2-2/+7
2024-10-06WS2812 API rework (#24364)Ryan11-213/+84
2024-09-18Add LD7032 support to QP. (#20828)Dasky3-1/+33
2024-09-15Reinstate global `k_rgb_matrix_split` (#24388)Ryan2-8/+9
2024-09-05Add combo key repress feature (#22858)Filios921-12/+34
2024-09-02Remove `arm_atsam` platform (#24337)Joel Challis2-6/+1
2024-08-31Remove global k_rgb_matrix_split (#24348)Thomas Weißschuh1-5/+0
2024-08-27Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)Nick Brassel5-18/+85
2024-08-26Segregrate keycode at pre-process record quantum (#24194)フィルターペーパー1-3/+2
2024-08-19Enhance overlapping mouse keys control (#23341)フィルターペーパー2-5/+15