Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 #24453

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8.

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.6.8

What's Changed

Bug Fixes 🐝

  • fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #1694.
  • fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #1689.

Testing 🧪

  • test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @v4). This was done to combat problems raised by #1697.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.8

v4.6.7

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

What's Changed

Bug Fixes 🐝

  • revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.

v4.6.5

What's Changed

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.5

Commits
  • 881db53 Merge branch 'dev' into releases/v4
  • 4e28ec4 Update version.yml
  • c14d126 Update integration.yml
  • 91f72e3 Deploy Production Code for Commit 77b5e666121b2aa90cd82b593a978636cd94833d 🚀
  • 77b5e66 Merge branch 'dev' into releases/v4
  • ad7c547 Squashed commit of the following:
  • 0c6bce4 Deploy Production Code for Commit fb1eb73a4857aded8a8a637780df667aa47fc011 🚀
  • fb1eb73 Merge branch 'dev' into releases/v4
  • ff20230 fix: resolve 'origin/gh-pages' is not a commit and a branch cannot be created...
  • b06fcc8 fix: make the temp branch an orphan
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Sep 30, 2024
@github-actions github-actions bot added the CI label Sep 30, 2024
@zvecr zvecr merged commit b78118b into master Sep 30, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.8 branch September 30, 2024 19:31
itsme-zeix pushed a commit to itsme-zeix/qmk_firmware that referenced this pull request Oct 2, 2024
)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
byuheng pushed a commit to byuheng/qmk_firmware that referenced this pull request Oct 2, 2024
)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pcwa-ahendricks added a commit to wheredoesyourmindgo/serenity-qmk that referenced this pull request Oct 20, 2024
commit 7f22cb52e3aaafde671fdb994d53914366baf31a
Author: Duncan Sutherland <[email protected]>
Date:   Fri Oct 18 09:04:29 2024 +0100

    Correct layouts/default/readme.md (#23805)

    Update readme.md

    remove orphan layout

commit 36008922f8456694d45d2c36500dfba3c4271b09
Author: David Doan <[email protected]>
Date:   Thu Oct 17 09:06:17 2024 -0700

    add vector macropad (#24487)

    Co-authored-by: Joel Challis <[email protected]>
    Co-authored-by: jack <[email protected]>
    Co-authored-by: Ryan <[email protected]>

commit 2ad13037aba7e03ed9e869c1500da4474543d8b6
Author: Alabahuy <[email protected]>
Date:   Wed Oct 16 23:16:31 2024 +0700

    [Keyboard] Add JK60 RGB (#24485)

commit 85a7627641cbbc71de1a89b0346ee7d92d4fb394
Author: Ryan <[email protected]>
Date:   Wed Oct 16 01:05:43 2024 +1100

    Digitizer: fix units tag in report descriptor (#24482)

commit 11daef82e0c710d7bdacc7c78fe21fae864be191
Author: Joel Challis <[email protected]>
Date:   Sat Oct 12 00:29:32 2024 +0100

    zsa/moonlander: Fix execution of user callback (#24475)

commit c95f0fb6710e5def9523d19496c93a10d278d78a
Author: Ryan <[email protected]>
Date:   Sat Oct 12 02:48:59 2024 +1100

    `mykeyclub/jris65/hotswap`: fix keymap (#24472)

commit f0b5feb85806269d5c51684e8d7787ee8a084567
Author: Woodrow Douglass <[email protected]>
Date:   Thu Oct 10 23:31:08 2024 -0400

    fix hotdox76v2 oled font to more closely mirror utf8 (#23807)

commit f43c9127bf9e030ffb372fe46179abf99d7d8b72
Author: Joe Scotto <[email protected]>
Date:   Thu Oct 10 23:27:56 2024 -0400

    Add Scotto37 handwired keyboard (#23938)

    Co-authored-by: Joel Challis <[email protected]>

commit 4055798807fed370f81f8b5670a70b71504c6d34
Author: azhizhinov <[email protected]>
Date:   Fri Oct 11 06:01:00 2024 +0300

    [Keyboard] Add Piantor UV 44 (#24247)

    Co-authored-by: Ryan <[email protected]>

commit 49a1a12a327e6f78db184e83e8ea805da4477775
Author: Drashna Jaelre <[email protected]>
Date:   Thu Oct 10 12:54:53 2024 -0700

    Expand count checks in keymap introspection (#24464)

    * Add check Tap Dance count check to keymap introspection

    * Add checks for combos and key overrides to introspection

commit fb598e7e617692be0bf562afaf3c852c8db1c349
Author: フィルターペーパー <[email protected]>
Date:   Wed Oct 9 12:30:32 2024 +0800

    Fixup Lily58 keymap comment (#24466)

commit c0d57a6826e9535ac4b0cc6053a3951073c4bbef
Author: yiancar <[email protected]>
Date:   Tue Oct 8 19:51:23 2024 +0100

    Fix indicator code for NK classics (#24462)

    Fix indicator code

    Co-authored-by: yiancar <[email protected]>

commit 1a284f2b92f1cc6334eb7c3e1c3618e659cafc63
Author: Álvaro A. Volpato <[email protected]>
Date:   Mon Oct 7 01:29:03 2024 -0300

    Fix Caps Lock indication on Valhalla v2 (#23012)

    * Fix Caps Lock indication

    * User LED state function override added

    Co-authored-by: Drashna Jaelre <[email protected]>

    * Change backlight enabled check and remove backlight headers

    Co-authored-by: Drashna Jaelre <[email protected]>

    ---------

    Co-authored-by: Drashna Jaelre <[email protected]>

commit f25624dca4717150f719bc6d72418a6e195fb1f7
Author: Joel Challis <[email protected]>
Date:   Sun Oct 6 18:26:48 2024 +0100

    Fix `thumbsup:default` keymap (#24459)

commit 035dcf213cce0f9d55a11284802144c3721a8f7f
Author: sizezero <[email protected]>
Date:   Sun Oct 6 10:01:30 2024 -0700

    Add keyboard Jris65 (#23936)

    * first compiled, flashed, and tested version of jris65

    * adding readmes for mykeyclub and jris65

    * removed commented out code and unneeded files

    * typo in build instructions

    * renamed info.json to keyboard.json as per new standard

    * formatted with qmk format-json

    * fixed layout offset problem

    * moved some settings from c/h files to json

    * moved matrix from .h file to .json

    * cleaned up non-json options

    * moved settings from rules.mk to keyboard.json

    * fix for via after removing .h file

    * converted keymap.c to keymap.json

    * keymap.c has been replaced by keymap.json

    * FN+Backspace loads bootload

    * added custom keymap for Sean

    * config.h setting is only needed by via

    * formatted json

    * convert via keymap from .c .h .mk to keymap.json

    * moved keyboard configuration to hotswap dir; note in readme that only hotswap has been tested

    * Update keyboards/mykeyclub/jris65/keymaps/default/keymap.json

    Co-authored-by: jack <[email protected]>

    * typo

    Co-authored-by: jack <[email protected]>

    * blank layers do not need to be specified

    Co-authored-by: jack <[email protected]>

    * added other valid layouts

    Co-authored-by: Duncan Sutherland <[email protected]>

    * added other valid layouts

    Co-authored-by: Duncan Sutherland <[email protected]>

    * added other valid layouts

    Co-authored-by: Duncan Sutherland <[email protected]>

    * added other valid layouts

    Co-authored-by: Duncan Sutherland <[email protected]>

    * removed extra newline

    Co-authored-by: Duncan Sutherland <[email protected]>

    * cleaned up wording in readme

    Co-authored-by: Duncan Sutherland <[email protected]>

    * QMK no longer supports user keymaps

    * remove settings that are already the default (false settings)

    Co-authored-by: jack <[email protected]>

    * add image

    Co-authored-by: Duncan Sutherland <[email protected]>

    * add missing commas (formatting)

    Co-authored-by: Duncan Sutherland <[email protected]>

    * add missing commas (formatting)

    Co-authored-by: Duncan Sutherland <[email protected]>

    * add missing commas (formatting)

    Co-authored-by: Duncan Sutherland <[email protected]>

    * re-added second layer with QK_BOOT for backspace

    * make the hotswap the default keyboard

    * added keyboard director prefix to DEFAULT_FOLDER

    * ran qmk format-json on keyboard.json

    * DEFAULT_FOLDER option is going away so don't use it

    * removed via keymap as they now reside in qmk_userspace_via

    ---------

    Co-authored-by: jack <[email protected]>
    Co-authored-by: Duncan Sutherland <[email protected]>

commit 7446c6ea7d49b9967b6f308e47a351f8c1398ab5
Author: ak66666 <[email protected]>
Date:   Sun Oct 6 05:08:18 2024 -0400

    Added a new keyboard ThumbsUp! v9 with a default keymap (#23800)

    * Added a cleaned-up set of files for ThumbsUp! v9.

    * Renamed the keymap for v9 as default

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

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

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

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

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

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

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

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

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

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

    * Update keyboards/thumbsup/rev9_promicro_4x12/info.json

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

    * Update keyboards/thumbsup/rev9_promicro_4x12/readme.md

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

    * Update keyboards/thumbsup/rev9_promicro_4x12/readme.md

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

    * Update keyboards/thumbsup/rev9_promicro_4x12/rules.mk

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

    * Update keyboards/thumbsup/rev9_promicro_4x12/info.json

    As per PR review suggestions.

    Co-authored-by: jack <[email protected]>

    * Apply suggestions from code review

    Co-authored-by: jack <[email protected]>

    * Delete keyboards/thumbsup/keymaps/default/readme.md as per review recommendation.

    * v9: Fixed the layout name in keymap.c file.

    * v9: PR recommendatios applied - rules.mk file removed, info.json renamed to keyboard.json.

    * v9: PR recommendatios applied - rules.mk file removed, info.json renamed to keyboard.json.

    * v9: Fixed the copyright header modified by mistake.

    * v9: Fixed the tri-layer switch as per the review recommendation.

    * v9: Fixed the copyright header modified by mistake.

    ---------

    Co-authored-by: jack <[email protected]>

commit ff213636279a3fe4f55077d684e9283bc9b726e8
Author: Robin Haberkorn <[email protected]>
Date:   Sun Oct 6 11:01:20 2024 +0200

    ibm/model_m/modelh: added ISO layout and keymap for Wheelwriter 10/15 keyboard modules (#24248)

    These are probably compatible with the Wheelwriter 1000 as well.

commit c2dd0c184521c34b11f4189328c64bd99dfe860a
Author: Steven Karrmann <[email protected]>
Date:   Sun Oct 6 04:52:56 2024 -0400

    Update Janus keyboard firmware to use EE_HANDS (#24261)

    * Use EE_HANDS https://docs.qmk.fm/features/split_keyboard#handedness-by-eeprom

    * Update Janus readme to indicate EEPROM handedness is used

commit 13a87ad354c90a638cc7a71e7d23bead2f4771eb
Author: rahanahu <[email protected]>
Date:   Sun Oct 6 17:51:06 2024 +0900

    `hotdox76v2`: Update g_led_config.matrix_co to fix key electrical matrix to led index lookup table. (#24293)

    update g_led_config on hotdox76v2/hotdox76v2.c

    Co-authored-by: rahanahu <[email protected]>

commit c82f6752666aa5795f80b90892c241dc40eb68d9
Author: Nick Brassel <[email protected]>
Date:   Sun Oct 6 21:39:37 2024 +1300

    Install `dnf copr` plugin if not present (i.e. docker containers). (#24308)

    * Install `dnf copr` plugin if not present (i.e. docker containers).

    * Don't need to skip prompt when invoking help.

commit e12c1fefdfedbf772d10377c85e2c3caffbdb644
Author: yiancar <[email protected]>
Date:   Sat Oct 5 10:16:25 2024 -0600

    NK Classic TKL ISO (#24434)

    * initial_commit

    * fix keymap

    * Update keyboards/novelkeys/nk_classic_tkl_iso/keyboard.json

    Co-authored-by: Duncan Sutherland <[email protected]>

    ---------

    Co-authored-by: Duncan Sutherland <[email protected]>

commit 6a73c8299b53426295e6af9c30a51a1823b872c1
Author: anubhav dhiman <[email protected]>
Date:   Wed Oct 2 17:28:41 2024 -0700

    Add atset AT2 keyboard (#24099)

    Co-authored-by: Ryan <[email protected]>
    Co-authored-by: jack <[email protected]>
    Co-authored-by: Joel Challis <[email protected]>
    Co-authored-by: zvecr <[email protected]>

commit 6374bad54060995eb43dc3bf2e6975d787aca53d
Author: DOIO2022 <[email protected]>
Date:   Thu Oct 3 08:27:36 2024 +0800

    Add KB09-01 keyboard (#24044)

    Co-authored-by: jack <[email protected]>

commit b78118b2dd5267516a80e0fa7460ca491aafef4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 30 20:31:03 2024 +0100

    Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 (#24453)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.4...v4.6.8)

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

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 015cd23616b921115002b4d6238d7ed1350f8f66
Author: Pham Duc Minh <[email protected]>
Date:   Mon Sep 30 07:23:21 2024 +0700

    [Keyboard] Add DE80 PCB (#24439)

commit f18a6993936517c86afa3e383fd16bb3b9611691
Author: Ryan <[email protected]>
Date:   Mon Sep 30 09:26:31 2024 +1000

    [docs] `reference_info_json`: add type hints (#24443)

commit 4d6337539d4166eb1ef92251253f53d379ef852c
Author: Joel Challis <[email protected]>
Date:   Sat Sep 28 01:58:22 2024 +0100

    Revert "Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.6" (#24450)

    Revert "Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.6 (#24446)"

    This reverts commit 17fac880bf26d36bde6456d283b7db08c131a0c8.

commit 17fac880bf26d36bde6456d283b7db08c131a0c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 27 20:38:32 2024 +0100

    Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.6 (#24446)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.6.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.4...v4.6.6)

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

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 805cde674d6e7bb5c09fdc48dd04b135cc3430ac
Author: Eric <[email protected]>
Date:   Thu Sep 26 11:43:39 2024 -0700

    input_club/ergodox_infinity ST7565 call spi_stop (#24429)

commit f7393a5ab85e7b94f5ed19031a8fbb11b7f76e18
Author: nopunin10did <[email protected]>
Date:   Wed Sep 25 15:25:03 2024 -0400

    Fix jabberwocky key coordinates in QMK Configurator (#24435)

commit 93cc3f58b1e99945268dd039d98feb71d70a0acd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 24 09:55:18 2024 +0100

    Bump rollup from 4.16.4 to 4.22.4 in /builddefs/docsgen (#24430)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.16.4 to 4.22.4.
    - [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.16.4...v4.22.4)

    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6a536d5588b17687d34c30b598945b855d2c1a35
Author: pancho horrillo <[email protected]>
Date:   Sat Sep 21 20:48:31 2024 +0200

    `.editorconfig`: fix inline comment, tidy name section for yaml (#24416)

commit 4665d9c405dfe00aec5abb0bb0acbe4b0400bfdf
Author: studiokestra <[email protected]>
Date:   Sat Sep 21 11:29:12 2024 -0600

    [Keyboard] Add Fairholme PCB (#24400)

    Co-authored-by: Duncan Sutherland <[email protected]>

commit 2e86b05cab7e0bef6b4faf30d4c816f8b459452d
Author: Joe Scotto <[email protected]>
Date:   Sat Sep 21 13:24:38 2024 -0400

    Add Scotto69 (PCB Edition) (#24402)

    Co-authored-by: Joel Challis <[email protected]>

commit 61778f6136cac6f73ad042a1fb85b6bb548a7c1c
Author: plodah <[email protected]>
Date:   Fri Sep 20 02:28:57 2024 +0100

    Fix a_jazz/akc084 render (#24411)

    * Alter ZXC row to have y index of 4 and bottom row to have index of 5

    * Fix other issues with `]}`,  `'"` & Enter - pointed out by noroadsleft

commit 1c03574424bfb0fa599d6cabf4ec724bfb27c21e
Author: Dasky <[email protected]>
Date:   Wed Sep 18 15:46:13 2024 +0100

    Fix ADNS-9800 read (#24406)

commit 42f1763db93b0f2c962e204ccc6e8ec7b07424a8
Author: kbladewht <[email protected]>
Date:   Wed Sep 18 17:06:50 2024 +0800

    Workaround for broken STM32L433 startup (#24404)

    Change STM32L433 LSI to False, this is to fix board startup issue , change is same to stm32L432 board

commit e7c009c142e30f6a4433e2a27ea6b56e611e68af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 18 09:56:46 2024 +0100

    Bump vite from 5.2.10 to 5.2.14 in /builddefs/docsgen (#24403)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.10 to 5.2.14.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit aa05fa649fae1f5318ef36d93cb79a6bf4b94f47
Author: jack <[email protected]>
Date:   Sat Sep 14 16:09:01 2024 -0600

    Update PR template (#24397)

    Initial

commit 0b3ece1189b11e36790c99a1a80f75413b826bb4
Author: Sergey Vlasov <[email protected]>
Date:   Fri Sep 13 23:52:31 2024 +0300

    `qmk find`: Fix handling of keys with dots in filter functions (#24393)

commit ae4ab5ed31360cbb327436ae7e76d1d0cef59449
Author: nopunin10did <[email protected]>
Date:   Fri Sep 13 00:58:02 2024 -0400

    [Keyboard] Styrka Atmel Custom PCB (#24380)

    * Workaround for broken ChibiOS startup (#23822)

    * Add personal keymap JSON

    * Delete viktus_styrka_nopunin10did_20240529.json

    * Add custom Styrka Atmel firmware

    * Styrka Atmel fixes to compile and readme

    * Remove VIA keymap

    * Remove user keymap and edit readme

    ---------

    Co-authored-by: Joel Challis <[email protected]>

commit 0c19eae916e5c883764a8e551077b5eeb32de152
Author: Ryan <[email protected]>
Date:   Fri Sep 13 03:30:28 2024 +1000

    `4pplet/waffling80/rev_b_ansi`: fix missing `keyboard.json` (#24390)

commit b7729fa019833573b82d0742d9879388bfb6913c
Author: nonameCCC <[email protected]>
Date:   Wed Sep 11 13:43:36 2024 +0800

    [Keyboard] Add Support for PH-AC Rhythm Game Controller (#24368)

    * [Keyboard] Add PHDesign PH-AC Rhythm Game Contoller

    Co-authored by alt-0191

    * Detail Improvement

    * Update keyboard.json

    * Update readme.md

    * Update readme.md

    * Created Encoder Matrix

    * Posted Images

    * Suggested Changes

    * Update keyboard.json

    * Update readme.md

    * Update keyboard.json

    * Update readme.md

commit e0788d19d4c3ea3b4f2f706baaaf16912f1c2dec
Author: Cipulot <[email protected]>
Date:   Sun Sep 8 21:19:39 2024 +0300

    Update EC60X LED count (#24374)

    Update keyboard.json

commit f0435451446621a0e768c8a9123789b239a325b4
Author: jack <[email protected]>
Date:   Fri Sep 6 10:30:54 2024 -0600

    [Docs] Remove references to bootmagic lite (#24369)

commit c44f5375ab6aa3ad98d48a8a32a973f8fe6ad20b
Author: Duncan Sutherland <[email protected]>
Date:   Fri Sep 6 15:59:39 2024 +0100

    Correct 2u backspace matrix co-ordinate for Fave65s (#24353)

commit 6d4f8d896398dda1177aa73ec2110fc0e3e10729
Author: jack <[email protected]>
Date:   Fri Sep 6 08:42:22 2024 -0600

    [Keyboard] Add Klor (#24302)

commit 75848477fbfb3d37f0644db49ea1abe538c7321f
Author: 4pplet <[email protected]>
Date:   Fri Sep 6 08:35:26 2024 +0200

    Add waffling80 hotswap PCB (#23551)

    Co-authored-by: jack <[email protected]>

commit 4a6ba1e808f02c285323447f620ca296c59ae2f2
Author: Ryan <[email protected]>
Date:   Fri Sep 6 08:46:29 2024 +1000

    Fix RGBW for WS2812 SPI driver (#24367)

commit e83a36dfbf20f9a9d89a542d1a80c5cdc479c502
Author: Perry Wang <[email protected]>
Date:   Thu Sep 5 14:27:35 2024 -0700

    Fixes renaming typo of uno/rev2 json back to keyboard.json (#24366)

    Rename keyboard.jsono to keyboard.json

commit 2b55e43e5411346a754b81e095b74a042fb48953
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 4 03:57:19 2024 +0100

    Bump peter-evans/create-pull-request from 6 to 7 (#24361)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)

    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ef3a939880dc86228eceeb1ed10f158ab0a7bcb2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 2 20:46:02 2024 +0100

    Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#24358)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.4)

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

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 28b6a8841fcc4f3198b107f1ae0bf4e3badf3fca
Author: Ryan <[email protected]>
Date:   Mon Sep 2 09:13:28 2024 +1000

    Add `60_ansi_tsangan_split_bs_rshift` to community layouts (#24186)

commit 884a808813fe9e5f90aab4079a5944997465161e
Author: Stefan Otte <[email protected]>
Date:   Sun Sep 1 18:59:21 2024 +0200

    doc: "docker getting started" mentions `flash` limitations (#24336)

    * doc: "docker getting started" mentions `flash` limitations

    Mass storage bootloader don't work with `flash` target.

    * Update docs/getting_started_docker.md

    Co-authored-by: James Young <[email protected]>

    ---------

    Co-authored-by: James Young <[email protected]>

commit fba0408cb3735867167cfd3e990e0cbd7f58d165
Author: Duncan Sutherland <[email protected]>
Date:   Sun Sep 1 04:46:47 2024 +0100

    Add matrix diagram for EC 60X (#24045)

    * add matrix_diagram.md

    * Update matrix_diagram.md

    * Update matrix_diagram.md

    * Update matrix_diagram.md

    * unix line endings

commit 16a811604ba9c60603e224e34d06b97f740926d7
Author: Joe Scotto <[email protected]>
Date:   Fri Aug 30 23:46:38 2024 -0400

    [Keyboard] Add ScottoHazard (#24181)

    * Add ScottoHazard

    * Update to proper layout

    * Add header license

    * Update keyboards/handwired/scottokeebs/scottohazard/config.h

    Co-authored-by: Drashna Jaelre <[email protected]>

    * Update keyboards/handwired/scottokeebs/scottohazard/keyboard.json

    Co-authored-by: Drashna Jaelre <[email protected]>

    * Delete keyboards/handwired/scottokeebs/scottohazard/rules.mk

    ---------

    Co-authored-by: Drashna Jaelre <[email protected]>

commit d7e1eb3e48115d65b1f405172f16cf483c3a5d4e
Author: Armin Anderson <[email protected]>
Date:   Fri Aug 30 20:44:03 2024 -0700

    [Docs] Update joystick.md (#23928)

    Explicit note about compatibility with ARM boards and the ADC driver

commit 0da9bd2709abf798f589ecdbd694d92151c241a2
Author: fenggx-a-jazz <[email protected]>
Date:   Fri Aug 30 10:57:06 2024 +0800

    Add a-jazz akc084 keyboard (#24224)

    Co-authored-by: jack <[email protected]>

commit d4811c19b06029c1925d46b073f5478e72352194
Author: jack <[email protected]>
Date:   Thu Aug 29 20:21:53 2024 -0600

    Fix wrong OLED code for a few keyboards (#24344)

    * Initial

    * Other keyboards too

commit 496f4480907e45be7b04a318b62d1ed6d2aa7f08
Author: Ryan <[email protected]>
Date:   Fri Aug 30 12:20:05 2024 +1000

    Fix two firmware size warnings (#24343)

commit d95690d89c89301845b1c87a8b8773c610e07fab
Author: Antoine Bertin <[email protected]>
Date:   Fri Aug 30 03:56:25 2024 +0200

    [Keyboard] Fix splitkb/corne OLED code (#24260)

commit fd65bd5ae014565d333195285b154d9eeca9294b
Author: leyew <[email protected]>
Date:   Wed Aug 28 22:52:02 2024 +0800

    [Keyboard] Add Acid and Co. Stellaron TKL (#24154)

commit 4b1f916b9964dc8dee5d2b2aa3a9b8385be652f1
Author: Thanh Son Tran <[email protected]>
Date:   Wed Aug 28 21:38:37 2024 +0700

    [Keyboard] Add Tyson60s keyboard (#24047)

commit 0f434865376ef012b377c9e319aaac7da0f924b4
Author: Nick Brassel <[email protected]>
Date:   Tue Aug 27 08:05:45 2024 +1000

    Changelog update with actual `qmk_userspace_via` link. (#24332)

commit 530e0447621c8a23dbd2bf22137b1e90bdc61989
Author: Joel Challis <[email protected]>
Date:   Mon Aug 26 22:28:23 2024 +0100

    Update PR Checklist for 'via' keymaps (#24330)

commit 8b42e5fb8f74da4de63f3cec941f53ba6b974aba
Author: zlabkeeb <[email protected]>
Date:   Mon Aug 26 18:58:48 2024 +0700

    [Keyboard] Add Macropad VRYNBOARD (#23931)

    Co-authored-by: jack <[email protected]>
    Co-authored-by: Ryan <[email protected]>
    Co-authored-by: Joel Challis <[email protected]>
    Co-authored-by: jack <[email protected]>
    Co-authored-by: ZahraNetMe <[email protected]>

commit c1348224862d9b4473b5dda7605bf1b6e12d119d
Author: Ryan <[email protected]>
Date:   Mon Aug 26 15:14:06 2024 +1000

    Update next breaking changes date (#24331)

commit 63206aebcf8ff47d7e0a24d76eb0e39046a33d47
Author: MrMustardTBC <[email protected]>
Date:   Sun Aug 25 22:34:42 2024 -0500

    fixed spelling errors in example 4 (#24318)

commit c05cafa3dfa485b2cbb056ee4d3bd5caaa9a8b71
Author: Joel Challis <[email protected]>
Date:   Mon Aug 26 04:33:40 2024 +0100

    Add via keymaps to gitignore (#24329)

commit 7a4f21d34086278cf1484e4e92837260f76b1396
Author: Joel Challis <[email protected]>
Date:   Mon Aug 26 03:56:03 2024 +0100

    Reject via keymaps in lint (#24325)

commit 5d76c5280dc0aff398cdce19fa54d0e0725c418d
Merge: e6a898e3ee 81dcf2b547
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 26 10:01:57 2024 +1000

    Merge branch 'develop'

commit 81dcf2b547bacc42bd9cf8ccaccd3d7164e69926
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 26 10:00:11 2024 +1000

    Merge point for 2024q3 breaking change -- take 2

commit 5741eb7b10ecc7da4453424004fd291ed0573e4d
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 26 09:57:35 2024 +1000

    Fixup python tests for missing `via` keymaps.

commit 9976d0f54775d63f913157e69026dd5c55f22282
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 26 09:49:08 2024 +1000

    Merge point for 2024q3 breaking change

commit acac787842fa7c0582f5f83ce2b23661969a1a8d
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 26 09:46:12 2024 +1000

    2024q3 breaking changes changelog (#24324)

    Co-authored-by: Joel Challis <[email protected]>

commit 45dc2499dc369ce0ac7a4868a01ffb18fbaf0384
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 26 07:51:22 2024 +1000

    Remove all via-enabled keymaps, including `via`. (#24322)

commit 8f6d2ac53cdde6d0befc9f86c326f56620dcfcc0
Author: Ryan <[email protected]>
Date:   Sun Aug 25 22:15:07 2024 +1000

    Update Underglow keycodes (#23765)

    Co-authored-by: Nick Brassel <[email protected]>

commit fc9d848a775b7d0b9f74e3df6a247d03a3189100
Author: Nebuleon <[email protected]>
Date:   Sat Aug 24 09:10:48 2024 -0400

    Fix build failure on zsa/moonlander with DYNAMIC_MACRO_ENABLE (#24316)

commit b3bb19a96dd2198ad48e3d9f855d76bfa0e00022
Merge: 048f2ddcbf e6a898e3ee
Author: QMK Bot <[email protected]>
Date:   Wed Aug 21 21:56:55 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit e6a898e3eea3521d3f0497ee26937d5269d78fb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 21 22:56:22 2024 +0100

    Bump tj-actions/changed-files from 44 to 45 (#24313)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45)

    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 048f2ddcbf36241f6ce5ecab2b5392a1f03e2dea
Merge: 31b962b339 373364afd1
Author: QMK Bot <[email protected]>
Date:   Wed Aug 21 14:16:01 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 31b962b3397818166aba94912879d44d30c75d2e
Merge: 97a0091bbb 557e4e7ffc
Author: QMK Bot <[email protected]>
Date:   Mon Aug 19 19:05:10 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 97a0091bbbaf2defefddbf1fa4423d5ecba01086
Merge: 21b84596e7 e910c89e0b
Author: QMK Bot <[email protected]>
Date:   Mon Aug 19 18:08:45 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 21b84596e7c372eeeedcf41a32c6c25379cd8f0e
Author: フィルターペーパー <[email protected]>
Date:   Mon Aug 19 10:18:28 2024 +0800

    Enhance overlapping mouse keys control (#23341)

    Enhance the overlapping mouse key press acceleration (introduced in #21494) with user preprocessor controls.

commit e9cb9f42a511afd24a47812b5cf83895e8936744
Author: Drashna Jaelre <[email protected]>
Date:   Sun Aug 18 17:13:38 2024 -0700

    [Keyboard] Update ZSA Moonlander (#23911)

commit 48d3edd66f617421a1b8c58b8e03e9e83f836346
Merge: ab4c13e835 1355eb493f
Author: QMK Bot <[email protected]>
Date:   Sun Aug 18 21:33:42 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit ab4c13e835060f6fb921a7d206e28f9525d34178
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 17 17:35:10 2024 -0700

    Add dynamic macro keyboard callbacks (#24142)

commit faf51c7449880d38a006a19bf900be547177928a
Merge: 8db800bfba 072947e573
Author: QMK Bot <[email protected]>
Date:   Sat Aug 17 20:41:16 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 8db800bfbab9c0ff26805ba61f579fdd6e321dc7
Merge: 5f8aaf236f fe50774cb4
Author: QMK Bot <[email protected]>
Date:   Thu Aug 15 14:22:39 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 5f8aaf236ff1cd2263ceeccfda48644c1b951004
Merge: 1f02cd45af 39324e642f
Author: QMK Bot <[email protected]>
Date:   Thu Aug 15 13:37:59 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 1f02cd45af7e59d9a62baf630a648a6185be792b
Merge: 2d2eed9594 b07a68230d
Author: QMK Bot <[email protected]>
Date:   Thu Aug 15 11:11:07 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 2d2eed9594bb62b79d1eaffe25775d56adcd537f
Author: Drashna Jaelre <[email protected]>
Date:   Wed Aug 14 06:27:37 2024 -0700

    [Keyboard] Move Planck EZ to ZSA vendor folder (#23917)

commit 822a4580f45f5cdf7c0857e21b8144e933681f7f
Author: フィルターペーパー <[email protected]>
Date:   Wed Aug 14 07:55:00 2024 +0800

    Refactor starlight RGB matrix effects (#24202)

    * Use unsigned integers
    * Use lib8tion random8 function
    * Test for valid LED flags
    * Use rgb_matrix_hsv_to_rgb function

commit 91f293d0c7209c9421d4fbc8b952a8501b0b56fb
Author: フィルターペーパー <[email protected]>
Date:   Wed Aug 14 07:54:01 2024 +0800

    Refactor riverflow RGB matrix loop (#24203)

    Check for LED flags at the start of loop to skip early

commit 40f2575b567234e78d2e13451fc90b7e04ef7049
Author: Izumemori <[email protected]>
Date:   Tue Aug 13 01:06:24 2024 +0200

    Fix NKRO and Mouse Emulation on arm_atsam (#23945)

commit 45397a44e31b56189d35cbd77a20252cb2140aa1
Merge: 2c6409fdd8 dccada95aa
Author: QMK Bot <[email protected]>
Date:   Mon Aug 12 13:26:02 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 2c6409fdd8deed5b10410b5e9a74748499e0739c
Merge: 783f97ff32 380e0c9cad
Author: QMK Bot <[email protected]>
Date:   Mon Aug 12 12:34:54 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 783f97ff32de1d6febceb09f46dfa624e4fc56ec
Author: Joel Challis <[email protected]>
Date:   Mon Aug 12 13:29:05 2024 +0100

    Remove handling of keyboard level keymap templates (#24234)

commit ca6ba30a725c025ce2494276c703ff1d0d51b29b
Merge: 019b6f67b2 158aaef78c
Author: QMK Bot <[email protected]>
Date:   Mon Aug 12 10:36:29 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 019b6f67b2029030a664a2d7ef545b08ace8bedb
Author: Joel Challis <[email protected]>
Date:   Sat Aug 10 13:50:36 2024 +0100

    Remove keyboard level `QK_BOOT` implementations (#24231)

commit 339b820520e13ea9c21eada904a973576a7985cc
Author: jack <[email protected]>
Date:   Wed Aug 7 21:48:44 2024 -0600

    Fixup `handwired/dactyl_minidox` (#24253)

    * Initial

    * Fix missing bracket

    * Fix keymap name

    * Fix rgb matrix coordinates

    * Remove unncessary centre point

commit fc209e1c516553ceb536a3ec811d67600f5e9ffe
Merge: c0e2ecb825 5acc3b2b7b
Author: QMK Bot <[email protected]>
Date:   Wed Aug 7 20:44:32 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit c0e2ecb82510897a14f4a3409e8b0984e3828b15
Merge: 142128740d 78900720fd
Author: QMK Bot <[email protected]>
Date:   Wed Aug 7 20:38:19 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 142128740d9c91426ada5031d6e1e7deee152b1e
Merge: ac1b488170 c67c3d375b
Author: QMK Bot <[email protected]>
Date:   Wed Aug 7 20:29:11 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit ac1b4881707d78aab3870583ace7d7970f05da27
Author: Joel Challis <[email protected]>
Date:   Sun Aug 4 20:34:57 2024 +0100

    Refactor printedpad (#24236)

commit b5b4e938579b2cc1c088054814e6a0a9c01cea1a
Author: Joel Challis <[email protected]>
Date:   Sun Aug 4 15:14:30 2024 +0100

    Refactor orthocode (#24237)

commit 1f942bb17e0f324f81788106a72c7573304d65ff
Author: Ryan <[email protected]>
Date:   Sun Aug 4 21:28:40 2024 +1000

    Small tweaks to keymap generation (#24240)

commit 5c10bd3d8c4815c4577b90995fcc2b000a1af13b
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 4 11:44:24 2024 +1000

    Fixup changelog entry path.

commit 0fbe15030357a9dca7d6d3d9de4facea5a7b4bcc
Author: Joel Challis <[email protected]>
Date:   Sun Aug 4 02:07:02 2024 +0100

    Remove unnecessary RGB Matrix shutdown hooks (#24238)

commit 0b4065b50cbcb1760c7e81d3c550c2dfdacd9d83
Author: Ryan <[email protected]>
Date:   Sun Aug 4 11:03:54 2024 +1000

    `hs60/v1`: separate into ANSI and ISO revisions (#24136)

commit b04fee4ff74420c7495ac6e5e7f655a035ac6653
Merge: ddc60da839 75402109e9
Author: QMK Bot <[email protected]>
Date:   Sat Aug 3 23:48:33 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit ddc60da83946e715cc26d3a603f576fb02c41e34
Merge: bb20093b24 fa657fef70
Author: QMK Bot <[email protected]>
Date:   Sat Aug 3 23:38:27 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit bb20093b2472615ee32b5dd50e72f52329928459
Merge: 8808fffc2f d28a50e176
Author: QMK Bot <[email protected]>
Date:   Sat Aug 3 22:17:52 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 8808fffc2f03cc1cf53452af63101470036de887
Author: Joel Challis <[email protected]>
Date:   Sat Aug 3 23:10:09 2024 +0100

    Refactor opendeck/32 (#24233)

commit 9f387f525cb7f9099c4a90ad42d1195c1901c2a3
Author: Ryan <[email protected]>
Date:   Sun Aug 4 01:55:02 2024 +1000

    Remove `handwired/pytest/has_template` (#24232)

commit 807ba71c897cae04ed3191267545636858404438
Merge: 5439507f5e c7662e4f36
Author: QMK Bot <[email protected]>
Date:   Wed Jul 31 00:08:24 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 5439507f5e31de83bb237969c5bbc3f32aeb1469
Merge: 8ca082892a 73cb6fd89f
Author: QMK Bot <[email protected]>
Date:   Tue Jul 30 21:22:14 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 8ca082892ab0502746855a18853ea218a4b931ac
Author: Nick Brassel <[email protected]>
Date:   Tue Jul 30 13:06:15 2024 +1000

    Eliminate use of `#include "../default/keymap.c"`. (#24215)

commit 9c1e1d1fee88fbcb91f02af65d391abdeabba308
Merge: 02b43b4b60 d538451adb
Author: QMK Bot <[email protected]>
Date:   Sun Jul 28 18:16:45 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 02b43b4b603a426627c63e7bd0e48de8e88028e6
Author: Joel Challis <[email protected]>
Date:   Sat Jul 27 06:02:51 2024 +0100

    Refactor use of `matrix_scan_kb` (#24200)

commit 20ae67ba01c4fd934ae73476a17c8e7d36c821d0
Author: Joel Challis <[email protected]>
Date:   Sat Jul 27 05:56:33 2024 +0100

    Remove duplicate calls to `housekeeping_task_user` (#24201)

commit 938837e881cb45fd567dfe8b4a2759c71864ec74
Author: Less/Rikki <[email protected]>
Date:   Fri Jul 26 22:14:00 2024 -0400

    refactor: keyboard/ncr80/r2 (#22670)

    Co-authored-by: Duncan Sutherland <[email protected]>

commit b3d8d5671cc198ab5702ea3cecd920e50745a1f3
Merge: 56ebd3b829 cf84ea7662
Author: QMK Bot <[email protected]>
Date:   Fri Jul 26 00:42:26 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 56ebd3b8297db4dc2c1e1f36ef522e98468a5988
Author: Dasky <[email protected]>
Date:   Thu Jul 25 22:51:32 2024 +0100

    Rename promicro_rp2040 converter to sparkfun_pm2040 (#24192)

commit f98ddf02f4fe522adfc5980e313dfe7efeba390f
Author: Joel Challis <[email protected]>
Date:   Wed Jul 24 22:11:18 2024 +0100

    Remove split.transport.protocol=serial (#24191)

commit c25b3bbe90881de411ab2e3ba2720b51d38060b0
Merge: c45e75037b 8c35011d0a
Author: QMK Bot <[email protected]>
Date:   Wed Jul 24 05:17:22 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit c45e75037bcb10691ee26ca41d7c2c119170c3bf
Merge: 783f465cd4 8c5acdea12
Author: QMK Bot <[email protected]>
Date:   Wed Jul 24 03:51:08 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 783f465cd4fe5c677bdf62653da6499c35b78a67
Merge: 59c275afbc 60c5ad821c
Author: QMK Bot <[email protected]>
Date:   Tue Jul 23 23:06:19 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 59c275afbc2f01dbee750c0a59e20ada2913252b
Author: フィルターペーパー <[email protected]>
Date:   Wed Jul 24 02:34:00 2024 +0800

    Check LED flags for Pixel Fractal effect (#23881)

commit bcfe3a071851f4c8bd06928014dd9c744fdb5e80
Author: Joel Challis <[email protected]>
Date:   Tue Jul 23 15:49:11 2024 +0100

    Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)

commit adb884761d503ff59e462eaf093b04889c3c8e66
Merge: e8103722bc 622dc56250
Author: QMK Bot <[email protected]>
Date:   Tue Jul 23 11:21:45 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit e8103722bcbce957ebf15da34b80571b49737572
Author: Joel Challis <[email protected]>
Date:   Tue Jul 23 12:13:05 2024 +0100

    Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)

commit ce1adce69621378d5200d41d8ff0f15368c9161f
Author: Joel Challis <[email protected]>
Date:   Tue Jul 23 12:12:52 2024 +0100

    Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)

    Migrate split.soft_serial_pin to split.serial.pin

commit df2d30fd2c224ec2312d63f3eab35dd8b446c3b3
Merge: 883821fa62 d079372580
Author: QMK Bot <[email protected]>
Date:   Tue Jul 23 11:04:03 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 883821fa621a487b8d6a079cdf460831a1d63025
Author: Cipulot <[email protected]>
Date:   Tue Jul 23 19:38:03 2024 +0900

    Rename EC Type-K (#24180)

    Board name order change and default brightness change

commit 599899c5fb66eca107b14af939744e0afd3b5685
Merge: 1eaead3ba4 af70e3759a
Author: QMK Bot <[email protected]>
Date:   Tue Jul 23 10:37:50 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 1eaead3ba4afd6c1acac544ac3299da0cd93795c
Merge: 9da9b245d3 4bcc80ad46
Author: QMK Bot <[email protected]>
Date:   Mon Jul 22 16:13:06 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 9da9b245d34cb8ed49c6cd4250617b827c8e394d
Merge: a9d6825795 82f9019cc9
Author: fauxpark <[email protected]>
Date:   Tue Jul 23 01:40:23 2024 +1000

    Merge remote-tracking branch 'upstream/master' into develop

commit a9d6825795a265d27b167a466a56ddd57245b106
Merge: 8ef275789c 8d5517fa63
Author: QMK Bot <[email protected]>
Date:   Mon Jul 22 15:05:12 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 8ef275789cdf8020adbc04742b73f5a2e2b6c071
Merge: a5e9926c45 ee1505971f
Author: QMK Bot <[email protected]>
Date:   Mon Jul 22 14:53:04 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit a5e9926c45dd050d79ea454770838da56e226515
Merge: cced3ee622 b6e1a20950
Author: QMK Bot <[email protected]>
Date:   Sun Jul 21 20:30:14 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit cced3ee6225f0eebaa8b0a1d9e18231bb334f352
Author: Dasky <[email protected]>
Date:   Sun Jul 21 01:53:11 2024 +0100

    Fix incorrect conflict resolution

commit 4e20740efa14f7f81b2ec6e5994bf79631abfb7f
Merge: d5cc00ab62 f2c789bb4a
Author: Dasky <[email protected]>
Date:   Sun Jul 21 01:08:51 2024 +0100

    Merge branch 'master' into develop

commit d5cc00ab62361c35fa06e78cdfa1481d3194a089
Author: Dasky <[email protected]>
Date:   Sat Jul 20 23:49:20 2024 +0100

    Remove instances of MASTER_LEFT. (#24163)

commit 1e4435f22d038d77096d60ec4a61b74be3037140
Merge: 23e7d93d0e fab50be817
Author: QMK Bot <[email protected]>
Date:   Sat Jul 20 22:02:26 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 23e7d93d0e30de2dea0fc2d541e4aa41edddc809
Merge: 8a58ad27a2 eb60235cd5
Author: QMK Bot <[email protected]>
Date:   Sat Jul 20 21:53:32 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 8a58ad27a295fdd08a416559945100231e7e7b68
Merge: 2764e48146 2fb9816c77
Author: QMK Bot <[email protected]>
Date:   Sat Jul 20 13:04:27 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 2764e48146c7473f7b11b821cc9e2d22b5edc70b
Merge: a6c8c41c68 6fbe91aecd
Author: QMK Bot <[email protected]>
Date:   Sat Jul 20 09:57:21 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit a6c8c41c685fc687439cacdb8e1c6f0c1aaffa18
Merge: 78fa0f5ca0 a6857872f2
Author: QMK Bot <[email protected]>
Date:   Fri Jul 19 05:56:43 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 78fa0f5ca0e495f868b7c28121100b7372424866
Merge: ddb679ba88 56323f75c6
Author: QMK Bot <[email protected]>
Date:   Fri Jul 19 05:55:19 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit ddb679ba88231c635d3ec6b7917ca016af51c5f2
Merge: 7b4e806c25 11031adc1b
Author: QMK Bot <[email protected]>
Date:   Fri Jul 19 05:54:27 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 7b4e806c25f791ffec0c5f336164d33dccab21b8
Author: Ryan <[email protected]>
Date:   Fri Jul 19 08:13:49 2024 +1000

    Move LED Matrix LED config to data driven (#24122)

commit 8b46500a74fa85e06249c2bd74125e0d534320ee
Merge: 5a0112df08 d79f46e408
Author: QMK Bot <[email protected]>
Date:   Thu Jul 18 22:05:16 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 5a0112df089727b3c2321cc2373921afb856f7dc
Author: Joel Challis <[email protected]>
Date:   Thu Jul 18 22:21:26 2024 +0100

    Migrate half-duplex `SERIAL_USART_TX_PIN` to DD (#24143)

commit 7ca04241892d5ab3ed88e181d8576cd98f1e3515
Merge: 4ab36df48f 2ddfd60be7
Author: QMK Bot <[email protected]>
Date:   Thu Jul 18 07:11:15 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 4ab36df48fba751ca88beaf1a7a5dd84ba34a370
Author: Joel Challis <[email protected]>
Date:   Thu Jul 18 00:02:53 2024 +0100

    Move split.soft_serial_pin to split.serial.pin (#24127)

commit daa777d6fb655c5fe16df4b3f1e89a37ab35dc57
Author: Nick Brassel <[email protected]>
Date:   Thu Jul 18 08:59:08 2024 +1000

    [WIP] Adds bus acquire/release semantics to SPI start/stop. (#23439)

commit e69be076fc1da66e7cebbb5f4f7ad9ddb851d687
Merge: 275e9de350 63ef6516d3
Author: QMK Bot <[email protected]>
Date:   Wed Jul 17 19:31:51 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 275e9de350d3588ddab058fda6536111b7a27fdc
Author: Ryan <[email protected]>
Date:   Thu Jul 18 01:13:40 2024 +1000

    Remove pointless `RGB_MATRIX_LED_COUNT`s (#24133)

commit 35356c4623ac767f81342fd49f90a193ab9afcf3
Merge: 8abaa3bc2d 522bf1daf2
Author: QMK Bot <[email protected]>
Date:   Tue Jul 16 04:43:55 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 8abaa3bc2df4fda13a96d0c5c4ce74b70c974fb7
Author: Nick Brassel <[email protected]>
Date:   Tue Jul 16 09:22:17 2024 +1000

    Add support for key override introspection. (#24120)

commit fef8e7195b09158a9b43ffd05df60128f3cd3ac3
Merge: 65143b08a3 a763dd5bbd
Author: QMK Bot <[email protected]>
Date:   Mon Jul 15 08:42:14 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 65143b08a3df8bfe458ae7984be2075146843fb7
Merge: fd44e96110 c70c99367a
Author: QMK Bot <[email protected]>
Date:   Mon Jul 15 05:30:07 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit fd44e9611033ed5baf33585dc72decbe78939c00
Merge: 40d617f812 b5b06f1094
Author: QMK Bot <[email protected]>
Date:   Mon Jul 15 05:06:22 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 40d617f8127eefc20cc682a2ce4e09576107ea8a
Merge: d885963e38 c2dbbc060a
Author: QMK Bot <[email protected]>
Date:   Mon Jul 15 04:59:04 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit d885963e3838785024f8f629fcad96cf6a35a0fc
Author: Robbie <[email protected]>
Date:   Mon Jul 15 14:23:13 2024 +1000

    [Keyboard] Whitefacemountain Ampersand (#23437)

    Co-authored-by: Drashna Jaelre <[email protected]>

commit 85447bd53b15b0be387336169feae1c7ff87f15c
Author: Ryan <[email protected]>
Date:   Mon Jul 15 12:03:30 2024 +1000

    LED drivers: extract documentation from LED/RGB Matrix pages (#23630)

commit 21b9b70c503da69d2567af100c3d5e3544664e4b
Author: Tvrd Rad Keyboards <[email protected]>
Date:   Sun Jul 14 08:00:26 2024 +0200

    Add TRKeyboard TRK1 keyboard (#23642)

commit c0aca9f45cce70d590f8644374b957b0161eaabc
Author: Joel Challis <[email protected]>
Date:   Sun Jul 14 06:38:04 2024 +0100

    Various fixes for keyboards not implementing callbacks correctly (#24116)

commit e76069ea4eb73d97c85cf0272fe14285fad32fb8
Merge: 2db93b5945 875eb43a28
Author: QMK Bot <[email protected]>
Date:   Sat Jul 13 13:41:12 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 2db93b594589c673f9d09917eb43b9abec7f6059
Merge: 3ebf9880ca 2908f0b846
Author: QMK Bot <[email protected]>
Date:   Sat Jul 13 13:28:04 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 3ebf9880ca78686275c9636a9516b67ad9e7f163
Merge: 83a7506438 a3d938d822
Author: QMK Bot <[email protected]>
Date:   Sat Jul 13 13:19:36 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 83a75064382c5747845af71ef06369b691996b44
Merge: f0807ea64f 6dfd7ed46f
Author: QMK Bot <[email protected]>
Date:   Sat Jul 13 12:44:22 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit f0807ea64f97c5d2af856d987a7a5088676b38ad
Author: Joel Challis <[email protected]>
Date:   Sat Jul 13 13:29:16 2024 +0100

    Migrate SPLIT_HAND_PIN to json (#23924)

commit 26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7
Author: Joel Challis <[email protected]>
Date:   Sat Jul 13 13:12:35 2024 +0100

    Migrate SERIAL_DRIVER to json (#23925)

commit 1552cf2ddca1668c5230506de03e6b4a870f8961
Author: Ryan <[email protected]>
Date:   Sat Jul 13 18:41:05 2024 +1000

    Update atomic GPIO macros in keyboard custom matrix (#23796)

commit 5c43a9bed13e885f9a5b04f521f508f8c7e44e7e
Merge: cfd0ab2198 7b5d7907df
Author: QMK Bot <[email protected]>
Date:   Sat Jul 13 02:11:31 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit cfd0ab2198b77d613bc59e401712a686d4a93bb5
Merge: 85cf8b5183 79ad561b67
Author: QMK Bot <[email protected]>
Date:   Fri Jul 12 20:47:09 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 85cf8b5183384e7c5eebe99e78cb906dad1a8393
Merge: 52ee9f2ce1 5a5f68038e
Author: QMK Bot <[email protected]>
Date:   Fri Jul 12 09:36:02 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 52ee9f2ce1dd7b67a9cd1332d198b63c1d0dc7c8
Author: Joel Challis <[email protected]>
Date:   Fri Jul 12 08:06:19 2024 +0100

    Convert `eeconfig_init_kb` implementations to config (#24087)

commit 2c2885639e7e6e923c7fe6b55082403acfe70276
Author: Joel Challis <[email protected]>
Date:   Fri Jul 12 02:42:23 2024 +0100

    Remove broken keymap from keebio/iris (#24094)

commit 57b7f8534b2e04af27e7b0002484199874aff6b1
Merge: 6051fc87e3 4d4d7b76b0
Author: QMK Bot <[email protected]>
Date:   Fri Jul 12 00:20:05 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 6051fc87e3c809802694d38b3742274eca4cf660
Merge: aaf9074e85 c58c5fa8fa
Author: QMK Bot <[email protected]>
Date:   Fri Jul 12 00:19:31 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit aaf9074e858a7d6445ec49fe7ea5a19be7e0d103
Merge: 1ba4fef711 565bb704e0
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 23:49:18 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 1ba4fef711fb9fd5651aafb1f0895bfa5a01042e
Merge: 3251f4b168 890909c2d7
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 23:19:55 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 3251f4b1689c6eb7b16e00cc71b26eeb3f0f8232
Merge: f7a53df9d4 f15fff3258
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 23:01:49 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit f7a53df9d4c73963b474723b5e7d89ee5f769599
Author: QMK Bot <[email protected]>
Date:   Fri Jul 12 09:00:17 2024 +1000

    [CI] Format code according to conventions (#24101)

commit f922ed4283a2bb93b8ff7c49f3c9d09428139f2f
Merge: 4827d383a8 7d94db8661
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 22:59:43 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 4827d383a802d4fe81e10af1738ec85894257928
Merge: ec5786bdd1 063f1444c6
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 22:49:15 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit ec5786bdd1e67baa6028c15e9a9169695cdd4451
Merge: 2df8046dd0 2e671cfd8b
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 13:54:04 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 2df8046dd0852842d96e2af3ae72a11b2d944652
Merge: 2623a258f1 1b8b6801d4
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 13:44:07 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 2623a258f1cc2a1687ef4529892b8fe6fb9be5f0
Author: leyew <[email protected]>
Date:   Thu Jul 11 21:40:54 2024 +0800

    [Keyboard] Rename dnworks/9973 to dnworks/tkl87 (#23692)

commit ac8759fe74238038ab6298393cfdd136993bcf3f
Merge: 22f830d67c cc62eb503d
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 13:40:17 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 22f830d67c4fcb32ed8b8b5f7b21b45804fd28cb
Merge: 27ea1b1332 0c4fd514f1
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 12:52:22 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 27ea1b1332c9899bb94d8e3231bb1a24bbf7f81e
Merge: e0809eade5 3d10171e2c
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 12:50:20 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit e0809eade5b054035a2bc0d00b1a8e9a02ba0d19
Author: Joel Challis <[email protected]>
Date:   Thu Jul 11 13:47:53 2024 +0100

    Various fixes for keyboards not implementing callbacks correctly (#24092)

commit 23c470412381806c47e6b7f5e7368a1bf4387788
Merge: 4d4ccdc41a e3ef5b2d9d
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 12:47:41 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 4d4ccdc41a34ac74081eea4d530da281a9da5f00
Merge: b066c86e43 f8cf58a512
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 12:11:16 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit b066c86e432347e8abd52eb0faffc3db26dd4ede
Author: zvecr <[email protected]>
Date:   Thu Jul 11 11:03:11 2024 +0100

    bad_kb_funcs1

commit 494af672ced0f10bf5c60f9d5a8dac68d579640f
Author: jack <[email protected]>
Date:   Thu Jul 11 00:14:49 2024 -0600

    Fixup boardsource/the_q RGB matrix coordinates (#24086)

commit aa8d68036ab4c57d80fc6727d70720b4722a940f
Merge: f5319d8911 efa5b30cfd
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 02:50:40 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit f5319d891185d4c8099861a303701d312bfca9d1
Author: Joel Challis <[email protected]>
Date:   Thu Jul 11 01:17:08 2024 +0100

    Remove DEFAULT_FOLDER from maple_computing/lets_split_eh (#24054)

commit d69b44e68a3e00a229df860b1f0af01790bf49ca
Author: Will Hedges <[email protected]>
Date:   Wed Jul 10 19:15:35 2024 -0500

    refactor bear_face/v1, v2 (#24060)

    Co-authored-by: jack <[email protected]>

commit f637ff8966f43cc6dc5d39a490d1c03a03a374af
Merge: c97ec805cd fb54a59bba
Author: QMK Bot <[email protected]>
Date:   Thu Jul 11 00:10:22 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit c97ec805cd1096bb60bf55ab19973dc01bd043b4
Author: jack <[email protected]>
Date:   Wed Jul 10 13:19:06 2024 -0600

    [Keyboard] Add boardsource/the_q  (#23782)

    * initial unsplit keyboard

    * move shared code

    * unsplit: fix underglow led x,y & remove unecessary code

    * unsplit: remove split code & tidy readme

    * unsplit: limit brightness & community layout

    * rename keyboard

    * the_q: tidy keymap & readme

    * lulu: remove accidental build target

    * rename file

commit 07fd2063706f7eb4efdd936dfbcb53e49a8abe16
Merge: 83d436581f fbbc71ec34
Author: QMK Bot <[email protected]>
Date:   Mon Jul 8 16:27:41 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 83d436581f239be50fa49167e38302c11b9ed7f2
Merge: 54f907bfe9 a0bb7ff992
Author: fauxpark <[email protected]>
Date:   Mon Jul 8 16:08:57 2024 +1000

    Merge remote-tracking branch 'upstream/master' into develop

commit 54f907bfe91f9cf452f7cee18f2534187763c2bc
Author: Y.KEISUKE <[email protected]>
Date:   Mon Jul 8 07:45:35 2024 +0900

    Fix for encoders and support ENCODER_MAP_ENABLE on Planck rev7 (#23967)

    Co-authored-by: Nick Brassel <[email protected]>

commit e643fa03ef9ee9c1589aa4c9622bd62e52fd2e91
Author: takashicompany <[email protected]>
Date:   Sun Jul 7 08:56:57 2024 +0900

    Fix dogtag/info.json (#23520)

commit 1c02c3dfaddc3b781d49d4bd44303734c2ebf51a
Author: Nick Brassel <[email protected]>
Date:   Sat Jul 6 16:08:55 2024 +1000

    [docs] Fixup home link. (#24068)

commit e4dfbb075e13f79f6a18cfa9f210016fb66dffef
Author: Ryan <[email protected]>
Date:   Sat Jul 6 12:23:54 2024 +1000

    `handwired/swiftrax/bumblebee`: fix layout name (#24064)

commit 2477aa91617f51fc945b844c325455a2db90a55b
Author: Ryan <[email protected]>
Date:   Sat Jul 6 11:14:09 2024 +1000

    [docs] Update RGBLight (Underglow) keycode names (#23999)

commit 4ae0ca5a11c475ee49bbce13d29edbf9bd6fc636
Author: Nick Brassel <[email protected]>
Date:   Sat Jul 6 09:57:54 2024 +1000

    Tap dance introspection (#24049)

commit b9e67347f1db160a5d1bd718ab0713a407014e43
Merge: c5e317aad9 be967d42d2
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 22:43:39 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit c5e317aad9ea183fac6e05bab517af7da1c9761d
Merge: d0e89aecca af72a58c8f
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 22:26:17 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit d0e89aeccada3f0df906dd4ff8fa7708b0d8234e
Author: Joel Challis <[email protected]>
Date:   Fri Jul 5 12:02:39 2024 +0100

    Align LUFA suspend logic (#24055)

commit ecf5b26ff0a8c2c10c2f201fcf9d6bbff299b7a0
Merge: 4e8772b5cc 9fb51cfe2b
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 10:58:17 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 4e8772b5cc2a044dbff153754fd5a352538a9d10
Merge: 5078ca651c 6d21898c14
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 10:55:55 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 5078ca651ce7ce82281f8c5461c5e22e351cb807
Merge: 10e2f1e29f 096dc672c1
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 06:36:06 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 10e2f1e29fe6cef57967f3d2110cb04f7236830b
Merge: 9dba1cadc9 8e64ff574a
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 06:35:47 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 9dba1cadc9a3ecf9e74f0f832ae5f31c32f61a3b
Merge: 443d111403 15af5d7d0d
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 05:25:47 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 443d111403e5f5442890a8914b2a2ce9ef5362ed
Merge: 777db159ac 62c1787d72
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 05:10:31 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 777db159aca83dfa62ce48aae577bfca0850b374
Merge: 3a711f4cfa 8fe667a1a4
Author: QMK Bot <[email protected]>
Date:   Fri Jul 5 01:36:01 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 3a711f4cfa71419a22a22139d68c647ffa3f1fe4
Author: Nick Brassel <[email protected]>
Date:   Fri Jul 5 11:22:08 2024 +1000

    Allow overriding `get_hardware_id()`. (#24051)

commit cd22b8a9458fbe17b68bdd360822db696b559dfe
Merge: 41878d276e 031ccd4887
Author: QMK Bot <[email protected]>
Date:   Thu Jul 4 23:55:04 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 41878d276ed330d754ce8f14fb1354389d53eb1c
Merge: 9536b86a09 43fc7b5a4f
Author: QMK Bot <[email protected]>
Date:   Thu Jul 4 23:44:53 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 9536b86a0956f2b1061b14e86dcf80734712530a
Merge: 9adac59c29 4ced8d9371
Author: QMK Bot <[email protected]>
Date:   Thu Jul 4 19:50:25 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 9adac59c29447a593b2399309aca69e8c7e2cad4
Merge: 32ec677d8d 1c6cdb8d74
Author: QMK Bot <[email protected]>
Date:   Thu Jul 4 02:42:11 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 32ec677d8d479592baa4e0e8c37b6177874b881a
Merge: 26c114a2b4 977918982d
Author: QMK Bot <[email protected]>
Date:   Thu Jul 4 02:39:15 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 26c114a2b47377db2ef337f3e22e3685e70852bd
Author: Will Hedges <[email protected]>
Date:   Wed Jul 3 21:38:03 2024 -0500

    [keyboard] added bear_face/v3 (#24032)

    * added keyboard.json, default, default_iso, and keymap READMEs

commit 17c6744c82691878a1e9828dab635d2e6526cf51
Merge: bdca9318f9 c2f7974c8e
Author: QMK Bot <[email protected]>
Date:   Thu Jul 4 02:34:47 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit bdca9318f9f6a7b4ea697113a2e0b3117a67e093
Author: Drashna Jaelre <[email protected]>
Date:   Wed Jul 3 19:13:00 2024 -0700

    Change suspend condition check order on ChibiOS (#24020)

commit e07f752a5704640052963ff7777bd3b87a429f6f
Author: DavidSannier <[email protected]>
Date:   Thu Jul 4 01:15:44 2024 +0200

    [build_test] set CONSOLE_ENABLE=yes if DEBUG > 0 (#23097)

commit eed2a74be9dfe08f0a16a558efc80fa54908c21d
Merge: ce9edc94e5 bc8ac86422
Author: QMK Bot <[email protected]>
Date:   Wed Jul 3 12:01:26 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit ce9edc94e5bc9996fa779b483bd3968f14e18576
Merge: a400c332d2 33adb8cba0
Author: QMK Bot <[email protected]>
Date:   Wed Jul 3 10:32:19 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit a400c332d21b09aa181bb69b9bb4a2bba3b8b75d
Merge: f8596b40a4 e754c9f2b4
Author: QMK Bot <[email protected]>
Date:   Wed Jul 3 08:46:37 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit f8596b40a4bb15a1881138baa8b8787277e2e622
Author: Ryan <[email protected]>
Date:   Wed Jul 3 18:35:54 2024 +1000

    Normalise mouse keycodes (#23975)

commit bc0c69570b8a8b1d9a754a280053e49a825b24d7
Author: Ryan <[email protected]>
Date:   Wed Jul 3 17:18:27 2024 +1000

    Rename encoder pins defines (#24003)

commit 8471dcc5633a8654327acd30c359d054243541f6
Merge: 7bc3eef8cc 869b7d9ae6
Author: QMK Bot <[email protected]>
Date:   Tue Jul 2 21:35:55 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 7bc3eef8cc262e12b0f823ba4c92cf97ca3dc1fa
Author: Nick Brassel <[email protected]>
Date:   Tue Jul 2 10:16:41 2024 +1000

    SPI flash API cleanup, add async erase capability. (#23894)

commit 641a1ce568c896a3beea80649f33a71dfeaf44af
Merge: e8e5d11ed8 3ffe8d917a
Author: QMK Bot <[email protected]>
Date:   Sun Jun 30 02:40:18 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit e8e5d11ed8532313c0f2396b63a6fb132f58145b
Merge: 0947299864 12379dc1eb
Author: QMK Bot <[email protected]>
Date:   Sun Jun 30 01:58:04 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 0947299864c81a93ee5a6f13bab8d71b72299191
Author: Joel Challis <[email protected]>
Date:   Sat Jun 29 14:25:24 2024 +0100

    Remove custom keycodes from nullbitsco/snap (#24017)

commit bd5da148ecc9bbb478a39b7e72ce833188313d6f
Merge: 3e4159bc55 d6bfbdb6b1
Author: QMK Bot <[email protected]>
Date:   Sat Jun 29 10:57:00 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 3e4159bc5545f11f79b015ddbac5ee0a55b47f48
Merge: 38f72c5d2b cc0b2f9814
Author: QMK Bot <[email protected]>
Date:   Sat Jun 29 09:27:40 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit 38f72c5d2bbae3be5a1d39284c1579616b097b75
Author: Joel Challis <[email protected]>
Date:   Sat Jun 29 10:17:47 2024 +0100

    Relocate xelus/pachi/rgb/rev2 VIA logic (#24016)

commit 07253bfe4aa2e7a59c6dd88a0d0db951ac0c7add
Author: Joel Challis <[email protected]>
Date:   Sat Jun 29 09:33:20 2024 +0100

    Relocate work_louder VIA logic (#24011)

commit 62f81cfcc33ab528ea3558bbd74179fd17fcb068
Merge: b94f70d642 2bde8ce206
Author: QMK Bot <[email protected]>
Date:   Sat Jun 29 06:55:21 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit b94f70d642537d4e56bb660e66f3b1ce33d68226
Merge: af8fe44e0f 086e8e938e
Author: QMK Bot <[email protected]>
Date:   Sat Jun 29 06:00:35 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit af8fe44e0fc3dc461a9fdf85c601c012b5a517eb
Author: Ryan <[email protected]>
Date:   Sat Jun 29 14:50:08 2024 +1000

    `atreus`: misc cleanups (#24010)

commit 7bc53b8baad73c05d9587eefd3a215c06d4de9a5
Author: Joel Challis <[email protected]>
Date:   Sat Jun 29 04:20:08 2024 +0100

    Relocate m256ws VIA logic (#24009)

commit 9ca1f35333e3fef675096c3ba6d149f9164af2e0
Author: Joel Challis <[email protected]>
Date:   Sat Jun 29 04:16:52 2024 +0100

    Relocate winry315 VIA logic (#24008)

commit 2998d20a009b57ff242e1e7d77571be82c7bc3f6
Merge: be7728ae58 cd374b1500
Author: QMK Bot <[email protected]>
Date:   Sat Jun 29 03:08:12 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit be7728ae581aa59c6a8ba5ef370601edfd9f799a
Author: Joel Challis <[email protected]>
Date:   Sat Jun 29 03:36:28 2024 +0100

    Relocate m256wh VIA logic (#24006)

commit ffd9062190e549f349f08993cb7249779cd0e744
Merge: a7aa58cc81 9d02ac37f7
Author: QMK Bot <[email protected]>
Date:   Thu Jun 27 17:39:02 2024 +0000

    Merge remote-tracking branch 'origin/master' into develop

commit a7aa58cc8130b9c59bc39f41e33d9387a46b1e8c
Author: Dasky <[email protected]>
Date:   Thu Jun 27 05:10:13 2024 +0100

    Change ADNS9800 and PMW33XX SROM uploads to opt in. (#24001)

    Make SROM upload optional…
sqrtnull pushed a commit to sqrtnull/qmk_firmware that referenced this pull request Oct 22, 2024
)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.8.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI dependencies github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant