Commit Graph
35034 Commits
Author SHA1 Message Date
QMK Bot 416d89a669 Merge remote-tracking branch 'origin/develop' into xap 2026-07-18 21:47:45 +00:00
Joel Challis b0a6e8e281 Be lazier in loading keyboard schema for new-keyboard (#26340) 2026-07-18 22:47:05 +01:00
QMK Bot cdc8372cf3 Merge remote-tracking branch 'origin/develop' into xap 2026-07-18 03:07:01 +00:00
Joel Challis cf01e22447 First pass of ruff check fixes (#26257) 2026-07-18 04:06:19 +01:00
QMK Bot be723e9dfc Merge remote-tracking branch 'origin/develop' into xap 2026-07-18 00:07:58 +00:00
QMK Bot bea6a83a12 Merge remote-tracking branch 'origin/master' into develop 2026-07-18 00:07:20 +00:00
Joel Challis b8bf40eb96 Avoid computing _get_default_distrib_path when QMK_DISTRIB_DIR is set (#26339) 0.33.9 2026-07-18 10:06:00 +10:00
Nick Brassel 167927fb00 Add 0.3.1 with keycode version query. 2026-07-14 13:28:21 +10:00
Nick Brassel 71727aa283 XAP command renaming, bootloader jump API naming fix. 2026-07-14 13:15:08 +10:00
QMK Bot 5ea9d04dd3 Merge remote-tracking branch 'origin/develop' into xap 2026-07-14 00:39:25 +00:00
Iuri RibeiroandJoel Challis 2649ec02c9 Fix SEQUENCER_ENABLE so the sequencer feature builds again (#26322)
* Make the sequencer feature build again

SEQUENCER_ENABLE only set MUSIC_ENABLE, so -DSEQUENCER_ENABLE was never
defined and neither sequencer.c nor process_sequencer.c were compiled;
process_sequencer.c also lost the includes it depends on. Wire the make
target up like the other features and add the missing includes.

* Include sequencer.h in keyboard.c for sequencer_task()

* Update builddefs/common_features.mk

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

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2026-07-13 17:38:42 -07:00
QMK Bot f93a6284ce Merge remote-tracking branch 'origin/develop' into xap 2026-07-13 09:58:52 +00:00
Nick Brassel a5fb55b99a Add _noeeprom variants of backlight enable/disable. (#26328) 2026-07-13 10:58:12 +01:00
Drashna Jael're 79a82a16fb Fix XAP Endpoint to use reorderable define rather than stm-otg1 define 2026-07-12 10:35:01 -07:00
QMK Bot b69c4b8dc6 Merge remote-tracking branch 'origin/develop' into xap 2026-07-11 05:35:54 +00:00
QMK Bot 556bb7e020 Merge remote-tracking branch 'origin/master' into develop 2026-07-11 05:33:19 +00:00
yi chen a738fad372 [Docs] Clarify Python HID package name in Raw HID docs (#26318)
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
QMK Bot 7180dd87e9 Merge remote-tracking branch 'origin/develop' into xap 2026-07-11 05:20:42 +00:00
QMK Bot 470a81235a Merge remote-tracking branch 'origin/master' into develop 2026-07-11 05:20:01 +00:00
Assem Mohamed 99b8f3bf4e Add handwired keyboard "handwired/tnx_corne_f401" (#26032) 2026-07-11 06:19:17 +01:00
QMK Bot 692b7d52c7 Merge remote-tracking branch 'origin/develop' into xap 2026-07-08 10:44:09 +00:00
Joel Challis f533c6113d Fix use of via.h (#26316) 2026-07-08 11:43:31 +01:00
Joel Challis 59188e616b Tidy sawnsprojects/satxri6key (#26317) 2026-07-08 11:43:14 +01:00
Nick Brassel 586af84c65 Regenerate docs for single reports. 2026-07-08 12:21:29 +10:00
Nick Brassel f4d7a9f0ab Single reports. 2026-07-08 12:13:57 +10:00
QMK Bot c859e0b0ca Merge remote-tracking branch 'origin/develop' into xap 2026-07-08 00:42:30 +00:00
Joel Challis 12139903ce Require --keyboard for some CLI subcommands (#26308) 2026-07-08 01:41:47 +01:00
QMK Bot 3d3f108560 Merge remote-tracking branch 'origin/develop' into xap 2026-07-07 22:16:12 +00:00
QMK Bot 817bbaa5f9 Merge remote-tracking branch 'origin/master' into develop 2026-07-07 22:15:29 +00:00
Alexis "Horgix" Chotard 2dc5e39798 docs(features): Add missing inline code syntax for KC_ESC (#26314) 2026-07-07 23:14:50 +01:00
QMK Bot 42df270ffe Merge remote-tracking branch 'origin/develop' into xap 2026-07-06 20:10:30 +00:00
QMK Bot da481f5cc4 Merge remote-tracking branch 'origin/master' into develop 2026-07-06 20:09:23 +00:00
Harry CuttsandJoel Challis 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
QMK Bot 0513d987c9 Merge remote-tracking branch 'origin/develop' into xap 2026-07-06 19:37:17 +00:00
Harrison 428b1cd568 Use memmove for overlapping copies in RGB/LED matrix last-hit tracker (#26306)
Use memmove for overlapping copies in RGB/LED matrix last-hit tracker
2026-07-06 12:30:13 -07:00
QMK Bot e66936d69d Merge remote-tracking branch 'origin/develop' into xap 2026-07-03 03:49:39 +00:00
QMK Bot e38f3097cb Merge remote-tracking branch 'origin/master' into develop 2026-07-03 03:49:08 +00:00
Pascal GetreuerandDrashna Jaelre cf93bbb78f [Docs] Tap-hold doc improvements and suggest an HRMs starter recipe (#26284)
* 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
QMK Bot 75a84318f9 Merge remote-tracking branch 'origin/develop' into xap 2026-06-26 13:21:32 +00:00
QMK Bot 9f75ab2c92 Merge remote-tracking branch 'origin/master' into develop 2026-06-26 13:20:50 +00:00
Trent Piepho b1093e9da5 Fix VERBOSE make flag (#26289)
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.
0.33.8
2026-06-26 14:20:10 +01:00
QMK Bot ce33a193a2 Merge remote-tracking branch 'origin/develop' into xap 2026-06-25 06:30:29 +00:00
Nick Brassel 5734360a86 Restrict the EXTRAKEY_ENABLE System Control HID usage range. (#26295) 2026-06-25 16:29:47 +10:00
QMK Bot 00f1e3ea4e Merge remote-tracking branch 'origin/develop' into xap 2026-06-24 19:37:36 +00:00
Joel Challis 0ec0cdde81 Consistently handle datablock init (#26282) 2026-06-24 20:36:51 +01:00
QMK Bot 4f76976ca8 Merge remote-tracking branch 'origin/develop' into xap 2026-06-23 20:32:09 +00:00
QMK Bot ee9354d36e Merge remote-tracking branch 'origin/master' into develop 2026-06-23 20:31:27 +00:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 0cb6461c6a Bump actions/cache from 5 to 6 (#26293)
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
QMK Bot fd4c1693c7 Merge remote-tracking branch 'origin/develop' into xap 2026-06-23 14:32:12 +00:00
Joel Challis dd905c9531 Split ducky/one2sf/1967st into ansi/iso variants (#26277) 2026-06-23 15:31:31 +01:00