aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features
Commit message (Collapse)AuthorAgeFilesLines
* Simplify docs for Key Overrides config (#25787)tyler2025-12-041-1/+1
|
* Reduce tap dance memory usage, move state out of data (#25415)Stephen Ostermiller2025-11-231-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less tap dance memory. Use dynamically allocated sparse array for tap dance state, dynamically allocate tap dance state when needed and free it when the tap dance is done. * new approach * Use null, check for null * Reformat with docker * Use uint8 with idx rather than uint16 with keycode in state * fix accidental change * reformat * Add null check * add documentation tip suggested by tzarc * Only allow tap dance state allocation on key down, not on key up Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Only allow tap dance allocation on key down, not on key up Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * add user action required section --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Add PixArt PAW-3222 mouse sensor driver (#25763)ploopyco2025-11-111-0/+17
|
* [Feature Improvement]add option to keep layer state when recording dynamic ↵Chaser Huang2025-11-111-6/+7
| | | | | | | macros (#24418) * feat: add option to keep layer state when recording dynamic macros * Better option macro name and lint changes
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-045-9/+9
|\
| * [docs] Replace Imgur-hosted images (#25690)James Young2025-11-045-9/+9
| |
* | Fix drv haptics docs by using the correct function name (#25733)Boudewijn van Groos2025-10-181-1/+1
| |
* | Add LED/RGB Matrix flags API docs (#25673)Joel Challis2025-09-292-0/+118
|/
* docs: fix misspellings (#25555)François Magimel2025-09-0911-121/+123
| | | | | | | | * 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.
* Refactor battery driver (#25550)Joel Challis2025-08-171-0/+55
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-07-101-3/+11
|\
| * Changes to the Stenography documentation page. (#25426)Andrew Cooney2025-07-101-3/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-07-041-1/+1
|\|
| * Fix invalid layer API usage in RGB Matrix docs (#25449)Joel Challis2025-07-041-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-261-16/+19
|\|
| * fix order of code in tapdance example3 (#25410)timovp2025-06-261-16/+19
| |
* | Add core handling for pointing device failures. (#25315)Dasky2025-06-141-15/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-141-3/+3
|\|
| * [Docs] Fix example code on key_overrides.md (#25367)luroc2025-06-141-3/+3
| | | | | | The description of the code snippet says right alt, but the snippet itself contained the right control keycode
* | Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel2025-06-072-0/+42
|/
* [Docs] Fix PS/2 Driver headers (#25332)Joel Challis2025-06-041-5/+8
|
* Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis2025-05-141-1/+1
|
* Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-121-0/+8
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2025-05-121-0/+2
|
* [Docs] Fix typos introduced by PR #25050 (#25250)Drashna Jaelre2025-05-081-6/+6
| | | It isn't a drashna PR if there aren't some typos in it somewhere.
* Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-051-12/+21
|
* High resolution scrolling (without feature report parsing) (#24423)eynsai2025-04-231-0/+26
| | | | | | | * hires scrolling without feature report parsing * fix valid range for exponent * fix incorrect minimum exponent value documentation
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-173-3/+9
|\
| * [Docs] Unify lighting step descriptions (#25167)ClownFish2025-04-173-3/+9
| | | | | | unify lighting step descriptions and defaults across docs
* | Add "license" field to Community Module JSON schema. (#25085)Pascal Getreuer2025-04-011-0/+5
|/ | | Add "license" field to community module schema.
* Module documentation typo correction (#25073)フィルターペーパー2025-03-291-1/+1
|
* Fix typo in docs: split_keyboard.md SPLIT_USB_DETECT ("theres's -> ↵Anthony Abruzzini2025-03-201-1/+1
| | | | | | | | | | | | | "there's") (#24984) * Fix typo "theres's" * Update docs/features/split_keyboard.md Co-authored-by: jack <jack@pngu.org> --------- Co-authored-by: jack <jack@pngu.org>
* Community modules (#24848)Nick Brassel2025-02-261-0/+142
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-081-1/+3
|\
| * Convert stray legacy warn/info docs panels (#24799)Joel Challis2025-01-081-1/+3
| |
* | Add leader_add_user callback (#24266)Will Spooner2025-01-021-0/+15
|/
* [Core] Add Layer Lock feature (#23430)Drashna Jaelre2024-11-211-0/+139
| | | | | | Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
* Backward compatibility for new RGB keycode handling (#24490)Ryan2024-11-191-0/+4
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2024-11-142-18/+38
|\
| * [docs] Improve halconf/mcuconf code examples (#24597)Ryan2024-11-142-18/+38
| |
* | Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)Nick Brassel2024-11-141-6/+18
| |
* | Joystick: add support for 8-way hat switch (#24515)Ryan2024-11-091-1/+50
| |
* | Rename RGB/HSV structs: keyboard-level code (#24476)Ryan2024-10-121-6/+6
| |
* | Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2024-10-122-40/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
* | Update combo user function variable (#24467)フィルターペーパー2024-10-121-9/+17
| |
* | Extended wheel reports (#24422)eynsai2024-10-061-0/+1
| | | | | | extended wheel reports
* | Tweak OS detect, add OS_DETECTION_SINGLE_REPORT (#24379)Andre Brait2024-10-061-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Default OS_DETECTION_DEBOUNCE bumped from 200ms to 250ms * Add OS_DETECTION_SINGLE_REPORT to prevent undesired multiple reports * Prevents random stability issues on ARM MacBooks after switching via KVM * Works for every device I could test, including ARM MacBooks * Disabled by default to keep current behavior * Add Troubleshooting section on documentation * Tweak reset logic to prevent a freeze with some KVMs The USB stack on ARM MacBooks is more similar to that of iOS and, for some reason, it seems to like sending packets that influence the OS detection and results in a second OS_MACOS report being sent at a random period of time after plugging the keyboard back. This does not always happen and the consequences of this vary based on what the user is doing in the callback, but since this is not obvious and it's hard to debug, I've decided to add a flag for those affected by such issue. The stability issue I had in mine was a combination of factors and I found the actual cause being my own bad math when changing the default layer, but this change alone is also confirmed to fix it. Lastly, soem KVMs seem to leave the USB controlled in a suspended state when cold-booting Windows, meaning the keyboard would hang and the reset logic would not work. This tunes it so that it can get out of such state. Also retested for compatibility with my old KVM to ensure the logic works for both.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-09-061-1/+1
|\|
| * [Docs] Remove references to bootmagic lite (#24369)jack2024-09-061-1/+1
| |
* | Add combo key repress feature (#22858)Filios922024-09-061-0/+44
| | | | | | | | Co-authored-by: jack <jack@pngu.org>