aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add PixArt PAW-3222 mouse sensor driver (#25763)ploopyco2025-11-115-1/+245
|
* Fix Magic GUI masking logic (#25780)フィルターペーパー2025-11-111-2/+3
|
* Align use of keymap level `_kb` callbacks (#25774)Joel Challis2025-11-1113-80/+46
|
* Add return code to `qmk userspace-doctor` (#25775)Joel Challis2025-11-111-1/+3
|
* [Core] suspend: suppress wake up keypress (#23389)Stefan Kerkmann2025-11-117-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * suspend: suppress wake up keypress Waking the host from suspend is done by pressing any key on the keyboard, the regular key codes assigned to the keys are not important and must not be sent - otherwise they usually end up in password prompts as ghost characters that have to be deleted again. This commit adds suppression for all keys pressed at the time of wake up. Once a key is released it functions as a regular key again. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * suspend: update wake up matrix after wake up delay If USB_SUSPEND_WAKEUP_DELAY is set, the keyboard sleeps during wake up - which can be up to multiple seconds. To handle key presses and releases in that time frame we have to handle the following cases: 1. Key not pressed before suspend, and not pressed after wakeup → do nothing (normal case). 2. Key not pressed before suspend, but pressed after wakeup → set the wakeup_matrix bit to 1 (so that the press and release events would be suppressed). 3. Key pressed before suspend, but not pressed after wakeup → do nothing (the release event will be generated on the first matrix_task() call after the wakeup). 4. Key pressed before suspend, and still pressed after wakeup → do nothing (the release event will be generated some time later). Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * keyboards: anavi: macropad8: disable snake and rgb_test effects ...to shrink the binary size.
* [Feature Improvement]add option to keep layer state when recording dynamic ↵Chaser Huang2025-11-112-7/+29
| | | | | | | 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-111-1/+10
|\
| * VIA Keylog Change (#25504)Cipulot2025-11-111-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * Update via.c temptive fix in formatting for lint errors. * Update via.c let's try this one, thanks mobile GitHub app to not showing spaces right. * Update quantum/via.c Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/via.c Co-authored-by: Joel Challis <git@zvecr.com> * Merge branch 'qmk:master' into via_keylog_change
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-1120-72/+108
|\|
| * [Bugfix] QP error handling (#25591)Pablo Martínez2025-11-1120-72/+108
| | | | | | * change QP so that any func can return error (`void` -> `bool` returns)
* | Add I2C Transmit and Receive function (#25637)Drashna Jaelre2025-11-114-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: adds a transmit and receive i2c method * fix: address the i2c transmit and receive length on u16 * Add AVR/LUFA implementation Didn't add a progmem version, since that would only apply to receive. Figured it wasn't worth it, but can add. * Rearrange order of functions * Add docs * Fix doc gen error * Fix lint issues * fix more lint issues
* | [Core] Speculative Hold option for mod-taps: hold mods instantly while ↵Pascal Getreuer2025-11-1120-1/+3662
| | | | | | | | unsettled. (#25572)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-085-0/+806
|\|
| * [Keyboard] Add Rubrehaku (#24907)leyew2025-11-085-0/+806
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-082-1/+2
|\|
| * Fix pmw33xx sensor initialisation (#25777)Joel Challis2025-11-082-1/+2
| |
* | Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)Joel Challis2025-11-085-23/+31
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-081-0/+46
|\|
| * Add LED index map to `qmk info` cli command (#25743)Carlos Eduardo2025-11-081-0/+46
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-072-6/+6
|\|
| * Bump actions/download-artifact from 5 to 6 (#25746)dependabot[bot]2025-11-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump actions/upload-artifact from 4 to 5 (#25745)dependabot[bot]2025-11-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Implement minimal connection update logic (#25334)Joel Challis2025-11-073-2/+49
| |
* | Guard remapping logic with MAGIC_ENABLE (#25537)フィルターペーパー2025-11-072-20/+6
| | | | | | | | | | | | * Only perform key and mod remapping in keycode_config() and mod_config() when MAGIC_ENABLE is defined. * If not set, these functions now return the original keycode or modifier unchanged. * Reduces firmware size, and unnecessary code when MAGIC_ENABLE is not enabled. * Removed space saving suggestion with magic functions from squeezing AVR documentation
* | Rework converter docs (#18314)Joel Challis2025-11-063-101/+369
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-051-1/+1
|\|
| * Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 (#25771)dependabot[bot]2025-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-041-2/+2
|\|
| * Deprecate LAYOUT() macro in favor of JSON matrix definitionsAndrew C2025-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Indicate <keyboard>.h LAYOUT() deprecation in understanding_qmk.md Initial documentation uses <keyboard>.json to define matrix pin definitions, rather than having users #define the LAYOUT() macro in <keyboard>.h - This change brings this docs inline with the [porting_guidelines](https://docs.qmk.fm/porting_your_keyboard_to_qmk), QMK MSYS will also throw an error if this is attempted. * Update understanding_qmk.md enclosed '<' using backtick * style guideline, now builds correctly prior version indicates directory, new indicates config. still the same idea.
* | add SteelSeries prime, a stripped down prime+ (#24719)Alin Marin Elena2025-11-0411-0/+271
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-0465-51/+66
|\|
| * [docs] Replace Imgur-hosted images (#25690)James Young2025-11-0465-51/+66
| |
* | Add classic48 keyboard (#25492)Pablo Jiménez Mateo2025-11-024-0/+275
| | | | | | | | Co-authored-by: Pablo Jimenez Mateo <pablojimenezmateo@gmail.com>
* | Add TRKeyboard TRK2 keyboard (#25754)Tvrd Rad Keyboards2025-11-024-0/+180
| | | | | | | | | | Co-authored-by: Jack Sangdahl <jack@pngu.org> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-028-0/+396
|\|
| * Sofle pico (#25750)Nes (Jordan)2025-11-028-0/+396
| |
* | making flowtap timer public so it can be used easily with combos (#25731)Nimish Gåtam2025-11-022-0/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-10-304-0/+169
|\|
| * [Keyboard] Add Cornifi keyboard (#25753)Félix2025-10-304-0/+169
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-10-304-0/+294
|\|
| * Add M4m5 support (#25499)SneakboxKB2025-10-304-0/+294
| |
* | Update ChibiOS-Contrib. (#25751)Nick Brassel2025-10-281-0/+0
| |
* | Restrict mouse timer activation to movement keycodes (#25716)Aleks2025-10-271-1/+2
| | | | | | | | Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-10-277-0/+520
|\|
| * [Keyboard] Add WhirlwindFX ElementV2 (#25356)aedanmills2025-10-277-0/+520
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Fix RGB matrix not syncing and turning off properly on timeout (#25467)Filios922025-10-272-28/+36
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-10-231-14/+14
|\|
| * Fix hhkb/jp - Restore previous matrix locations (#25724)Joel Challis2025-10-231-14/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-10-238-0/+214
|\|
| * [Keyboard] Add support Tyson60 (#25702)Thanh Son Tran2025-10-238-0/+214
| | | | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Trần Thanh Sơn <son.tt1@teko.vn>