Commit Graph

29570 Commits

Author SHA1 Message Date
Joel Challis
95b9016a3b
Fix STM32G0B1 not booting after ChibiOS update (#26342)
Some checks failed
Essential files modified / tag (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Generate Docs / generate (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-07-19 21:55:20 +01:00
yiancar
dbd9b0a379
NK65 Gen2 Keyboard (#26334)
* Initial commit

* Cleanup

* Update keyboards/novelkeys/nk65_gen2/keymaps/default/keymap.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/novelkeys/nk65_gen2/config.h

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/novelkeys/nk65_gen2/mcuconf.h

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/novelkeys/nk65_gen2/readme.md

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/novelkeys/nk65_gen2/halconf.h

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/novelkeys/nk65_gen2/keymaps/default/keymap.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Simplify RGB matrix color settings in keymap.c

* Update keyboards/novelkeys/nk65_gen2/readme.md

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/novelkeys/nk65_gen2/readme.md

Co-authored-by: Joel Challis <git@zvecr.com>

---------

Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2026-07-18 20:54:32 -07:00
Joel Challis
b8bf40eb96
Avoid computing _get_default_distrib_path when QMK_DISTRIB_DIR is set (#26339) 2026-07-18 10:06:00 +10:00
yi chen
a738fad372
[Docs] Clarify Python HID package name in Raw HID docs (#26318)
Some checks failed
Update API Data / api_data (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Generate Docs / generate (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
The PyPI package for the Python HID library used here is called `hid`
(https://pypi.org/project/hid/), but the docs called it "pyhidapi" while
linking to the `hid` package page. There is also a separate, unrelated,
unmaintained package literally named `pyhidapi` on PyPI, so a reader
following the doc text as written can end up installing the wrong package.

Update the library list and prose to say `hid`, and add a short tip
covering the install/import command and calling out the package to avoid.

Fixes #26047
2026-07-11 06:32:34 +01:00
Assem Mohamed
99b8f3bf4e
Add handwired keyboard "handwired/tnx_corne_f401" (#26032) 2026-07-11 06:19:17 +01:00
Alexis "Horgix" Chotard
2dc5e39798
docs(features): Add missing inline code syntax for KC_ESC (#26314)
Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Generate Docs / generate (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-07-07 23:14:50 +01:00
Harry Cutts
7a15cd2482
Add "handwired" TwentyPad macro pad (#26264)
* Add "handwired" TwentyPad macro pad

TwentyPad is 20-key macro pad I created as a hobby project. Its
configuration is based on ez_maker/directpins/teensy_2, with the
bootloader and layout changed.

* Host the image on Imgur

Co-authored-by: Joel Challis <git@zvecr.com>

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2026-07-06 13:08:39 -07:00
Pascal Getreuer
cf93bbb78f
[Docs] Tap-hold doc improvements and suggest an HRMs starter recipe (#26284)
Some checks failed
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Generate Docs / generate (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
* Enhance tap-hold docs.

* Minor edits.

* Move note on Quick Tap to a sub bullet for visibility.

Co-authored-by: Drashna Jaelre <drashna@live.com>

---------

Co-authored-by: Drashna Jaelre <drashna@live.com>
2026-07-03 11:48:28 +08:00
Trent Piepho
b1093e9da5
Fix VERBOSE make flag (#26289)
Some checks failed
Update API Data / api_data (push) Has been cancelled
Essential files modified / tag (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
The docs say set this to true to enable verbose output, but setting it to
anything, even "false", would enable verbose mode.

The qmk python build program actually does this, supplying "VERBOSE=false"
to make, which turns verbose mode on, not off!  The reason it's not verbose
is that the wrapper also adds the "-s" switch that has the same effect as
turning verbose mode back off.

After fixing the flag, there's no reason to add the "-s", so remove that code.
2026-06-26 14:20:10 +01:00
dependabot[bot]
0cb6461c6a
Bump actions/cache from 5 to 6 (#26293)
Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  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-06-23 21:30:44 +01:00
Benoit Brummer
198026cf27
ploopyco: fix bitwise typos in opt_encoder_tiny state definitions (#26288)
Fixes a bug in the state machine definitions within `opt_encoder_tiny.c` that caused severely delayed or unresponsive scrolling.
2026-06-22 18:28:13 +01:00
dependabot[bot]
c638100030
Bump actions/checkout from 6 to 7 (#26274)
Some checks failed
Generate Docs / generate (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (almalinux:10) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (almalinux:8) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (almalinux:9) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (archlinux:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (cachyos/cachyos:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (debian:11) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (debian:12) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (debian:13) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (fedora:42) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (fedora:43) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (fedora:44) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (gentoo/stage3:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (manjarolinux/base:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (opensuse/leap:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (rockylinux/rockylinux:10) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (rockylinux:8) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (rockylinux:9) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (ubuntu:22.04) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (ubuntu:24.04) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (ubuntu:26.04) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-14) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-15) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-15-intel) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-26) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (clang64) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (mingw64) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (ucrt64) (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-06-19 17:30:08 +01:00
Nick Brassel
85886db43b
Fixup make format-core, make pytest, make format-and-pytest. (#26259)
Some checks failed
Update API Data / api_data (push) Has been cancelled
Essential files modified / tag (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Generate Docs / generate (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-06-13 22:19:43 +01:00
mellanslag-de
d8c8872753
Key Overrides: Fix Ghost Modifier Bug on macOS (with Karabiner Elements) (#25886) 2026-06-13 22:28:41 +10:00
yiancar
520b726b5c
Float65 Keyboard (#26197)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: yiancar <yiancar@gmail.com>
2026-06-13 22:00:51 +10:00
Samuel Baumgartner
4dc0a6e9e3
Feature/owlab link65 (#26163)
Co-authored-by: Joel Challis <git@zvecr.com>
2026-06-13 21:29:19 +10:00
Futats
7b30455a93
Fix python syntax errors in except clauses (#26254)
* Update rules_mk.py

fix syntax error

* Update config_h.py

second syntax error
2026-06-11 07:53:41 +08:00
Yoichiro Tanaka
1ef87578e2
Fix audio.pins in keyboard.json not being converted to C defines (#26107)
* Fix audio.pins in keyboard.json not being converted to C defines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix audio.pins in keyboard.json not being converted to C defines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix 'list index out of range' on missing config

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: zvecr <git@zvecr.com>
2026-06-09 11:26:41 -07:00
Joel Challis
f34bc9a6bc
Partially revert 26073 (#26252) 2026-06-08 08:36:45 +08:00
フィルターペーパー
486f01f513
Trim copilot PR review instructions (#26240)
Some checks failed
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (almalinux:10) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (almalinux:8) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (almalinux:9) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (archlinux:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (cachyos/cachyos:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (debian:11) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (debian:12) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (debian:13) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (fedora:42) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (fedora:43) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (fedora:44) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (gentoo/stage3:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (manjarolinux/base:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (opensuse/leap:latest) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (rockylinux/rockylinux:10) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (rockylinux:8) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (rockylinux:9) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (ubuntu:22.04) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (ubuntu:24.04) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (ubuntu:26.04) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-14) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-15) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-15-intel) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (macos-26) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (clang64) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (mingw64) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (ucrt64) (push) Has been cancelled
* Trim copilot PR review instructions

* Remove  unactionable and subjective rules
* Limit review to keyboards only
* Defer advance code review to collaborators

* Improve non-pristine default keymap message

* Clarify info.json rules for PR review

* Narrow applyTo scope to keyboards/**
2026-06-04 05:48:47 +08:00
dependabot[bot]
c53dd0fbb6
Bump postcss from 8.5.8 to 8.5.15 in /builddefs/docsgen (#26243)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.15.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.15)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-01 12:33:30 +01:00
Nick Brassel
11abc31420
Additional bootstrapper safety checks (#26242)
* Unset `grep` options to prevent issues with forcing colour.
* Treat `musl`-based Linux distros are unsupported.
* Fix bootstrapper tests
2026-06-01 09:07:29 +01:00
zvecr
f0c79ee455 Merge branch 'develop' 2026-06-01 07:51:54 +01:00
zvecr
6b54261fa5 Merge point for 2026q2 breaking changes. 2026-06-01 02:24:35 +01:00
zvecr
58d4decf48 Stub out changelog 2026-06-01 02:21:55 +01:00
Joel Challis
a9efff322c
Fail when a duplicate module name is detected (#26238)
Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (riot) (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (xap) (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-05-29 20:32:28 +01:00
Joel Challis
7b51d7e665
Add API version assertion for split_data_sync module (#26237) 2026-05-29 07:56:36 +01:00
QMK Bot
613d63aa66 Merge remote-tracking branch 'origin/master' into develop
Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Generate Develop Docs / generate (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (riot) (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (xap) (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-05-28 03:21:00 +00:00
ascYAOBT
5b630f7a08
Add hnk100 (#25909)
Some checks failed
Update API Data / api_data (push) Has been cancelled
Essential files modified / tag (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-05-28 04:20:21 +01:00
QMK Bot
286bc43459 Merge remote-tracking branch 'origin/master' into develop 2026-05-28 02:05:49 +00:00
Joel Challis
2ea1a0192f
Fix qmk compile -km <keyboard> -km all (#26234)
Pass required print_failures argument to mass compile commands.
2026-05-28 03:05:01 +01:00
QMK Bot
25f641f2ff Merge remote-tracking branch 'origin/master' into develop 2026-05-27 02:32:14 +00:00
Julian Yap
1620390d67
Add new keyboard - Pando58 (#26148) 2026-05-27 03:31:34 +01:00
QMK Bot
781b8ff406 Merge remote-tracking branch 'origin/master' into develop 2026-05-26 23:44:11 +00:00
Joel Challis
05c4322c65
Align Mouse USB descriptor (#26230) 2026-05-27 00:43:26 +01:00
tom-royle
462556f4de
Add the Troyle/macro keys dual keyboard to QMK (#25806) 2026-05-27 00:42:50 +01:00
フィルターペーパー
d19204824d
Mask out active mods when unregistering after retro tapping (#26127)
Do not unregister modifiers still held by other keys
2026-05-27 00:20:24 +01:00
QMK Bot
2fa6ed6631 Merge remote-tracking branch 'origin/master' into develop 2026-05-26 22:29:47 +00:00
blindassassin111
c20d0a83b5
Adding support for the KHS-01 (#26101) 2026-05-26 23:29:08 +01:00
QMK Bot
719b03f9c1 Merge remote-tracking branch 'origin/master' into develop 2026-05-26 20:22:01 +00:00
Jubakuba
3c338996f0
Adding Volt 80 Custom PCB Support (#26158)
* Adding Volt 80 Custom PCB Support

* update license

* lint fix

* requested changes

* requested changes 2

* requested changes 3 because I'm incompetent

* requested changes

* drashna recommends

* Update keyboards/percent_studio_aftermarket/keyboard.json

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keyboards/percent_studio_aftermarket/keymaps/default/keymap.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/percent_studio_aftermarket/keyboard.json

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/percent_studio_aftermarket/percent_studio_aftermarket.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/percent_studio_aftermarket/percent_studio_aftermarket.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Fix JSON formatting by removing extra lines

---------

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2026-05-26 13:21:19 -07:00
Simon Arlott
06c24a811e
[Keyboard] Add nomis/rpi_pico_25x1 macropad (#25346)
Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (riot) (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (xap) (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-05-26 03:24:57 +01:00
QMK Bot
e56d518fc9 Merge remote-tracking branch 'origin/master' into develop 2026-05-26 02:17:58 +00:00
Andrew Kannan
3a8ea37a13
Add Minimi40 to QMK (#25575)
Some checks failed
Update API Data / api_data (push) Has been cancelled
Essential files modified / tag (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
2026-05-26 03:17:19 +01:00
QMK Bot
fdcf53854a Merge remote-tracking branch 'origin/master' into develop 2026-05-26 00:43:27 +00:00
Klesh Wong
f8aec1f50c
fix(input): Resolve lost mouse clicks in PS/2 streaming mode (#25942) 2026-05-26 01:42:44 +01:00
QMK Bot
47fd58e63e Merge remote-tracking branch 'origin/master' into develop 2026-05-26 00:38:03 +00:00
Simon
2604a49cda
Candy87 PCB Firmware (#24298) 2026-05-26 01:37:24 +01:00
QMK Bot
e3b26fa6ba Merge remote-tracking branch 'origin/master' into develop 2026-05-25 01:51:09 +00:00
X-Bows Tech
c701efbb53
Add Numpad_V2 (#26164) 2026-05-25 02:50:28 +01:00