| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-09-30 | 2 | -4/+4 |
| |\ | |||||
| | * | [DOCS] Fix keycodes_basic FastForward + Rewind #25685 (#25686) | Jonas Eppard | 2025-09-30 | 2 | -4/+4 |
| | | | |||||
| * | | Add LED/RGB Matrix flags API docs (#25673) | Joel Challis | 2025-09-29 | 3 | -0/+122 |
| | | | |||||
| * | | Add DD {LED,RGB}_MATRIX_DEFAULT_FLAGS support (#25671) | Joel Challis | 2025-09-29 | 1 | -0/+6 |
| | | | |||||
| * | | Add generic handling to cycle LED/RGB Matrix flags (#24649) | Joel Challis | 2025-09-22 | 1 | -0/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-09-10 | 1 | -1/+1 |
| |\| | |||||
| | * | Update data_driven_config.md (#25612) | diegorodriguezv | 2025-09-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-09-10 | 1 | -1/+1 |
| |\| | |||||
| | * | Correct link in porting_your_keyboard_to_qmk.md (#25635) | diegorodriguezv | 2025-09-10 | 1 | -1/+1 |
| | | | | | | | Fixed anchor | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-09-10 | 1 | -1/+1 |
| |\| | |||||
| | * | Correct link in faq_general.md (#25640) | diegorodriguezv | 2025-09-10 | 1 | -1/+1 |
| | | | | | | | Updated the link to the QMK trademark page. | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-09-09 | 27 | -211/+216 |
| |\| | |||||
| | * | docs: fix misspellings (#25555) | François Magimel | 2025-09-09 | 27 | -211/+216 |
| | | | | | | | | | | | | | | | | | * docs: fix misspellings * docs: do line breaks with HTML instead of spaces To remove trailing spaces and to avoid breaking things, line breaks can be done with the HTML br tag. | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-09-09 | 1 | -3/+4 |
| |\| | |||||
| | * | Print build failures with `qmk mass-compile` and `qmk userspace-compile` if ↵ | Nick Brassel | 2025-09-09 | 1 | -3/+4 |
| | | | | | | | | | requested (`-p`/`--print-failures`) (#25518) | ||||
| * | | Refactor debounce algorithm with static allocation (#25515) | フィルターペーパー | 2025-09-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor debounce counters with direct indexing * Refactor code to use array indexing for debounce_counters * Use global MATRIX_ROW_SHIFTER macro * Refactor debounce algorithm with static allocation * Converted arrays to static allocation * Standardised use of MATRIX_ROWS_PER_HAND for array sizing * Added Doxygen comments for primary debounce functions * Removed debounce_free() * Rewrite sym_defer_pr * Modernise code using sym_defer_pk as template * Format consistency with other current algorithms * Use shorter SPDX-License-Identifier * Remove ChibiOS core memory manager guard * Keep type definition within DEBOUNCE guard * Add change log * Minor optimisation refactor * Pre-calculate row_offset in per-key matrix loops * Add inline compiler hints * Improve readability with blank lines * Limit elapsed time to the maximum debounce value * Apply suggestions from code review Declare counters with "DEBOUNCE_ELAPSED" Co-authored-by: Joel Challis <git@zvecr.com> * Update change log to new breaking change date --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | | Update USBaspLoader ISP instructions (#25590) | Ryan | 2025-09-07 | 1 | -6/+10 |
| |/ | |||||
| * | 2025q3 develop changelog (#25597) | Joel Challis | 2025-09-05 | 6 | -53/+193 |
| | | |||||
| * | Refactor battery driver (#25550) | Joel Challis | 2025-08-17 | 4 | -45/+106 |
| | | |||||
| * | Migrate `helix` common configuration (#25433) | Jack Sangdahl | 2025-08-10 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial tidying up of top level helix/ directory Align readme.md with template & provide more detailed PCB information Remove unused rules.mk Add common config.h file Update glcdfont.c with formatting and license header * Further migrations after PRs merged Move shared configuration to top level info.json and config.h More descriptive hardware compatibility * Add changelog * Align configuration between PCBs - Migrate beta & pico to use RGB Matrix - Move previously RGB Matrix-dependent OLED code in rev3/rev3.c to top level - Remove reundant OLED code in beta/beta.c - Remove RGBLight references * Update changelog with RGB Matrix configuration | ||||
| * | Fix serial speed DD configuration & migrate keyboards (#25546) | Jack Sangdahl | 2025-08-10 | 1 | -3/+3 |
| | | | | | | | | | * Fix serial speed DD configuration - Fixes incorrect SOFT_SERIAL_SPEED mapping - Renames key split.soft_serial_speed -> split.serial.speed - Migrates keyoards that configure this, and remove configuration from keyboards that do not differ from the default behaviour - Add deprecation notice and migration support | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-08-01 | 2 | -2/+179 |
| |\ | |||||
| | * | Add proprietary libraries policy page. (#25532) | Nick Brassel | 2025-08-01 | 2 | -2/+179 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-23 | 17 | -20/+20 |
| |\| | |||||
| | * | [docs] Align more keyboard placeholders (#25510) | Joel Challis | 2025-07-23 | 17 | -20/+20 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-23 | 5 | -15/+15 |
| |\| | |||||
| | * | [docs] Align keyboard and keymap placeholders (#25509) | Joel Challis | 2025-07-23 | 5 | -15/+15 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-10 | 1 | -3/+11 |
| |\| | |||||
| | * | Changes to the Stenography documentation page. (#25426) | Andrew Cooney | 2025-07-10 | 1 | -3/+11 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-08 | 1 | -37/+33 |
| |\| | |||||
| | * | [Docs] Tidy up keyboard guidelines (#25461) | jack | 2025-07-08 | 1 | -37/+33 |
| | | | | | | | | | | | * Initial * Grammar | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-07 | 1 | -4/+16 |
| |\| | |||||
| | * | [docs] WS2812: rewrite Open Drain section (#25454) | Ryan | 2025-07-07 | 1 | -4/+16 |
| | | | |||||
| * | | Deprecate some nonstandard mod & mod-tap keycode aliases (#25437) | Ryan | 2025-07-06 | 3 | -68/+68 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-06 | 2 | -13/+78 |
| |\| | |||||
| | * | Add short aliases for `OSM()` (#25443) | Ryan | 2025-07-06 | 2 | -13/+78 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-07-04 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix invalid layer API usage in RGB Matrix docs (#25449) | Joel Challis | 2025-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Mitigate VIA keylogger security issues (#25414) | Joel Challis | 2025-06-29 | 1 | -0/+5 |
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-06-28 | 1 | -1/+1 |
| |\| | |||||
| | * | [Docs] Fix typo in Chordal Hold example JSON, comma to colon. (#25424) | Pascal Getreuer | 2025-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-06-28 | 3 | -93/+129 |
| |\| | |||||
| | * | Clean up mod & mod-tap shortcuts (#25399) | Ryan | 2025-06-28 | 3 | -93/+129 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-06-27 | 1 | -1/+1 |
| |\| | |||||
| | * | [Docs] Link to `awesome-qmk` userspaces repository (#25357) | Peter Cock | 2025-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Fix link - users folder now empty on default branch * Point at drashna/qmk_userspace repo * Link to awesome-qmk instead | ||||
| * | | Add MATRIX_MASKED DD config (#25383) | Joel Challis | 2025-06-27 | 1 | -0/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-06-27 | 1 | -1/+1 |
| |\| | |||||
| | * | Update link to AW20216S datasheet (#25416) | Joel Challis | 2025-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-06-26 | 1 | -16/+19 |
| |\| | |||||
| | * | fix order of code in tapdance example3 (#25410) | timovp | 2025-06-26 | 1 | -16/+19 |
| | | | |||||