QMK Bot
941b63c9a9
Merge remote-tracking branch 'origin/master' into develop
2026-03-27 03:16:07 +00:00
Sebastian Morgenstern
0fdb5df94d
Added new pttbutton keyboard ( #25952 )
2026-03-27 03:15:28 +00:00
QMK Bot
d340f3396f
Merge remote-tracking branch 'origin/master' into develop
2026-03-19 19:28:33 +00:00
Joel Challis
bd500ae092
Detect PRs bypassing DD changes ( #26094 )
2026-03-20 06:27:49 +11:00
QMK Bot
12f92db5d9
Merge remote-tracking branch 'origin/master' into develop
2026-03-19 03:41:28 +00:00
Peter Cock
fec01edaa4
Explain how to use STORE_SETUPS and PRINT_SETUPS ( #26070 )
...
* Explain how to use STORE_SETUPS and PRINT_SETUPS
I found the instructions a little terse, but managed.
This also adds a note about PRINT_SETUPS reporting random numbers if STORE_SETUPS hasn't been used.
* Remove line breaks
Existing docs seem to use a mix of hard line breaks at sentence
ends, or 80 chars-ish, versus no line breaks in paragraphs.
* Suggestion during review
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com >
---------
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com >
2026-03-19 11:40:49 +08:00
QMK Bot
9da27a3dcf
Merge remote-tracking branch 'origin/master' into develop
2026-03-19 02:22:05 +00:00
Peter Cock
7619e991cf
QMK avoids raw line breaks within paragraphs in Markdown ( #26080 )
...
* QMK avoids raw line breaks within paragraphs in Markdown
Mentioned in passing during a few of my recent documentation pull requests, eg #26070 .
* Suggestion during review
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com >
---------
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com >
2026-03-19 10:16:35 +08:00
QMK Bot
a3529e1c25
Merge remote-tracking branch 'origin/master' into develop
2026-03-19 01:51:12 +00:00
Dasky
627ad33233
Fix pointing device driver typo ( #26091 )
...
fix typo
0.32.5
2026-03-18 18:50:33 -07:00
Dominic Clifton
1f96f890fa
Always generate .map files. ( #25961 )
...
* Always generate .map files.
Useful when NOT compiling with debugging C/CXX/AS flags too!
e.g. to find which source file was used to compile-in a weak reference.
* Shorten comment phrase
---------
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com >
2026-03-16 18:31:16 +08:00
QMK Bot
1a3728db21
Merge remote-tracking branch 'origin/master' into develop
2026-03-16 03:13:48 +00:00
フィルターペーパー
2cbcd76ef0
License violations updates. ( #26076 )
2026-03-16 03:12:18 +00:00
Joel Challis
322e673bcb
Remove use of andstor/file-existence-action ( #26078 )
2026-03-16 03:12:04 +00:00
QMK Bot
c27e3aee19
Merge remote-tracking branch 'origin/master' into develop
2026-03-16 02:24:32 +00:00
dependabot[bot]
4be8880177
Bump geekyeggo/delete-artifact from 5 to 6 ( #26077 )
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 5 to 6.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-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>
2026-03-16 02:23:53 +00:00
フィルターペーパー
86fbc9efe0
Remove blockader user keymap ( #26075 )
2026-03-16 01:45:39 +00:00
Nick Brassel
c0bbf2f0f9
Revert "Update ChibiOS, ChibiOS-Contrib." ( #26074 )
2026-03-16 12:29:22 +11:00
QMK Bot
f63d01d786
Merge remote-tracking branch 'origin/master' into develop
2026-03-15 11:22:22 +00:00
Jalal El Mansouri
709628dfb2
Honor BUILD_DIR in mass_compile.py ( #25586 )
0.32.4
2026-03-15 22:07:43 +11:00
Marcus Ofenhed
f01698b3f8
Add resolution information to digitizer ( #25958 )
...
Co-authored-by: Marcus Ofenhed <>
2026-03-15 21:59:23 +11:00
QMK Bot
53c0e30e96
[CI] Format code according to conventions ( #26072 )
2026-03-15 21:31:43 +11:00
フィルターペーパー
2afc217124
Refactor Pixel Fractal effect ( #26071 )
2026-03-15 21:29:36 +11:00
HorrorTroll
e4de46b3b0
Added PixArt PMW-3325 mouse sensor driver ( #26065 )
...
* Added support PMW3325 sensor driver
* Missing PMW3325 on pointing device document
* Suggested changes resolved
2026-03-15 21:28:40 +11:00
Joel Challis
b6ff72cb03
Bump vitepress to 1.6.4 ( #26067 )
2026-03-15 21:25:45 +11:00
HorrorTroll
cd78765edc
Update WL backing store from 16 to 32-bit for AT32 ( #26066 )
...
Update backing store from 16 to 32-bit for AT32
2026-03-15 02:06:19 -07:00
QMK Bot
71b6b46534
Merge remote-tracking branch 'origin/master' into develop
2026-03-14 15:31:46 +00:00
Joel Challis
e5faeea94d
Unit tests should not run when docs change ( #26068 )
2026-03-14 15:31:07 +00:00
QMK Bot
263d56ce7e
Merge remote-tracking branch 'origin/master' into develop
2026-03-14 13:30:55 +00:00
vuvoth
7ec819eb22
docs: remove hardware link in Ferris Sweep README ( #26069 )
...
remove hardware link in Ferris Sweep readme
Corrected wording for Ferris sweep hardware description.
2026-03-14 07:30:14 -06:00
Joel Challis
f7a77c8b70
Update lint to check all keymaps within the repo ( #25970 )
2026-03-13 23:20:28 +00:00
QMK Bot
53953f4229
Merge remote-tracking branch 'origin/master' into develop
2026-03-13 23:18:13 +00:00
Brandon
7785e87029
Add nulldesignco/v1/nullpad ( #26057 )
2026-03-13 23:17:29 +00:00
QMK Bot
4b3b32e173
Merge remote-tracking branch 'origin/master' into develop
2026-03-13 23:00:34 +00:00
Peter Cock
afb5335bf3
Switch missing default handler in OS detection docs ( #26064 )
...
Switch was missing default handler: control reaches end of non-void function
This warning gets treated as an error on Github Actions
2026-03-13 22:59:54 +00:00
Nick Brassel
e83672fdc4
Update ChibiOS, ChibiOS-Contrib. ( #25730 )
2026-03-13 18:52:49 +11:00
QMK Bot
af6b953b2c
Merge remote-tracking branch 'origin/master' into develop
2026-03-12 10:06:03 +00:00
Nick Brassel
9fd72b352b
Extra bootstrap release package filtering. ( #26039 )
0.32.3
2026-03-12 21:05:24 +11:00
QMK Bot
59e1a0d437
Merge remote-tracking branch 'origin/master' into develop
2026-03-11 16:43:42 +00:00
Joel Challis
7fe0c9c746
[CI] Build unit tests in parallel ( #26058 )
2026-03-11 16:43:02 +00:00
QMK Bot
311e915d96
Merge remote-tracking branch 'origin/master' into develop
2026-03-10 23:33:53 +00:00
Joel Challis
5629ecf5ff
Add bootloadHID support to qmk flash ( #26053 )
0.32.2
2026-03-10 23:33:14 +00:00
QMK Bot
e2f62925d9
Merge remote-tracking branch 'origin/master' into develop
2026-03-10 02:41:42 +00:00
Peter Cock
01e30d407c
[Docs] Show how to flip semicolon and colon ( #26030 )
...
* Show how to flip semicolon and colon
* Apply whitespace suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Match line-wrapping
Co-authored-by: Joel Challis <git@zvecr.com >
---------
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2026-03-09 19:41:03 -07:00
QMK Bot
d87e72a9b3
Merge remote-tracking branch 'origin/master' into develop
2026-03-10 01:51:17 +00:00
dependabot[bot]
acdc8a1374
Bump actions/download-artifact from 7 to 8 ( #26038 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
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>
2026-03-10 01:50:49 +00:00
dependabot[bot]
d73c91f19b
Bump actions/upload-artifact from 6 to 7 ( #26037 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
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>
2026-03-10 01:50:37 +00:00
QMK Bot
dfb6158c62
Merge remote-tracking branch 'origin/master' into develop
2026-03-09 22:07:13 +00:00
dependabot[bot]
40e81ad893
Bump rollup from 4.31.0 to 4.59.0 in /builddefs/docsgen ( #26036 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.31.0 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.31.0...v4.59.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.32.1
2026-03-09 22:00:42 +00:00
QMK Bot
a1a2e3a390
Merge remote-tracking branch 'origin/master' into develop
2026-03-09 21:17:10 +00:00