QMK Bot
1e76cec001
Merge remote-tracking branch 'origin/develop' into xap
2025-11-17 02:10:48 +00:00
QMK Bot
224ea2eb18
Merge remote-tracking branch 'origin/master' into develop
2025-11-17 02:09:46 +00:00
Ivan Gromov
eb5703d12e
Add imi60-HS ( #25773 )
2025-11-17 02:09:09 +00:00
QMK Bot
130cbac2da
Merge remote-tracking branch 'origin/develop' into xap
2025-11-17 02:08:11 +00:00
QMK Bot
921c0039f4
Merge remote-tracking branch 'origin/master' into develop
2025-11-17 02:07:35 +00:00
Joel Challis
bb2ca21647
Fix detection of hid bootloader flashing tool ( #25790 )
0.30.11
2025-11-17 02:06:59 +00:00
QMK Bot
887658009e
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 22:05:18 +00:00
ploopyco
1a4af3adf9
Add PixArt PAW-3222 mouse sensor driver ( #25763 )
2025-11-12 09:02:52 +11:00
QMK Bot
39d54bc52b
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 22:02:46 +00:00
フィルターペーパー
99b1dc84da
Fix Magic GUI masking logic ( #25780 )
2025-11-12 09:02:08 +11:00
QMK Bot
096f3c05e6
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 22:01:03 +00:00
Joel Challis
98504424b1
Align use of keymap level _kb callbacks ( #25774 )
2025-11-12 09:00:28 +11:00
QMK Bot
373b13bc18
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 21:59:42 +00:00
Joel Challis
8ec3de0f92
Add return code to qmk userspace-doctor ( #25775 )
2025-11-12 08:59:06 +11:00
QMK Bot
19bcb53e1d
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 12:37:58 +00:00
Stefan Kerkmann and Sergey Vlasov
c68e4dec10
[Core] suspend: suppress wake up keypress ( #23389 )
...
* 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.
2025-11-11 23:35:03 +11:00
QMK Bot
775c510008
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 12:33:56 +00:00
Chaser Huang
1ddcf57382
[Feature Improvement]add option to keep layer state when recording dynamic macros ( #24418 )
...
* feat: add option to keep layer state when recording dynamic macros
* Better option macro name and lint changes
2025-11-11 23:30:42 +11:00
QMK Bot
be5e4ec31d
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 12:23:41 +00:00
QMK Bot
e06d79e9c6
Merge remote-tracking branch 'origin/master' into develop
2025-11-11 12:22:27 +00:00
QMK Bot
beaedd9979
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 12:22:05 +00:00
Cipulot and Joel Challis
ed343ddad4
VIA Keylog Change ( #25504 )
...
* 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
0.30.10
2025-11-11 23:21:50 +11:00
QMK Bot
019cba746d
Merge remote-tracking branch 'origin/master' into develop
2025-11-11 12:21:26 +00:00
Pablo Martínez
e7ad19bb95
[Bugfix] QP error handling ( #25591 )
...
* change QP so that any func can return error (`void` -> `bool` returns)
0.30.9
2025-11-11 23:20:48 +11:00
QMK Bot
55959dbe09
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 12:03:15 +00:00
Drashna Jaelre
28eeb92f8e
Add I2C Transmit and Receive function ( #25637 )
...
* 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
2025-11-11 23:02:35 +11:00
QMK Bot
612110f4a5
Merge remote-tracking branch 'origin/develop' into xap
2025-11-11 11:27:49 +00:00
Pascal Getreuer
efc5d63383
[Core] Speculative Hold option for mod-taps: hold mods instantly while unsettled. ( #25572 )
2025-11-11 22:27:12 +11:00
QMK Bot
9535245cdd
Merge remote-tracking branch 'origin/develop' into xap
2025-11-08 21:03:16 +00:00
QMK Bot
2af9aac61c
Merge remote-tracking branch 'origin/master' into develop
2025-11-08 21:02:36 +00:00
leyew
024c4ef853
[Keyboard] Add Rubrehaku ( #24907 )
2025-11-08 21:01:36 +00:00
QMK Bot
19ae2a3426
Merge remote-tracking branch 'origin/develop' into xap
2025-11-08 20:50:42 +00:00
QMK Bot
fb6d7762b9
Merge remote-tracking branch 'origin/master' into develop
2025-11-08 20:49:51 +00:00
QMK Bot
e2871a8c0c
Merge remote-tracking branch 'origin/develop' into xap
2025-11-08 20:49:24 +00:00
Joel Challis
00eebfb575
Fix pmw33xx sensor initialisation ( #25777 )
0.30.8
2025-11-08 20:49:15 +00:00
Joel Challis
6e35013bc2
Generate CUSTOM_MATRIX = lite without matrix_pins.custom ( #25453 )
2025-11-08 20:48:48 +00:00
QMK Bot
32f19de300
Merge remote-tracking branch 'origin/develop' into xap
2025-11-08 18:44:54 +00:00
QMK Bot
cf05c7d1e4
Merge remote-tracking branch 'origin/master' into develop
2025-11-08 18:44:13 +00:00
Carlos Eduardo
22b213e191
Add LED index map to qmk info cli command ( #25743 )
0.30.7
2025-11-08 18:43:34 +00:00
QMK Bot
c8db411b79
Merge remote-tracking branch 'origin/develop' into xap
2025-11-06 23:44:15 +00:00
QMK Bot
4b393a1ff5
Merge remote-tracking branch 'origin/master' into develop
2025-11-06 23:43:35 +00:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8522449ccf
Bump actions/download-artifact from 5 to 6 ( #25746 )
...
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>
2025-11-06 23:38:36 +00:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cbeab2ac4f
Bump actions/upload-artifact from 4 to 5 ( #25745 )
...
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>
2025-11-06 23:38:23 +00:00
QMK Bot
e4463611e7
Merge remote-tracking branch 'origin/develop' into xap
2025-11-06 23:35:00 +00:00
Joel Challis
01952bf39a
Implement minimal connection update logic ( #25334 )
2025-11-06 23:34:23 +00:00
QMK Bot
67b80da4ae
Merge remote-tracking branch 'origin/develop' into xap
2025-11-06 23:06:43 +00:00
フィルターペーパー
1a991ffd24
Guard remapping logic with MAGIC_ENABLE ( #25537 )
...
* 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
2025-11-06 23:03:28 +00:00
QMK Bot
fdc48d7f81
Merge remote-tracking branch 'origin/develop' into xap
2025-11-06 18:36:44 +00:00
Joel Challis
01d81b9550
Rework converter docs ( #18314 )
2025-11-06 18:36:07 +00:00
QMK Bot
107299bf85
Merge remote-tracking branch 'origin/develop' into xap
2025-11-04 23:06:52 +00:00