Commit Graph
29690 Commits
Author SHA1 Message Date
QMK Bot 00a110fa3c Merge remote-tracking branch 'origin/master' into develop 2026-09-05 11:25:59 +00:00
Joel Challis 2b06858f70 Align novelkeys/nk65 with recent changes (#26350) 2026-09-05 12:25:38 +01:00
Joel Challis 570401148e Implement UV installer path workaround for Msys (#26441) 0.34.3 2026-09-05 12:25:07 +01:00
QMK Bot 3795b61ae4 Merge remote-tracking branch 'origin/master' into develop 2026-09-05 07:19:18 +00:00
2a5dd4317a Add keyboard Orbiter (#26311)
* Initial commit orbiter

Left side support. Need to look into split support next.

* Start adding split configurations

* Not really working but it compiles

* WORKING CONFIG

* Add via support

remove via json file later

* added oled driver and i2c configuration

* update to correct driver block macros

* fix faulty configuration for i2c

* remove via support

* enable console by default

* rework layout slightly

* fix default keymap

* cleanup

* fix comment

* update readme

* add copyright headers to pass lint check

* apply clang-formatter

* refactor folder structure slightly

* quickfix name

* bump readme

* rework for data driven conf

* apply formatter json and update naming

* forgot one

* slight adjustment

* use smaller copyright

* minor change to name

* Apply suggestions from code review

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

* remove .mk file and rename oled.c

* apply formatter

* git-format text

* Use DMA offloading

* add dma config

* remove lto

* Update keyboards/supercrisp/orbiter/readme.md

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

---------

Co-authored-by: rasmus <rasmus_lindy@hotmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2026-09-05 00:03:33 -07:00
QMK Bot c32bf4f514 Merge remote-tracking branch 'origin/master' into develop 2026-09-05 06:52:14 +00:00
JubakubaandJoel Challis 967b5932bf Add Aftermarket Keycult (Per Key RGB) PCB Support (#26409)
* Add Aftermarket Keycult (Per Key RGB) PCB Support

* Well since local lint and the real lint argue...I'm keeping to what I know and removing rules.mk.  I'll fix C formatting later...again local lint thinks it's great.

* literally lowercased already locally and git has it cached...I hate working with git.

* c fix

* c fix2

* c...sure would be nice to see the errors so I'm not just guessing...

* magic?

* Suggestions

* Update keyboards/jubakuba/aftermarket_keycult_tkl/keymaps/default/keymap.c

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

* Update keyboards/jubakuba/aftermarket_keycult_tkl/keyboard.json

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

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2026-09-04 23:51:31 -07:00
Gaba 2b7c2016f1 [Keyboard Addition] Support for Infinity 87.5 Rev 2 (#26239) 2026-09-04 23:39:31 +01:00
QMK Bot ea75ae85ea Merge remote-tracking branch 'origin/master' into develop 2026-09-04 22:35:18 +00:00
leyew e6a31e474a Add Stinga keyboard (#26411) 2026-09-04 23:34:41 +01:00
QMK Bot e8af454d20 Merge remote-tracking branch 'origin/master' into develop 2026-09-04 01:50:37 +00:00
Joel Challis f07f83fd45 Fix UnicodeDecodeError in git_check_deviation (#26439)
Fix UnicodeDecodeError in git_check_deviation

Decode git log output to bytes to prevent Unicode errors.
0.34.2
2026-09-04 09:50:06 +08:00
QMK Bot 8f24e6fcfc Merge remote-tracking branch 'origin/master' into develop 2026-09-02 23:23:08 +00:00
Nick Brassel 3c73e928ab Bootstrap: environmental sanitisation, package install robustness (#26433)
* Sanitise more.

* Let's brute-force Gentoo prep.

* Quiet, Gentoo.

* Intel macOS, `brew` unsupported.

* Intel macOS, `brew` unsupported.

* Throttle.

* Apparently there's a free `macos-26-intel` runner.

* More safety.

* More safety.
0.34.1
2026-09-03 09:22:27 +10:00
QMK Bot a64a2eef54 Merge remote-tracking branch 'origin/master' into develop 2026-09-02 15:07:21 +00:00
veypatch 4e67c28c17 Fix RGB matrix layout for Splitkb Halcyon/Aurora corne (#26424) 2026-09-02 09:06:42 -06:00
zvecr 1a818b33b1 Branch point for 2026q4 Breaking Change breakpoint_2026_08_31 2026-08-31 23:08:15 +01:00
zvecr 8fbb85eaf3 Merge branch 'master' into develop 2026-08-31 23:07:11 +01:00
zvecr 193078f3ea Merge branch 'develop' 0.34.0 2026-08-31 23:04:36 +01:00
zvecr 7f5cd5db14 Merge point for 2026q3 breaking changes 2026-08-31 23:04:07 +01:00
zvecr e35948097f Add changelog 2026-08-31 04:28:22 +01:00
Drashna Jaelre 1c729db989 Update LED Matrix documentation to include JSON config (#26425) 2026-08-31 02:59:52 +01:00
Joel Challis 698894aef0 Fix 'qmk generate-develop-pr-list' for ghapi v2 (#26428) 2026-08-30 23:45:18 +01:00
Joel Challis 4b16b5e520 Rework Plover HID to use Steno keycodes (#26421) 2026-08-27 02:13:00 +01:00
Drashna Jaelreandフィルターペーパー 0db4603acb Update RGB Matrix documentation to include JSON config (#26187)
* Update RGB Matrix documentation to include JSON config

* Update docs/features/rgb_matrix.md

Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>

* Fixup

---------

Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
2026-08-26 15:25:26 +08:00
Joel Challis 4dfef5c638 Initial rework of steno feature (#26273) 2026-08-25 17:15:01 +01:00
4b2c8b31b1 Update encoder documents for json config (#26188)
* Update encoder documents for json config

* encoder map

* Apply suggestions from code review

Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fix sentence to be correct

---------

Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-08-25 07:40:13 +08:00
Joel Challis 8b783cad10 Align USB endpoint buffers to fix RP2040 Plover HID issues (#26417) 2026-08-25 00:19:22 +01:00
Joel Challis 19b72554f8 Fix EECONFIG_MODULE_DATA_SIZE for modules with zero provisioned eeconfig (#26414) 2026-08-21 21:38:36 +01:00
Joel Challis b0fd02bd21 Update satisfaction75 to only use keyboard datablock (#26320) 2026-08-20 00:36:09 +01:00
Joel Challis 37142b6b8f Migrate remaining VIA_EEPROM_CUSTOM_CONFIG_SIZE to EECONFIG_KB_DATA_SIZE (#26321) 2026-08-20 00:35:50 +01:00
Joel Challis 65315a8315 Resolve recursive keyboard aliases when locating userspace keymaps (#26402) 2026-08-20 00:35:07 +01:00
Joel Challis a625d49dcb Convert novelkeys/nk87 to use RGB Matrix (#26349) 2026-08-19 20:41:23 +01:00
QMK Bot 7b7044830e Merge remote-tracking branch 'origin/master' into develop 2026-08-17 23:12:05 +00:00
Jacek Królikowski 3f26a9232a Add Revolt (rev2) keyboard (#26180) 2026-08-18 00:11:26 +01:00
yiancarandJoel Challis ecdac18043 Keycult TKL Updates (#26385)
* Keycult TKL Updates

* Update keyboards/keycult/keycult_tkl/keyboard.json

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

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2026-08-13 11:19:51 -07:00
bc744bbcaa Fix ChibiOS virtual serial short packet receive (#26356)
* Core: fix ChibiOS virtual serial short packet receive

Signed-off-by: Giridhar <giridharpavan593@gmail.com>

* Add handwired/onekey virtser test keymap

---------

Signed-off-by: Giridhar <giridharpavan593@gmail.com>
Co-authored-by: Giridhar <giridharpavan593@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
2026-08-12 23:52:49 -07:00
Pascal Getreuer d7ad3bf8aa [Core] Fix to make Repeat Key QK_REP work with Key Overrides. (#26312) 2026-08-12 21:06:14 +01:00
QMK Bot bd823862c1 Merge remote-tracking branch 'origin/master' into develop 2026-08-11 23:04:36 +00:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 96c3e85e59 Bump JamesIves/github-pages-deploy-action from 4.8.0 to 4.9.0 (#26398)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.8.0...v4.9.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-12 00:03:56 +01:00
QMK Bot 4742ea9ac5 Merge remote-tracking branch 'origin/master' into develop 2026-08-10 18:29:41 +00:00
14774c8482 Add license headers to splitkb/aurora glcdfont.c files (#26382)
* Add license headers to splitkb/aurora glcdfont.c files

`qmk lint` requires a license header on every code file in a keyboard's
directory tree, but the three Aurora glcdfont.c files have none. Since
lint walks each parent directory of the target, this makes
`qmk lint -kb splitkb/aurora/{corne,lily58,sweep}/rev1` fail for every
user of those boards, including on keymaps they have no control over.

The three files are byte-identical copies of a Corne font, so use the
same `Copyright <year> QMK` attribution already used for the comparable
file in keyboards/helix/glcdfont.c rather than assigning authorship.

Lint now passes for all three boards.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* Update keyboards/splitkb/aurora/corne/glcdfont.c

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

* Update keyboards/splitkb/aurora/lily58/glcdfont.c

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

* Update keyboards/splitkb/aurora/sweep/glcdfont.c

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

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2026-08-10 11:28:50 -07:00
Joel Challis c7d8bdfce5 Update keyboards to implement led_update_kb instead of led_set (#26388) 2026-08-08 23:06:15 +01:00
QMK Bot a3658c1f09 Merge remote-tracking branch 'origin/master' into develop 2026-08-08 10:19:39 +00:00
Benoit Brummer 9caa5f871d [ploopyco/trackball_thumb] Update readme.md with correct flashing instructions (#26287)
Flashing is currently set to the middle click, not button 4 (per https://github.com/qmk/qmk_firmware/blob/master/keyboards/ploopyco/trackball_thumb/info.json )
2026-08-08 03:18:55 -07:00
Joel Challis 68c82976cd Update magic_force/mf17 to WS2812 PWM driver (#26384) 2026-08-05 19:39:13 +01:00
Arca Artem beb57311cb qp_lvgl: always signal flush ready even with no display (#26275)
qp_lvgl_flush() called lv_disp_flush_ready() only inside the
`if (selected_display)` block. When LVGL invokes the flush callback while
selected_display is NULL, the callback returns without ever signalling
completion, so LVGL keeps the flush marked "in progress" and stalls all
further rendering.

Move lv_disp_flush_ready() out of the conditional so it is always called,
per LVGL's contract that every flush_cb must signal ready exactly once.
2026-08-05 19:36:31 +01:00
QMK Bot af6115e215 Merge remote-tracking branch 'origin/master' into develop 2026-08-05 09:25:47 +00:00
Hannah Kemplin 0456ffb38e Update inaccessible external links in contributing documentation (#26374) 2026-08-05 19:25:07 +10:00
QMK Bot 827bd363f9 Merge remote-tracking branch 'origin/master' into develop 2026-08-05 05:46:59 +00:00