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

Fix keyboards with old RGB driver names #21817

Merged
merged 1 commit into from
Aug 23, 2023
Merged

Fix keyboards with old RGB driver names #21817

merged 1 commit into from
Aug 23, 2023

Conversation

zvecr
Copy link
Member

@zvecr zvecr commented Aug 23, 2023

Description

Followup to #21594, fixing boards that were missed/added since.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@zvecr zvecr added the bug label Aug 23, 2023
@zvecr zvecr merged commit 1babb2c into develop Aug 23, 2023
3 checks passed
@zvecr zvecr deleted the zvecr-patch-2 branch August 23, 2023 05:13
freznel10 added a commit to freznel10/qmk_firmware that referenced this pull request Aug 27, 2023
commit cb3872d319cb9869e7f1390d566466f0bb44be0f
Merge: 746b349466 66b744b
Author: freznel10 <84401855+freznel10@users.noreply.github.com>
Date:   Sun Aug 27 20:12:09 2023 +0800

    Merge branch 'qmk:develop' into develop

commit 66b744b
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Aug 27 16:51:19 2023 +1000

    Clean up Unicode API usage in user keymaps (qmk#21849)

commit 70e34e4
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Aug 27 13:30:19 2023 +1000

    Unicode, Unicodemap and UCIS refactor (qmk#21659)

commit 95681b8
Author: Joel Challis <git@zvecr.com>
Date:   Sun Aug 27 04:00:14 2023 +0100

    Add *_MATRIX_LED_COUNT generation (qmk#21110)

commit 25331be
Author: Drashna Jaelre <drashna@live.com>
Date:   Sat Aug 26 19:52:12 2023 -0700

    Revert  changes to ChibiOS Suspend Code (qmk#21830)

    * Partially revert qmk#19780

    * Finish

    * Get teensy 3.5/3.6 board files too

    * fix lint issue

    * Revert "[Bug] Restore usb suspend wakeup delay (qmk#21676)"

    This reverts commit e8e989f.

    * Apply suggestions from code review

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

    ---------

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

commit 7364515
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Aug 27 06:03:29 2023 +1000

    Rework info.json reference (qmk#21324)

    * Rework info.json reference

    * Apply suggestions from code review

    Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

    * Update backlight.pins description

    * Add rgblight.driver and lowercase other driver names

    * Remove `split.main` and `split.matrix_grid` for now as they are not working yet

    ---------

    Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

commit 50151be
Merge: 5cd47f5 f07490b
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Aug 26 18:44:20 2023 +0000

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

commit f07490b
Author: Andy Smith <andysmithfal@users.noreply.github.com>
Date:   Sat Aug 26 19:43:40 2023 +0100

    Corrected duration example, should be number not string (qmk#21839)

commit 5cd47f5
Author: HiryKun <1951086367@qq.com>
Date:   Sun Aug 27 02:31:59 2023 +0800

    Add "apm32-dfu" in keyboard.jsonschema (qmk#21842)

commit a9e2f6a
Author: Joel Challis <git@zvecr.com>
Date:   Fri Aug 25 00:47:12 2023 +0100

    Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (qmk#21827)

commit 0c51ed7
Merge: 023d644 7a73723
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Aug 24 01:35:56 2023 +0000

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

commit 7a73723
Author: patrickxiong <patrick.xiong@gmail.com>
Date:   Thu Aug 24 11:35:13 2023 +1000

    converter/ibm_terminal: Fix F0_BREAK state transition (qmk#21824)

commit 023d644
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Aug 24 07:11:39 2023 +1000

    Move RGBLight animations to data driven (qmk#21635)

    * Move RGBLight animations to data driven, 0-9

    * Move RGBLight animations to data driven, A

    * Move RGBLight animations to data driven, B

    * Move RGBLight animations to data driven, C

    * Move RGBLight animations to data driven, D

    * Move RGBLight animations to data driven, E

    * Move RGBLight animations to data driven, F

    * Move RGBLight animations to data driven, G

    * Move RGBLight animations to data driven, H

    * Move RGBLight animations to data driven, handwired

    * Move RGBLight animations to data driven, I

    * Move RGBLight animations to data driven, J

    * Move RGBLight animations to data driven, K

    * Move RGBLight animations to data driven, L

    * Move RGBLight animations to data driven, M

    * Move RGBLight animations to data driven, N

    * Move RGBLight animations to data driven, O

    * Move RGBLight animations to data driven, P

    * Move RGBLight animations to data driven, Q

    * Move RGBLight animations to data driven, R

    * Move RGBLight animations to data driven, S

    * Move RGBLight animations to data driven, T

    * Move RGBLight animations to data driven, U

    * Move RGBLight animations to data driven, V

    * Move RGBLight animations to data driven, W

    * Move RGBLight animations to data driven, X

    * Move RGBLight animations to data driven, Y

    * Move RGBLight animations to data driven, Z

    * Fix incorrect placement

    * Fix build failures and mismatches

commit 79491e3
Merge: a672fdd f699fde
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Aug 23 19:55:42 2023 +0000

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

commit f699fde
Author: Thomas Weißschuh <thomas@t-8ch.de>
Date:   Wed Aug 23 21:55:03 2023 +0200

    Generalize AVR -Werror=array-bounds workaround (qmk#21798)

    GCC 13 needs the same workaround as GCC 12.
    To avoid having to maintain an ever-growing list of broken versions
    apply the workaround wherever it can be used.

    If at some point a fixed version of GCC is released the workaround can
    be disabled for those fixed versions.

    See qmk#17064

commit a672fdd
Merge: 1cf040a f7cf066
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Aug 23 19:55:00 2023 +0000

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

commit f7cf066
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 23 20:54:25 2023 +0100

    Bump tj-actions/changed-files from 37 to 38 (qmk#21822)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@v37...v38)

    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      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>

commit 1cf040a
Merge: 2b7f1b0 90d1b32
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Aug 23 13:39:25 2023 +0000

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

commit 90d1b32
Author: Joel Challis <git@zvecr.com>
Date:   Wed Aug 23 14:38:48 2023 +0100

    Fix infinite recursion in lxxt encoder logic (qmk#21819)

commit 2b7f1b0
Merge: 1babb2c b1fbfaa
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Aug 23 09:13:38 2023 +0000

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

commit b1fbfaa
Author: Sergey Vlasov <sigprof@gmail.com>
Date:   Wed Aug 23 12:13:03 2023 +0300

    keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (qmk#21805)

    Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use
    the same custom matrix code, the matrix layouts are slightly different;
    in particular, only the `keychron/c2_pro/ansi/white` board actually uses
    column 19.  However, the handling of column 19 in the custom matrix code
    was broken, therefore that column did not work.

    Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to
    the last column connected to the shift register, and not to the column
    past that; so the value of `SHIFT_COL_END` needs to be changed from 19
    to 18 (columns 11...18 are connected to the shift register, and column
    19 is connected to the C14 pin).

    Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had
    an off-by-one bug when counting the required number of bits (again due
    to the confusion on the `SHIFT_COL_END` meaning); this had been fixed
    too (the actual behavior of that part of the code did not change,
    because both the old and the new version select the 8 bit variant).

commit 1babb2c
Author: Joel Challis <git@zvecr.com>
Date:   Wed Aug 23 06:13:01 2023 +0100

    Fix keyboards with old RGB driver names (qmk#21817)

commit 8e0173b
Merge: 9bb8230 c2b8375
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Aug 23 04:53:27 2023 +0000

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

commit c2b8375
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Wed Aug 23 12:52:52 2023 +0800

    [Doc] Improve magic keycode section (qmk#21787)

commit 9bb8230
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Aug 23 11:49:02 2023 +1000

    Fix keyboards with old RGB driver names (qmk#21815)

commit 37bc949
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Aug 23 10:00:03 2023 +1000

    RGB Matrix: driver naming cleanups (qmk#21594)

commit dfb6d38
Author: Joel Challis <git@zvecr.com>
Date:   Wed Aug 23 00:03:01 2023 +0100

    Simplfy RGB/LED matrix effect logic (qmk#21703)

commit 0d53538
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Tue Aug 22 13:39:33 2023 -0400

    fix: restore indicators to jellybean_raindrops (qmk#21792)

    After qmk#21169, rgb_matrix_indicators() was limited to running on the
    final render iteration. Since the jellybean_raindrops animation
    immediately returns false after updating a single LED, the iteration
    count no longer ends up high enough to render non-advanced indicators.

    This change also brings jellybean_raindrops more in line with raindrops.

commit 1236c29
Author: Controller Works <103382872+controller-works@users.noreply.github.com>
Date:   Tue Aug 22 12:12:51 2023 -0400

    [Keyboard] Add city42 (qmk#21727)

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

commit 746b349466604e77b4c12739ac356b79c7676016
Merge: 7e7c865032 eed34f7
Author: freznel10 <84401855+freznel10@users.noreply.github.com>
Date:   Tue Aug 22 11:42:59 2023 +0800

    Merge branch 'qmk:develop' into develop

commit eed34f7
Author: Joel Challis <git@zvecr.com>
Date:   Tue Aug 22 00:10:08 2023 +0100

    Fix drop/shift/v2 compilation (qmk#21800)

commit 1149212
Author: Joel Challis <git@zvecr.com>
Date:   Mon Aug 21 23:20:24 2023 +0100

    Align SENSE75 with recent Drop additions (qmk#21757)

commit 892ba2e
Merge: 96d90a5 3f19272
Author: zvecr <git@zvecr.com>
Date:   Mon Aug 21 22:59:43 2023 +0100

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

commit 3f19272
Author: Joel Challis <git@zvecr.com>
Date:   Mon Aug 21 22:47:46 2023 +0100

    Initial support for SHIFT v2 (qmk#21756)

commit f422b3c
Author: Joel Challis <git@zvecr.com>
Date:   Mon Aug 21 22:47:29 2023 +0100

    Initial support for CTRL v2 (qmk#21755)

commit f9aba86
Author: Joel Challis <git@zvecr.com>
Date:   Mon Aug 21 22:46:12 2023 +0100

    Initial support for ALT v2 (qmk#21754)

commit 11970b1
Author: DUILCHOI <48977039+duilchoi@users.noreply.github.com>
Date:   Mon Aug 21 12:24:58 2023 +0900

    [Keyboard] Add linworks favepada (qmk#20794)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
    Co-authored-by: jack <0x6a73@protonmail.com>

commit dd4f4f8
Author: owlab2 <64054049+lizhenmingdirk@users.noreply.github.com>
Date:   Mon Aug 21 00:16:41 2023 +0800

    [Keyboard] Add Jelly Evolv (qmk#21407)

    Co-authored-by: jack <0x6a73@protonmail.com>

commit 6d9eab8
Author: Pangorin <68218885+Pangorin@users.noreply.github.com>
Date:   Sun Aug 20 23:08:13 2023 +0700

    Adding support for TAN67 PCB (qmk#21003)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

commit d91857d
Author: studiokestra <74369928+studiokestra@users.noreply.github.com>
Date:   Sat Aug 19 15:24:06 2023 -0600

    Add Galatea rev3 keyboard (qmk#21758)

commit 96d90a5
Author: Drashna Jaelre <drashna@live.com>
Date:   Thu Aug 17 17:39:16 2023 -0700

    [Bug] Fix compilation error for APA on ChibiOS (qmk#21773)

commit 7e7c865032110e3fbe6e35007faed4dcf548d981
Merge: e4b43861d2 6cece8adfe
Author: freznel10 <freznel@gmail.com>
Date:   Thu Aug 17 17:33:13 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit e4b43861d274e5940eb9275f1cb4635121c393a0
Merge: ff62eba7de 89a30ef
Author: freznel10 <freznel@gmail.com>
Date:   Thu Aug 17 17:32:23 2023 +0800

    Merge branch 'develop' of https://github.com/qmk/qmk_firmware into develop

commit 6cece8adfe4263f60b5a368637a98aa16675d019
Merge: 805324c 89a30ef
Author: freznel10 <84401855+freznel10@users.noreply.github.com>
Date:   Thu Aug 17 17:29:02 2023 +0800

    Merge pull request #1 from qmk/develop

    Develop

commit ff62eba7de4e825ba9d07b7378059b6f97df46c7
Merge: ba4b9cb64d 805324c
Author: freznel10 <freznel@gmail.com>
Date:   Tue Aug 8 22:50:28 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit ba4b9cb64d5ce4278b34a2607da504f85773a206
Merge: 0f3063722b f407d90
Author: freznel10 <freznel@gmail.com>
Date:   Mon Jul 31 12:16:26 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit 0f3063722bf76f3d4e6b501c0e244f4bb679ecdf
Merge: a34d21fbef 14c2e55
Author: freznel10 <freznel@gmail.com>
Date:   Tue Jul 25 14:33:04 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit a34d21fbef5ad7d6760855f72475eb5727c21add
Merge: b3162a03bf bfe27a0
Author: freznel10 <freznel@gmail.com>
Date:   Thu Jul 13 01:13:23 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit b3162a03bf8c8d218e98df68a8fe595d42c52ae0
Merge: 97945b22c6 66a1693
Author: freznel10 <freznel@gmail.com>
Date:   Thu Jun 29 14:02:25 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit 97945b22c6f3afc7470b768cb22e670769aa57c2
Merge: 1a65c2721c ba055a9
Author: freznel10 <freznel@gmail.com>
Date:   Tue Jun 27 14:04:49 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit 1a65c2721c9912a20a339796ce102bffbcc34180
Merge: b51f2afe4c 5a4fab0
Author: freznel10 <freznel@gmail.com>
Date:   Thu Jun 22 16:21:39 2023 +0800

    Merge branch 'develop' of https://github.com/freznel10/qmk_firmware into develop

commit b51f2afe4cf66ac6d75e7047b4e63124ccef3def
Author: freznel10 <freznel@gmail.com>
Date:   Thu Jun 22 16:19:52 2023 +0800

    Squashed commit of the following:

    commit 5a4fab0
    Merge: c601b1f cc4ac72
    Author: QMK Bot <hello@qmk.fm>
    Date:   Thu Jun 22 04:36:15 2023 +0000

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

    commit cc4ac72
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 21:35:35 2023 -0700

        Igloo Configurator Touch-Up (qmk#21303)

        * [refactor] friendly-format info.json

        * [enhancement] add matrix diagram

        * [enhancement] remove key overlaps in layout data

    commit c601b1f
    Merge: adc954f 33f76d7
    Author: QMK Bot <hello@qmk.fm>
    Date:   Thu Jun 22 02:12:05 2023 +0000

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

    commit 33f76d7
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 19:11:32 2023 -0700

        Quarkeys Z40 Community Layout Support and Touch-Up (qmk#21329)

        * [refactor] rename LAYOUT to LAYOUT_planck_mit

        * [style] friendly-format info.json

        * [style] refactor keymaps

        - grid-align keycodes
        - use four-space indent
        - remove trailing whitespace

        * [chore] tidy-up keyboard data in info.json

        - spell-check `manufacturer` value
        - use valid `url`
        - reference GitHub username for `maintainer`

        * [chore] tidy-up readme

        - link to maintainer's GitHub account
        - add Hardware Availability link
        - break-out Hardware Specs into its own section

        * [enhancement] enable Community Layout support

        * [chore] replace product image in readme

        Source repository for previous URL seems to have been deleted.

    commit adc954f
    Merge: 87b371c b8a12db
    Author: QMK Bot <hello@qmk.fm>
    Date:   Thu Jun 22 00:43:08 2023 +0000

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

    commit b8a12db
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 17:42:30 2023 -0700

        Pteropus: correct layout data (qmk#21326)

        * [style] friendly-format info.json

        * [chore] correct layout data

        Fix keys overlapping when rendered in QMK Configurator or CLI.

    commit 87b371c
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 14:20:02 2023 -0700

        ProtoTypist PT-80 Refactor (qmk#21325)

        * [style] friendly-format info.json

        * [docs] add layout/matrix diagram

        * [style] refactor via keymap

        - grid-align keycodes
        - remove trailing whitespace

        * [refactor] LAYOUT_all macro

        Move the JSON object for the Enter key to the end of the home row.

        * [style] refactor default keymap

        - update keycode grid alignment
        - remove trailing whitespace

        * [refactor] LAYOUT_tkl_iso macro

        Move the JSON object for the Enter key to the end of the home row.

        This commit fixes a key sequence error with the `tkl_iso` Community
        Layout support.

        * [style] refactor default_ansi keymap

        - update keycode grid alignment
        - remove trailing whitespace

        * [bugfix] fix function row matrix assignments for LAYOUT_tkl_iso

        Fix incorrect matrix position assignments on the function row keys for
        the `LAYOUT_tkl_iso` macro.

        * [bugfix] fix function row matrix assignments for LAYOUT_tkl_ansi

        Fix incorrect matrix position assignments on the function row keys for
        the `LAYOUT_tkl_ansi` macro.

    commit 810cd9b
    Merge: e3faa76 6f39205
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 19:30:39 2023 +0000

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

    commit 6f39205
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 12:30:04 2023 -0700

        Laneware LW75: correct layout data (qmk#21314)

        [refactor]

        Fixes misleading Configurator implementations of the available layouts.

    commit e3faa76
    Merge: fa1b533 20c0043
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 18:42:56 2023 +0000

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

    commit 20c0043
    Author: lindgrenj6 <lindgrenj6@gmail.com>
    Date:   Wed Jun 21 13:42:23 2023 -0500

        [Keymap] Add lindgrenj6 planck layout (qmk#21155)

    commit fa1b533
    Merge: b6c76cd 4cc427c
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 18:30:50 2023 +0000

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

    commit 4cc427c
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 11:30:15 2023 -0700

        Lucid Velvet Solder Layout Additions and Touch-Up (qmk#21313)

        * [refactor] refactor via keymap

        - grid-align keycodes
        - remove trailing whitespace

        * [refactor] refactor default keymap

        - grid-align keycodes
        - remove trailing whitespace

        * [bugfix] fix key sequence error in default keymap

        * [enhancement] fix key overlaps in Configurator

        * [enhancement] add matrix diagram

        * [refactor] rename LAYOUT to LAYOUT_all

        * [enhancement] add LAYOUT_tkl_f13_ansi_split_space_split_bs_rshift

        * [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift

        * [enhancement] add LAYOUT_tkl_f13_ansi

        * [enhancement] add LAYOUT_tkl_f13_iso_split_space_split_bs_rshift

        * [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift

        * [enhancement] add LAYOUT_tkl_f13_iso

    commit b6c76cd
    Merge: 673b536 b814ff5
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 17:39:03 2023 +0000

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

    commit b814ff5
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 10:38:18 2023 -0700

        Lucid Velvet Hotswap Layout Additions and Touch-Up (qmk#21312)

        * [refactor] refactor via keymap

        - grid-align keycodes
        - remove trailing whitespace

        * [refactor] refactor default keymap

        - grid-align keycodes
        - remove trailing whitespace

        * [bugfix] fix key sequence error in default keymap

        * [enhancement] fix key overlap in Configurator

        * [enhancement] add matrix diagram

        * [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_split_bs_rshift

        * [enhancement] add LAYOUT_tkl_f13_ansi

        * [enhancement] add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift

        * [enhancement] add LAYOUT_tkl_f13_ansi_tsangan

        * [enhancenment] enable Community Layout support

    commit 673b536
    Merge: 3274e0a 71b77df
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 16:00:31 2023 +0000

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

    commit 71b77df
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Wed Jun 21 08:59:54 2023 -0700

        Keebio Cepstrum Configurator Touch-Up (qmk#21310)

        * [enhancement] remove redundant layout data

        Remove the redundant layout data from the keyboard-level `info.json`.

        * [enhancement] correct JSON syntax in rev1/info.json

        * [enhancement] friendly-format rev1/info.json

        * [enhancement] correct layout data

    commit 3274e0a
    Merge: 08ba8a0 ecca9c5
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 03:05:47 2023 +0000

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

    commit ecca9c5
    Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
    Date:   Wed Jun 21 11:05:07 2023 +0800

        Add Keychron C2 Pro (qmk#20701)

        Co-authored-by: Drashna Jaelre <drashna@live.com>
        Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
        Co-authored-by: jack <0x6a73@protonmail.com>

    commit 08ba8a0
    Merge: 6373543 595d393
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 03:02:34 2023 +0000

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

    commit 595d393
    Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
    Date:   Wed Jun 21 11:01:43 2023 +0800

        [Keyboard] Add Monsgeek M5 (qmk#21182)

        Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
        Co-authored-by: jack <0x6a73@protonmail.com>

    commit 6373543
    Merge: dad41bd 2f1cac6
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 02:58:50 2023 +0000

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

    commit dad41bd
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Tue Jun 20 19:58:44 2023 -0700

        ProtoTypist PT-60 Refactor (qmk#21322)

    commit 2f1cac6
    Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
    Date:   Wed Jun 21 10:58:13 2023 +0800

        [Docs] Code markdown amendment (qmk#21323)

    commit c69f82f
    Merge: 6ec91a7 7753249
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 02:30:16 2023 +0000

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

    commit 7753249
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Tue Jun 20 19:29:44 2023 -0700

        NovelKeys NK+: correct layout data (qmk#21317)

        * NovelKeys NK+: correct layout data

        Add key sizes to the layout data.

        * [refactor] rename LAYOUT to LAYOUT_65_xt_ansi_blocker_tsangan

    commit 6ec91a7
    Merge: ffdc70b 42cd55e
    Author: QMK Bot <hello@qmk.fm>
    Date:   Wed Jun 21 00:33:07 2023 +0000

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

    commit 42cd55e
    Author: Jack Humbert <jack.humb@gmail.com>
    Date:   Tue Jun 20 20:32:32 2023 -0400

        Planck Matrix Fixes (qmk#21196)

        * fix non-default keymap compiling, initial matrix state, watchdog options

        * fix: allow planck/rev7 to be used with ENCODER_ENABLE = no

        * chore: update function name on all cases.

        * remove old midi tone option

        Co-authored-by: Ryan <fauxpark@gmail.com>

        * fixes abhixec's planck keymap

        * add audio enable condition to abhixec's planck keymap

        * add audio enable condition to all muse includes

        * Revert "add audio enable condition to all muse includes"

        This reverts commit 9779e90.

        * Revert "add audio enable condition to abhixec's planck keymap"

        This reverts commit 24c742a.

        * Revert "fixes abhixec's planck keymap"

        This reverts commit 4bb085d.

        ---------

        Co-authored-by: Peter.Falken <luis@bitjester.com>
        Co-authored-by: Ryan <fauxpark@gmail.com>

    commit ffdc70b
    Author: Nick Brassel <nick@tzarc.org>
    Date:   Wed Jun 21 08:41:49 2023 +1000

        Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (qmk#21272)

    commit 45dc1cc
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Tue Jun 20 15:40:31 2023 -0700

        EC Pro X JIS Layout Touch-Up (qmk#21260)

        * [refactor] update `info.json` for readability

        - sort the JSON objects representing the keyboard's keys in the order:
          - label, matrix, x, y, w, h
        - convert numeric JSON values to integers where appropriate

        * [refactor] remove key labels from `info.json`

        * [refactor] keymap refactor

        - grid-align keycodes

        * [bugfix] move Enter key to home row

        Moves the JSON object representing the Enter key to the home row.

        Fixes an issue that resulted in correct key assignment only if the
        keymap being compiled/flashed was based upon the `via` keymap.

    commit ac14fce
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Tue Jun 20 10:18:16 2023 -0700

        Kalakos Bahrnob65 Configurator Layout Touch-Up (qmk#21309)

        * [enhancement] add matrix diagram

        * [refactor] friendly-format info.json

        * [enhancement] remove key overlaps

    commit a9f49a0
    Merge: 01cfc72 85b8044
    Author: QMK Bot <hello@qmk.fm>
    Date:   Tue Jun 20 17:17:10 2023 +0000

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

    commit 85b8044
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Tue Jun 20 10:16:35 2023 -0700

        KJ-Modify RS40 Configurator Touch-Up (qmk#21311)

        * [refactor] friendly-format info.json

        * [enhancement] remove key overlap

        Fix a key overlap in the Configurator rendering between LCtrl and Fn2.

        * [enhancement] replace store links with product links

        Replace URLs that point to the vendor's shop with URLs to the vendor's
        product listing.

    commit 01cfc72
    Merge: 965cfec 45c52c7
    Author: QMK Bot <hello@qmk.fm>
    Date:   Tue Jun 20 15:42:27 2023 +0000

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

    commit 45c52c7
    Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
    Date:   Tue Jun 20 23:41:45 2023 +0800

        [Keyboard] Add Keychron C1 Pro (qmk#20700)

        Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
        Co-authored-by: Drashna Jaelre <drashna@live.com>
        Co-authored-by: jack <0x6a73@protonmail.com>

    commit 965cfec
    Merge: a2e2d92 958cae3
    Author: QMK Bot <hello@qmk.fm>
    Date:   Tue Jun 20 15:39:02 2023 +0000

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

    commit 958cae3
    Author: Roberts Kursitis <53969619+Automata02@users.noreply.github.com>
    Date:   Tue Jun 20 18:38:26 2023 +0300

        [Keyboard] Add Alisaie (qmk#21266)

    commit a2e2d92
    Merge: d98b60c 0abe312
    Author: QMK Bot <hello@qmk.fm>
    Date:   Tue Jun 20 15:36:05 2023 +0000

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

    commit 0abe312
    Author: Derek <dschmell91@gmail.com>
    Date:   Tue Jun 20 11:35:23 2023 -0400

        [Keyboard] Add bigsmoothknob (qmk#21265)

        Co-authored-by: Joel Challis <git@zvecr.com>
        Co-authored-by: jack <0x6a73@protonmail.com>

    commit d98b60c
    Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
    Date:   Tue Jun 20 10:31:46 2023 +0800

        Move kb83 keyboard (qmk#20761)

        * move hfdkb/keyboard_sw/k83 --> inland/kb83

        * move hfdkb/keyboard_sw/k83 --> inland/kb83

        * Update data/mappings/keyboard_aliases.hjson

        * Update keyboard_aliases.hjson

        * fixed  the Configurator layout data

        * fixed the Configurator layout data

        * Revert "Update keyboard_aliases.hjson"

        This reverts commit c085c54.

        * Revert "fixed  the Configurator layout data"

        * Update keyboard_aliases.hjson

        * Update info.json

    commit 808228c
    Merge: be6f92c 7bd1d18
    Author: QMK Bot <hello@qmk.fm>
    Date:   Tue Jun 20 01:56:07 2023 +0000

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

    commit 7bd1d18
    Author: Drashna Jaelre <drashna@live.com>
    Date:   Mon Jun 19 18:55:27 2023 -0700

        [Docs] Add note about `ENABLE_COMPILE_KEYCODE` to docs (qmk#21290)

        Co-authored-by: Ryan <fauxpark@gmail.com>

    commit be6f92c
    Merge: b749a5f 31e39a9
    Author: QMK Bot <hello@qmk.fm>
    Date:   Tue Jun 20 01:46:21 2023 +0000

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

    commit 31e39a9
    Author: James Young <18669334+noroadsleft@users.noreply.github.com>
    Date:   Mon Jun 19 18:45:47 2023 -0700

        dnworks SBL Community Layout Support and Touch-Up (qmk#21267)

    commit b749a5f
    Author: jack <0x6A73@pm.me>
    Date:   Mon Jun 19 13:59:35 2023 -0600

        Fixup `nightly_boards/n40_o` (qmk#21307)

    commit c4a67d3
    Author: jack <0x6A73@pm.me>
    Date:   Mon Jun 19 09:46:27 2023 -0600

        Remove encoder in-matrix workaround code (qmk#20389)
antempus added a commit to antempus/qmk_firmware that referenced this pull request Sep 6, 2023
* [Keyboard] Add minidivide (qmk#19870)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Fix jaykeeb indicator state and pins (qmk#21466)

* Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (qmk#21518)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.4.2...v4.4.3)

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

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

* Prepare ymdk/ymd75 for rev4 (qmk#21484)

* [Keyboard] add mothwing (qmk#19342)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Eliminate `TMK_COMMON_*` in makefiles (qmk#21517)

* quantum: remove direct `quantum.h` includes (qmk#21507)

* [Core] Update ChibiOS-Contrib (qmk#21553)

* AliceH66 Pianoforte Hotswap Touch-Up (qmk#21542)

* [refactor] rename LAYOUT_tkl_ansi to LAYOUT_tkl_f13_ansi

* [enhancement] enable Community Layout support

* [chore] correct layout data

Correct the position of the spacebar.

* GMMK2 65% ANSI Touch-Up (qmk#21544)

* [chore] correct layout data

* [chore] rename LAYOUT to LAYOUT_65_ansi_blocker

Also adds a layout alias so as to not have to edit the user keymaps.

* [enhancement] enable Community Layout support

* Keychron V4 Touch-Up (qmk#21545)

* Keychron V4 ANSI: rename LAYOUT_ansi_61 to LAYOUT_60_ansi

* Keychron V4 ANSI: enable Community Layout support

* Keychron V4 ISO: correct layout data

Move position [3, 1] up by 0.25u.

* Keychron V4 ISO: rename LAYOUT_iso_62 to LAYOUT_60_iso

* Keychron V4 ISO: enable Community Layout support

* Fix compilation of lily58 rgb_state_reader (qmk#21502)

* HolySwitch Lightweight65 Community Layout Support (qmk#21550)

* [chore] rename LAYOUT to LAYOUT_65_ansi_blocker

* [enhancement] enable Community Layout support

* Automata02 Alisaie Touch-Up (qmk#21552)

* [style] friendly-format info.json

* [chore] remove key labels from info.json

* [chore] correct layout data

Fix a misleading Configurator implementation, and incorrect key sizes
and positioning on the bottom row.

* [chore] re-add key labels to info.json

* Move files to rev1 folder, add rev2 (qmk#21563)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Amend layout and matrix positions for `dactyl_cc` (qmk#21523)

* Spruce up `dactyl_lightcycle` and `dactyl_maximus` layouts (qmk#21519)

* Add Bastion75 PCB to QMK (qmk#21529)

* Add Bastion75 to QMK

* Remove blank layers

* Apply suggestions from code review

Co-authored-by: jack <0x6a73@protonmail.com>

* Update keymaps

---------

Co-authored-by: jack <0x6a73@protonmail.com>

* Document the right location for indicator functions (qmk#21512)

* Rename `dactyl_manuform` variant `3x5_3` (qmk#21015)

* haptic: naming cleanups (qmk#21551)

* backlight: split AVR PWM and timer drivers (qmk#21540)

* Fix backlight support for some boards (qmk#21554)

* [Keyboard] Add boardsource/unicorne (qmk#21510)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Cole Smith <smithcole@protonmail.com>

* [Keyboard] Add EC Theca (qmk#21233)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Bug] Fix compilation error when Split Watchdog enabled (qmk#21543)

* Revert "[Bug] Fix compilation error when Split Watchdog enabled" (qmk#21572)

* kinesis: remove stacked split layouts (qmk#21569)

* Fix VS code live share extension link (qmk#21585)

* Allow the user to select one tone for the additive DAC (qmk#21591)

Previously, if the user tried to use `#define AUDIO_MAX_SIMULTANEOUS_TONES 1` to conserve CPU time, their firmware would fail to build with this error:

```
platforms/chibios/drivers/audio_dac_additive.c:91:73: error: excess elements in array initializer [-Werror]
   91 | static float   active_tones_snapshot[AUDIO_MAX_SIMULTANEOUS_TONES] = {0, 0};
      |                                                                          ^
```

This also affected the preset `#define AUDIO_DAC_QUALITY_VERY_HIGH`, which called up only one simultaneous tone at 88200 Hz.

* [Keyboard] Update ERA65 PCB (qmk#21592)

* Raw HID: documentation improvements (qmk#21596)

* Add Nyquistpad (qmk#21578)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Fix paragon keyboard encoder step (qmk#21582)

* [Keyboard] Add linworks fave60a (qmk#20795)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Delete jscotto directory (qmk#21157)

* Add Caps Lock indicator for Kyechron S1 white backlight version (qmk#21559)

* [Keyboard] Add nico (qmk#20686)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>

* Fix ik75 scroll lock and windows lock status LEDs (qmk#20380)

* [keyboard] tominabox1/le_chiffre refactor pt 1 (qmk#21567)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Move model h controller under ibm/model_m (qmk#21526)

* Add Bastion60 PCB to QMK (qmk#21527)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>

* Add BastionTKL PCB to QMK (qmk#21530)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>

* Add Bastion65 PCB to QMK (qmk#21528)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] boardsource/equals (qmk#21230)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6A73@pm.me>

* [Keyboard] Add m1 keyboard (qmk#19799)

Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: wb-joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>

* [Keyboard] Phoenix Project No 1 support (qmk#21068)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Revert "Equals keyboard" (qmk#21622)

* Fix stuck note with square wave in additive DAC (qmk#21589)

* [Keyboard] Add splitkb.com's Aurora Sofle v2 (qmk#21499)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Thomas Baart <mail@thomasbaart.nl>

* On-each-release tap dance function (qmk#20255)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Reduce needless precision in audio note frequency calculation (qmk#21496)

* Remove needless precision in additive DAC sample generation (qmk#21498)

* Amend documented `RGBLIGHT_HUE_STEP` default value (qmk#21617)

* helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (qmk#21608)

The code for Helix rev3 boards could not be built with, e.g.,
`CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the
keyboard level `config.h` (apparently the AVR version of that file
contains guards against usage in assembly code, which was hiding the
bug).  Move `#include <stdio.h>` to the C sources which need it.

* Unicode: move keycode aliases to a separate header (qmk#21613)

* Unify MIDI note calculation with the audio feature's algorithm (qmk#21588)

* [Keyboard] Add STM32f3 Discovery onekey (qmk#21625)

* [Keyboard] Add Divine keyboard (qmk#21593)

* Update keyboard report descriptor for USB compliance (qmk#21626)

Running the "HID Tests" suite of the USB 3 Command Verifier (USB3CV)
tool resulted in the following error:

(HID: 3.2.61) The report descriptor returned in response to a
GetDescriptor(Report) must be compliant with the HID specification.

Byte Number:   37h (  55d)
Data Field: 91 02
Mnemonic:  Output
Value: (Variable)
Errors: Error:   LOGICAL MAX MUST be bounded by Report Size

The error stems from the fact that logical minimum and maximum are
global items, which means that the next item in a report descriptor
inherits the value from the previously set value. In this case the
status leds item inherited the logical minimum (=0) and maximum (=255)
from the keycodes item. As the status leds set a report size of 1 bit,
wich can only hold a boolean, it becomes clear that this range would
never fit.

The fix is straightforward, we just define a appropriate logical maximum
(=1), the mismatch is solved and our keyboard now passes the compliance
tests. Defining the logical minimum is redundant in this case but is
kept to form a logical block.

* [Keyboard] add itstleo40 PCB (qmk#21536)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] update colemad crkbd (corne) keyboard (qmk#21515)

Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>

* [Keyboard] Add ANAVI Macro Pad 12 (qmk#21547)

* Updated info.json of c2 pro (qmk#21581)

* quantum.h: clean up process_keycode includes (qmk#21579)

* Bluetooth: driver naming cleanups (qmk#21624)

* LED Matrix: driver naming cleanups (qmk#21580)

* Correct "less than" to "up to" in squeezing_avr?id=layers (qmk#21639)

* CLI: Improve error messages when layout key matrix row/col is OOB (qmk#21640)

* Fix layout offsets for a handful of boards (qmk#21636)

* keycode aliases: work around ChibiOS ch.h include guard (qmk#21497)

* Remove old OLED API code (qmk#21651)

* AMJKeyboard AMJ84 Develop Touch-Up (qmk#21645)

* [style] refactor default keymap, phase 1

- grid-align keycodes
- use QMK-native keycode aliases
- update box drawings

* [refactor] refactor default keymap, phase 2

- move position [5, 8] to the top row
  - update keycode grid alignment

* [refactor] refactor default keymap, phase 3

- remove matrix position [5, 9]

* Remove layout aliases from keyboard_aliases.hjson (qmk#21658)

* Keychron Q11 ISO: Fix left Shift breakage due to a wrong matrix mask (qmk#21655)

Keychron Q11 uses `matrix_mask` to mask away the matrix location used
for `SPLIT_HAND_MATRIX_GRID` (otherwise the keyboard will constantly
generate a wakeup request whenever the host enters suspend).  However,
the value of `matrix_mask` is actually chosen to mask away all unused
locations, but it was apparently generated for the ANSI board and
therefore masks away the left Shift key on the ISO board, breaking the
functionality of that key.

Fix `matrix_mask` to make the masking work as intended:

- Set the `[4, 1]` bit to 1; this is the matrix location for the ISO
  left Shift.

- Set the `[2, 5]` bit to 0; this is actually the matrix location which
  corresponds to `#define SPLIT_HAND_MATRIX_GRID A2, A15` on the left
  side, which was intended to be masked; apparently the wakeup problem
  does not happen due to `SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT`, so the
  left half actually has that matrix location open.  On the right side
  `A2, A15` is `[9, 6]`, which was masked off correctly.

* Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (qmk#21653)

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

* Automata02 Alisaie Develop Touch-Up (qmk#21630)

* Fix mouse-key spamming empty reports (qmk#21663)

Problem:

`mousekey_task` spams empty hid reports with when a mouse key is
pressed, causing resource exhaustion in the USB mouse endpoint.

Cause:

The check whether or not to send a new mouse report would always
evaluate to true if a mouse key is pressed:

1. `mouse_report` has non-zero fields and `tmpmr` is a copy of this
   fields.
2. `mouse_report` is set to zero, `tmpmr` has now non-zero fields.
3. `has_mouse_report_changed` compares the two and evaluates to true
4. a mouse report is sent.

Fix:

The check condition of `has_mouse_report_changed` will evaluate any
empty record as unchanged, as mouse report data is relative and doesn't
need to return to zero. An empty report will still be send by
`register_mouse` on release of all mouse buttons.

* audio: Don't play the first note of zero-note melodies (qmk#21661)

* [Keyboard] Add Bento Box macropad (qmk#20521)

* [Bug] Restore usb suspend wakeup delay (qmk#21676)

* Respect USB_SUSPEND_WAKEUP_DELAY on wakeup

This delay wasn't honored after removing `restart_usb_driver` from the
suspend and wakeup handling. It is now re-introduced in the appropriate
spot, namely after issuing a remote wakeup to a sleeping host.

* Remove old, unused and commented testing code

* moondrop/dash75: fix keymap (qmk#21680)

* [Keyboard] Add PW88 keyboard (qmk#21482)

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

* Clarify custom keycode enum requirement for PRs (qmk#21648)

* Add VIA layout for Dactyl Manuform 5x6 (qmk#21649)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* haptic: further naming cleanups (qmk#21682)

* Contributing docs: add note to make sure repo is up to date (qmk#21694)

* Fix `binepad/bn009` and `durgod/dgk6x/hades_ansi` keymaps (qmk#21701)

* doio/kb38: fix layout (qmk#21704)

* Remove more legacy config.h options (qmk#21709)

* Tidy up encoder in matrix references (qmk#21718)

* [Keyboard] Update usb.* of `dactyl_lightcycle` (qmk#21462)

* [Keyboard] add laneware `raindrop` keyboard (qmk#21277)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* [Keyboard] Add Projectd/65/Projectd_65_ansi (qmk#21520)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>

* [Keymap] Add Via keymap for CXT Studio (qmk#21675)

* [Keyboard] fix json for nemui65 (qmk#21629)

* [Keyboard] Update USB settings for dactyl_maximus (qmk#21666)

* [Keyboard] Add mk47 keyboard (qmk#19797)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>

* correct keymap file name for tkl_f13_jis layout (qmk#21631)

* [Keyboard] Refactor Caticorn PCB (qmk#21644)

* Kintwin controller for kinesis keyboard, split layout (qmk#21614)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Fix `keyboard` field for some JSON keymaps (qmk#21752)

* [Keyboard] Add Shostudio Arc (qmk#21733)

* [Keymap] Update rpbaptist crkbd (qmk#21674)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Richard Baptist <richard@remote.com>

* [Keymap] Update andrebrait keymap for GMMK Pro (qmk#21668)

* [Keymap] submitting janat-t planck keymap (qmk#21619)

Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>

* [keyboard] Graystudio Think6.5 V3 Support Revised (qmk#21560)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove invalid config option from kikoslab/kl90 (qmk#21708)

* [Keyboard] Add Chouchou keyboard (qmk#21699)

* OLED: driver naming cleanups (qmk#21710)

* Update usb information for dactyl_cc (qmk#21612)

* rgblight: driver selection cleanups (qmk#21558)

* [Keyboard] add willoucom/keypad (qmk#21714)

* Add ScottoErgo Keyboard (qmk#20944)

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

* Add Scotto34 Keyboard (qmk#20943)

Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Add ScottoInvader Keyboard (qmk#20941)

Co-authored-by: Ryan <fauxpark@gmail.com>

* coarse/cordillera: fix backlight config (qmk#21761)

* The PoweredByPorridge layout for the Keyboardio Atreus (qmk#21737)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keymap] add squigglybob splitkb kyria rev2 keymap (qmk#21751)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Bug] Fix compilation error for APA on ChibiOS (qmk#21773)

* Add Galatea rev3 keyboard (qmk#21758)

* Adding support for TAN67 PCB (qmk#21003)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [Keyboard] Add Jelly Evolv (qmk#21407)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add linworks favepada (qmk#20794)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Initial support for ALT v2 (qmk#21754)

* Initial support for CTRL v2 (qmk#21755)

* Initial support for SHIFT v2 (qmk#21756)

* Align SENSE75 with recent Drop additions (qmk#21757)

* Fix drop/shift/v2 compilation (qmk#21800)

* [Keyboard] Add city42 (qmk#21727)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* fix: restore indicators to jellybean_raindrops (qmk#21792)

After qmk#21169, rgb_matrix_indicators() was limited to running on the
final render iteration. Since the jellybean_raindrops animation
immediately returns false after updating a single LED, the iteration
count no longer ends up high enough to render non-advanced indicators.

This change also brings jellybean_raindrops more in line with raindrops.

* Simplfy RGB/LED matrix effect logic (qmk#21703)

* RGB Matrix: driver naming cleanups (qmk#21594)

* Fix keyboards with old RGB driver names (qmk#21815)

* [Doc] Improve magic keycode section (qmk#21787)

* Fix keyboards with old RGB driver names (qmk#21817)

* keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (qmk#21805)

Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use
the same custom matrix code, the matrix layouts are slightly different;
in particular, only the `keychron/c2_pro/ansi/white` board actually uses
column 19.  However, the handling of column 19 in the custom matrix code
was broken, therefore that column did not work.

Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to
the last column connected to the shift register, and not to the column
past that; so the value of `SHIFT_COL_END` needs to be changed from 19
to 18 (columns 11...18 are connected to the shift register, and column
19 is connected to the C14 pin).

Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had
an off-by-one bug when counting the required number of bits (again due
to the confusion on the `SHIFT_COL_END` meaning); this had been fixed
too (the actual behavior of that part of the code did not change,
because both the old and the new version select the 8 bit variant).

* Fix infinite recursion in lxxt encoder logic (qmk#21819)

* Bump tj-actions/changed-files from 37 to 38 (qmk#21822)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v37...v38)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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>

* Generalize AVR -Werror=array-bounds workaround (qmk#21798)

GCC 13 needs the same workaround as GCC 12.
To avoid having to maintain an ever-growing list of broken versions
apply the workaround wherever it can be used.

If at some point a fixed version of GCC is released the workaround can
be disabled for those fixed versions.

See qmk#17064

* Move RGBLight animations to data driven (qmk#21635)

* Move RGBLight animations to data driven, 0-9

* Move RGBLight animations to data driven, A

* Move RGBLight animations to data driven, B

* Move RGBLight animations to data driven, C

* Move RGBLight animations to data driven, D

* Move RGBLight animations to data driven, E

* Move RGBLight animations to data driven, F

* Move RGBLight animations to data driven, G

* Move RGBLight animations to data driven, H

* Move RGBLight animations to data driven, handwired

* Move RGBLight animations to data driven, I

* Move RGBLight animations to data driven, J

* Move RGBLight animations to data driven, K

* Move RGBLight animations to data driven, L

* Move RGBLight animations to data driven, M

* Move RGBLight animations to data driven, N

* Move RGBLight animations to data driven, O

* Move RGBLight animations to data driven, P

* Move RGBLight animations to data driven, Q

* Move RGBLight animations to data driven, R

* Move RGBLight animations to data driven, S

* Move RGBLight animations to data driven, T

* Move RGBLight animations to data driven, U

* Move RGBLight animations to data driven, V

* Move RGBLight animations to data driven, W

* Move RGBLight animations to data driven, X

* Move RGBLight animations to data driven, Y

* Move RGBLight animations to data driven, Z

* Fix incorrect placement

* Fix build failures and mismatches

* converter/ibm_terminal: Fix F0_BREAK state transition (qmk#21824)

* Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (qmk#21827)

* Add "apm32-dfu" in keyboard.jsonschema (qmk#21842)

* Corrected duration example, should be number not string (qmk#21839)

* Rework info.json reference (qmk#21324)

* Rework info.json reference

* Apply suggestions from code review

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Update backlight.pins description

* Add rgblight.driver and lowercase other driver names

* Remove `split.main` and `split.matrix_grid` for now as they are not working yet

---------

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Revert  changes to ChibiOS Suspend Code (qmk#21830)

* Partially revert qmk#19780

* Finish

* Get teensy 3.5/3.6 board files too

* fix lint issue

* Revert "[Bug] Restore usb suspend wakeup delay (qmk#21676)"

This reverts commit e8e989f.

* Apply suggestions from code review

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

---------

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

* Add *_MATRIX_LED_COUNT generation (qmk#21110)

* Unicode, Unicodemap and UCIS refactor (qmk#21659)

* Clean up Unicode API usage in user keymaps (qmk#21849)

* Breaking changes changelog, 2023q3 version (qmk#21848)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: honorless <86894501+lesshonor@users.noreply.github.com>

* Remove develop notice.

* Fix compilation of dynamic_keymap.c without VIA (qmk#21858)

* fix 60_hhkb ASCII diagram (qmk#21813)

* chore(ferris/test): visually format keymap (qmk#21851)

... and set all keys to printable characters (as described in the
keymap's readme)

* fix 60_jis keymap.c (qmk#21820)

* Fix invalid encoder_map declaration (qmk#21868)

* Update keymap.c to add encoder (qmk#21469)

* Update keymap.c to add encoder

* Fix build

---------

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

* doio/kb16: Added timeout option for OLED boot logo. (qmk#21823)

* Revert "fix 60_hhkb ASCII diagram (qmk#21813)" (qmk#21869)

This reverts commit af2d6ea.

* CannonKeys Meetup Pad 2023 (qmk#21806)

Co-authored-by: Ryan <fauxpark@gmail.com>

* [keyboard] add sweeq, a ferris/sweep variant with diodes (qmk#21597)

* Update macOS install script (qmk#21854)

* Abko AK84BT Layout Touch-Up (qmk#21876)

* [refactor] rename LAYOUT_75_ansi to LAYOUT

* [enhancement] touch-up layout

* AH Haven65 Community Layout support (qmk#21880)

* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker

* [enhancement] enable Community Layout support

* nullbitsco/snap: fix broken keymaps (qmk#21877)

* chore: ignore virtual environment directory (qmk#20905)

* Add 1upkeyboards Super16v3 (qmk#21665)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [keyboard] add redragon/k667 (qmk#21417)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: syc <squall_sha@163.com>

* Add M6-C Keyboard Firmware (qmk#21852)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf <contact@vwolf.be>

* Added kiserdesigns keyboard folder and Madeline keyboard (qmk#21857)

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

* redragon/k667: Remove 2 layer VIA restriction (qmk#21889)

* AH Haven80 Community Layout support (qmk#21885)

* [enhancement] correct layout data

* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] enable Community Layout support

* Haven80 Solder: add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift

[enhancement]

* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift

[enhancement]

* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan

[enhancement]

* Haven80 Solder: extend Community Layout support

[enhancement]

* ANAVI Macro Pad 12: rename LAYOUT to LAYOUT_ortho_4x3 (qmk#21886)

[refactor]

* Chosfox CF81: correct layout data (qmk#21902)

* Auto-label data-driven efforts (qmk#21900)

* CannonKeys Bastion75 Layout Additions (qmk#21899)

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_ansi_blocker_split_bs

* [enhancement] add LAYOUT_ansi_blocker

* [enhancement] add LAYOUT_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_ansi_blocker_tsangan

* [enhancement] add LAYOUT_iso_blocker_split_bs

* [enhancement] add LAYOUT_iso_blocker

* [enhancement] add LAYOUT_iso_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_iso_blocker_tsangan

* CannonKeys Bastion60 Layout Additions (qmk#21887)

* [bugfix] correct LAYOUT_60_iso_tsangan key order

* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_60_tsangan_hhkb

* [enhancement] add LAYOUT_60_ansi_tsangan

* [enhancement] add LAYOUT_60_iso

* [enhancement] add LAYOUT_60_iso_split_bs_rshift

* [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_60_hhkb

* [enhancement] extend Community Layout support

* CannonKeys Bastion65 Layout Additions (qmk#21888)

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_65_ansi_blocker_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker

* [enhancement] add LAYOUT_65_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker_tsangan

* [enhancement] add LAYOUT_65_iso_blocker_split_bs

* [enhancement] add LAYOUT_65_iso_blocker

* [enhancement] add LAYOUT_65_iso_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_iso_blocker_tsangan

* [enhancement] enable Community Layout support

* CannonKeys BastionTKL Layout Additions (qmk#21901)

* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_ansi_tsangan

* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_ansi

* [enhancement] correct LAYOUT_tkl_iso key order

* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_tsangan

* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_iso

* [enhancement] add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_iso_tsangan

* [enhancement] extend Community Layout support

* Bump actions/checkout from 3 to 4 (qmk#21907)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>

* GMMK2 65% ISO: Correct layout data (qmk#21925)

Correct key sizes/positioning on the right side of the board.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: takashicompany <t@kashi.company>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Alabahuy <rezzaadio@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tan-t <22813443+tan-t@users.noreply.github.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Alfredo Colas Gullon <57442104+LyricPants66133@users.noreply.github.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Andrew Kannan <andrew.kannan@gmail.com>
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: Cole Smith <smithcole@protonmail.com>
Co-authored-by: Cipulot <40441626+Cipulot@users.noreply.github.com>
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com>
Co-authored-by: era <73109780+eerraa@users.noreply.github.com>
Co-authored-by: Yak <68242321+yakMM@users.noreply.github.com>
Co-authored-by: DUILCHOI <48977039+duilchoi@users.noreply.github.com>
Co-authored-by: Joe Scotto <contact@joescotto.com>
Co-authored-by: Kumiko as a Service <Dreista@users.noreply.github.com>
Co-authored-by: yulei <yuleiz@gmail.com>
Co-authored-by: jestercore <33821148+jestercore@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Jerome Berclaz <jerome@percipient.ai>
Co-authored-by: cole smith <38364556+daysgobye@users.noreply.github.com>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: wb-joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
Co-authored-by: Rico <95101980+mymakercorner@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: harveysch <126267034+harveysch@users.noreply.github.com>
Co-authored-by: Thomas Baart <mail@thomasbaart.nl>
Co-authored-by: leep-frog <66687468+leep-frog@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Its TLeo <134472524+ItsTLeo@users.noreply.github.com>
Co-authored-by: Álvaro Cortés <alvarocortesdevesa@gmail.com>
Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>
Co-authored-by: Leon Anavi <leon@anavi.org>
Co-authored-by: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Co-authored-by: 3geek14 <nerd.of.pi@gmail.com>
Co-authored-by: Synth and Keys <117340582+Synth-and-Keys@users.noreply.github.com>
Co-authored-by: SmollChungus <38044391+SmollChungus@users.noreply.github.com>
Co-authored-by: Hugh Rawlinson <hughrawlinson@users.noreply.github.com>
Co-authored-by: gskygithub <106651989+gskygithub@users.noreply.github.com>
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
Co-authored-by: Brian McKenna <brian@brianmckenna.org>
Co-authored-by: spbgzh <72414103+spbgzh@users.noreply.github.com>
Co-authored-by: HorrorTroll <sonicvipduc@gmail.com>
Co-authored-by: alvicstep <alvicstep@gmail.com>
Co-authored-by: mechlovin <57231893+mechlovin@users.noreply.github.com>
Co-authored-by: Richard Baptist <rpbaptist@users.noreply.github.com>
Co-authored-by: Richard Baptist <richard@remote.com>
Co-authored-by: Andre Brait <andrebrait@gmail.com>
Co-authored-by: Janat Taerakul <janat.taerakul@gmail.com>
Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>
Co-authored-by: Yizhen Liu <62583086+edwardslau@users.noreply.github.com>
Co-authored-by: Dane Lipscombe <danelipscombe@gmail.com>
Co-authored-by: Wilfried JEANNIARD <willou.com@gmail.com>
Co-authored-by: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Co-authored-by: Powered by Porridge <11315349+PoweredByPorridge@users.noreply.github.com>
Co-authored-by: squigglybob <squigglybob@users.noreply.github.com>
Co-authored-by: studiokestra <74369928+studiokestra@users.noreply.github.com>
Co-authored-by: Pangorin <68218885+Pangorin@users.noreply.github.com>
Co-authored-by: owlab2 <64054049+lizhenmingdirk@users.noreply.github.com>
Co-authored-by: Controller Works <103382872+controller-works@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
Co-authored-by: patrickxiong <patrick.xiong@gmail.com>
Co-authored-by: HiryKun <1951086367@qq.com>
Co-authored-by: Andy Smith <andysmithfal@users.noreply.github.com>
Co-authored-by: Adam Price <komidore64@gmail.com>
Co-authored-by: Laneware <68452738+Laneware@users.noreply.github.com>
Co-authored-by: Lasse Luttermann <lasse.luttermann@gmail.com>
Co-authored-by: Andrew Kannan <andrew.kannan@klaviyo.com>
Co-authored-by: Idan Kamara <i@idank.me>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
Co-authored-by: Frank Ebel <git@ebel.page>
Co-authored-by: ziptyze <mwcordier@gmail.com>
Co-authored-by: temp4gh <temp4bbs@163.com>
Co-authored-by: syc <squall_sha@163.com>
Co-authored-by: Wolf Van Herreweghe <wolfvanh@gmail.com>
Co-authored-by: Wolf <contact@vwolf.be>
Co-authored-by: NCKiser <37519411+NCKiser@users.noreply.github.com>
jesperhellberg pushed a commit to jesperhellberg/qmk_firmware that referenced this pull request Sep 9, 2023
philliphall added a commit to philliphall/qmk_firmware that referenced this pull request Sep 21, 2023
* [Keyboard] Phoenix Project No 1 support (qmk#21068)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Revert "Equals keyboard" (qmk#21622)

* Fix stuck note with square wave in additive DAC (qmk#21589)

* [Keyboard] Add splitkb.com's Aurora Sofle v2 (qmk#21499)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Thomas Baart <mail@thomasbaart.nl>

* On-each-release tap dance function (qmk#20255)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Reduce needless precision in audio note frequency calculation (qmk#21496)

* Remove needless precision in additive DAC sample generation (qmk#21498)

* Amend documented `RGBLIGHT_HUE_STEP` default value (qmk#21617)

* helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (qmk#21608)

The code for Helix rev3 boards could not be built with, e.g.,
`CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the
keyboard level `config.h` (apparently the AVR version of that file
contains guards against usage in assembly code, which was hiding the
bug).  Move `#include <stdio.h>` to the C sources which need it.

* Unicode: move keycode aliases to a separate header (qmk#21613)

* Unify MIDI note calculation with the audio feature's algorithm (qmk#21588)

* [Keyboard] Add STM32f3 Discovery onekey (qmk#21625)

* [Keyboard] Add Divine keyboard (qmk#21593)

* Update keyboard report descriptor for USB compliance (qmk#21626)

Running the "HID Tests" suite of the USB 3 Command Verifier (USB3CV)
tool resulted in the following error:

(HID: 3.2.61) The report descriptor returned in response to a
GetDescriptor(Report) must be compliant with the HID specification.

Byte Number:   37h (  55d)
Data Field: 91 02
Mnemonic:  Output
Value: (Variable)
Errors: Error:   LOGICAL MAX MUST be bounded by Report Size

The error stems from the fact that logical minimum and maximum are
global items, which means that the next item in a report descriptor
inherits the value from the previously set value. In this case the
status leds item inherited the logical minimum (=0) and maximum (=255)
from the keycodes item. As the status leds set a report size of 1 bit,
wich can only hold a boolean, it becomes clear that this range would
never fit.

The fix is straightforward, we just define a appropriate logical maximum
(=1), the mismatch is solved and our keyboard now passes the compliance
tests. Defining the logical minimum is redundant in this case but is
kept to form a logical block.

* [Keyboard] add itstleo40 PCB (qmk#21536)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] update colemad crkbd (corne) keyboard (qmk#21515)

Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>

* [Keyboard] Add ANAVI Macro Pad 12 (qmk#21547)

* Updated info.json of c2 pro (qmk#21581)

* quantum.h: clean up process_keycode includes (qmk#21579)

* Bluetooth: driver naming cleanups (qmk#21624)

* LED Matrix: driver naming cleanups (qmk#21580)

* Correct "less than" to "up to" in squeezing_avr?id=layers (qmk#21639)

* CLI: Improve error messages when layout key matrix row/col is OOB (qmk#21640)

* Fix layout offsets for a handful of boards (qmk#21636)

* keycode aliases: work around ChibiOS ch.h include guard (qmk#21497)

* Remove old OLED API code (qmk#21651)

* AMJKeyboard AMJ84 Develop Touch-Up (qmk#21645)

* [style] refactor default keymap, phase 1

- grid-align keycodes
- use QMK-native keycode aliases
- update box drawings

* [refactor] refactor default keymap, phase 2

- move position [5, 8] to the top row
  - update keycode grid alignment

* [refactor] refactor default keymap, phase 3

- remove matrix position [5, 9]

* Remove layout aliases from keyboard_aliases.hjson (qmk#21658)

* Keychron Q11 ISO: Fix left Shift breakage due to a wrong matrix mask (qmk#21655)

Keychron Q11 uses `matrix_mask` to mask away the matrix location used
for `SPLIT_HAND_MATRIX_GRID` (otherwise the keyboard will constantly
generate a wakeup request whenever the host enters suspend).  However,
the value of `matrix_mask` is actually chosen to mask away all unused
locations, but it was apparently generated for the ANSI board and
therefore masks away the left Shift key on the ISO board, breaking the
functionality of that key.

Fix `matrix_mask` to make the masking work as intended:

- Set the `[4, 1]` bit to 1; this is the matrix location for the ISO
  left Shift.

- Set the `[2, 5]` bit to 0; this is actually the matrix location which
  corresponds to `#define SPLIT_HAND_MATRIX_GRID A2, A15` on the left
  side, which was intended to be masked; apparently the wakeup problem
  does not happen due to `SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT`, so the
  left half actually has that matrix location open.  On the right side
  `A2, A15` is `[9, 6]`, which was masked off correctly.

* Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (qmk#21653)

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

* Automata02 Alisaie Develop Touch-Up (qmk#21630)

* Fix mouse-key spamming empty reports (qmk#21663)

Problem:

`mousekey_task` spams empty hid reports with when a mouse key is
pressed, causing resource exhaustion in the USB mouse endpoint.

Cause:

The check whether or not to send a new mouse report would always
evaluate to true if a mouse key is pressed:

1. `mouse_report` has non-zero fields and `tmpmr` is a copy of this
   fields.
2. `mouse_report` is set to zero, `tmpmr` has now non-zero fields.
3. `has_mouse_report_changed` compares the two and evaluates to true
4. a mouse report is sent.

Fix:

The check condition of `has_mouse_report_changed` will evaluate any
empty record as unchanged, as mouse report data is relative and doesn't
need to return to zero. An empty report will still be send by
`register_mouse` on release of all mouse buttons.

* audio: Don't play the first note of zero-note melodies (qmk#21661)

* [Keyboard] Add Bento Box macropad (qmk#20521)

* [Bug] Restore usb suspend wakeup delay (qmk#21676)

* Respect USB_SUSPEND_WAKEUP_DELAY on wakeup

This delay wasn't honored after removing `restart_usb_driver` from the
suspend and wakeup handling. It is now re-introduced in the appropriate
spot, namely after issuing a remote wakeup to a sleeping host.

* Remove old, unused and commented testing code

* moondrop/dash75: fix keymap (qmk#21680)

* [Keyboard] Add PW88 keyboard (qmk#21482)

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

* Clarify custom keycode enum requirement for PRs (qmk#21648)

* Add VIA layout for Dactyl Manuform 5x6 (qmk#21649)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* haptic: further naming cleanups (qmk#21682)

* Contributing docs: add note to make sure repo is up to date (qmk#21694)

* Fix `binepad/bn009` and `durgod/dgk6x/hades_ansi` keymaps (qmk#21701)

* doio/kb38: fix layout (qmk#21704)

* Remove more legacy config.h options (qmk#21709)

* Tidy up encoder in matrix references (qmk#21718)

* [Keyboard] Update usb.* of `dactyl_lightcycle` (qmk#21462)

* [Keyboard] add laneware `raindrop` keyboard (qmk#21277)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* [Keyboard] Add Projectd/65/Projectd_65_ansi (qmk#21520)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>

* [Keymap] Add Via keymap for CXT Studio (qmk#21675)

* [Keyboard] fix json for nemui65 (qmk#21629)

* [Keyboard] Update USB settings for dactyl_maximus (qmk#21666)

* [Keyboard] Add mk47 keyboard (qmk#19797)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>

* correct keymap file name for tkl_f13_jis layout (qmk#21631)

* [Keyboard] Refactor Caticorn PCB (qmk#21644)

* Kintwin controller for kinesis keyboard, split layout (qmk#21614)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Fix `keyboard` field for some JSON keymaps (qmk#21752)

* [Keyboard] Add Shostudio Arc (qmk#21733)

* [Keymap] Update rpbaptist crkbd (qmk#21674)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Richard Baptist <richard@remote.com>

* [Keymap] Update andrebrait keymap for GMMK Pro (qmk#21668)

* [Keymap] submitting janat-t planck keymap (qmk#21619)

Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>

* [keyboard] Graystudio Think6.5 V3 Support Revised (qmk#21560)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove invalid config option from kikoslab/kl90 (qmk#21708)

* [Keyboard] Add Chouchou keyboard (qmk#21699)

* OLED: driver naming cleanups (qmk#21710)

* Update usb information for dactyl_cc (qmk#21612)

* rgblight: driver selection cleanups (qmk#21558)

* [Keyboard] add willoucom/keypad (qmk#21714)

* Add ScottoErgo Keyboard (qmk#20944)

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

* Add Scotto34 Keyboard (qmk#20943)

Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Add ScottoInvader Keyboard (qmk#20941)

Co-authored-by: Ryan <fauxpark@gmail.com>

* coarse/cordillera: fix backlight config (qmk#21761)

* The PoweredByPorridge layout for the Keyboardio Atreus (qmk#21737)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keymap] add squigglybob splitkb kyria rev2 keymap (qmk#21751)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Bug] Fix compilation error for APA on ChibiOS (qmk#21773)

* Add Galatea rev3 keyboard (qmk#21758)

* Adding support for TAN67 PCB (qmk#21003)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [Keyboard] Add Jelly Evolv (qmk#21407)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add linworks favepada (qmk#20794)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Initial support for ALT v2 (qmk#21754)

* Initial support for CTRL v2 (qmk#21755)

* Initial support for SHIFT v2 (qmk#21756)

* Align SENSE75 with recent Drop additions (qmk#21757)

* Fix drop/shift/v2 compilation (qmk#21800)

* [Keyboard] Add city42 (qmk#21727)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* fix: restore indicators to jellybean_raindrops (qmk#21792)

After qmk#21169, rgb_matrix_indicators() was limited to running on the
final render iteration. Since the jellybean_raindrops animation
immediately returns false after updating a single LED, the iteration
count no longer ends up high enough to render non-advanced indicators.

This change also brings jellybean_raindrops more in line with raindrops.

* Simplfy RGB/LED matrix effect logic (qmk#21703)

* RGB Matrix: driver naming cleanups (qmk#21594)

* Fix keyboards with old RGB driver names (qmk#21815)

* [Doc] Improve magic keycode section (qmk#21787)

* Fix keyboards with old RGB driver names (qmk#21817)

* keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (qmk#21805)

Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use
the same custom matrix code, the matrix layouts are slightly different;
in particular, only the `keychron/c2_pro/ansi/white` board actually uses
column 19.  However, the handling of column 19 in the custom matrix code
was broken, therefore that column did not work.

Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to
the last column connected to the shift register, and not to the column
past that; so the value of `SHIFT_COL_END` needs to be changed from 19
to 18 (columns 11...18 are connected to the shift register, and column
19 is connected to the C14 pin).

Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had
an off-by-one bug when counting the required number of bits (again due
to the confusion on the `SHIFT_COL_END` meaning); this had been fixed
too (the actual behavior of that part of the code did not change,
because both the old and the new version select the 8 bit variant).

* Fix infinite recursion in lxxt encoder logic (qmk#21819)

* Bump tj-actions/changed-files from 37 to 38 (qmk#21822)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v37...v38)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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>

* Generalize AVR -Werror=array-bounds workaround (qmk#21798)

GCC 13 needs the same workaround as GCC 12.
To avoid having to maintain an ever-growing list of broken versions
apply the workaround wherever it can be used.

If at some point a fixed version of GCC is released the workaround can
be disabled for those fixed versions.

See qmk#17064

* Move RGBLight animations to data driven (qmk#21635)

* Move RGBLight animations to data driven, 0-9

* Move RGBLight animations to data driven, A

* Move RGBLight animations to data driven, B

* Move RGBLight animations to data driven, C

* Move RGBLight animations to data driven, D

* Move RGBLight animations to data driven, E

* Move RGBLight animations to data driven, F

* Move RGBLight animations to data driven, G

* Move RGBLight animations to data driven, H

* Move RGBLight animations to data driven, handwired

* Move RGBLight animations to data driven, I

* Move RGBLight animations to data driven, J

* Move RGBLight animations to data driven, K

* Move RGBLight animations to data driven, L

* Move RGBLight animations to data driven, M

* Move RGBLight animations to data driven, N

* Move RGBLight animations to data driven, O

* Move RGBLight animations to data driven, P

* Move RGBLight animations to data driven, Q

* Move RGBLight animations to data driven, R

* Move RGBLight animations to data driven, S

* Move RGBLight animations to data driven, T

* Move RGBLight animations to data driven, U

* Move RGBLight animations to data driven, V

* Move RGBLight animations to data driven, W

* Move RGBLight animations to data driven, X

* Move RGBLight animations to data driven, Y

* Move RGBLight animations to data driven, Z

* Fix incorrect placement

* Fix build failures and mismatches

* converter/ibm_terminal: Fix F0_BREAK state transition (qmk#21824)

* Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (qmk#21827)

* Add "apm32-dfu" in keyboard.jsonschema (qmk#21842)

* Corrected duration example, should be number not string (qmk#21839)

* Rework info.json reference (qmk#21324)

* Rework info.json reference

* Apply suggestions from code review

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Update backlight.pins description

* Add rgblight.driver and lowercase other driver names

* Remove `split.main` and `split.matrix_grid` for now as they are not working yet

---------

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Revert  changes to ChibiOS Suspend Code (qmk#21830)

* Partially revert qmk#19780

* Finish

* Get teensy 3.5/3.6 board files too

* fix lint issue

* Revert "[Bug] Restore usb suspend wakeup delay (qmk#21676)"

This reverts commit e8e989f.

* Apply suggestions from code review

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

---------

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

* Add *_MATRIX_LED_COUNT generation (qmk#21110)

* Unicode, Unicodemap and UCIS refactor (qmk#21659)

* Clean up Unicode API usage in user keymaps (qmk#21849)

* Breaking changes changelog, 2023q3 version (qmk#21848)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: honorless <86894501+lesshonor@users.noreply.github.com>

* Remove develop notice.

* Fix compilation of dynamic_keymap.c without VIA (qmk#21858)

* fix 60_hhkb ASCII diagram (qmk#21813)

* chore(ferris/test): visually format keymap (qmk#21851)

... and set all keys to printable characters (as described in the
keymap's readme)

* fix 60_jis keymap.c (qmk#21820)

* Fix invalid encoder_map declaration (qmk#21868)

* Update keymap.c to add encoder (qmk#21469)

* Update keymap.c to add encoder

* Fix build

---------

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

* doio/kb16: Added timeout option for OLED boot logo. (qmk#21823)

* Revert "fix 60_hhkb ASCII diagram (qmk#21813)" (qmk#21869)

This reverts commit af2d6ea.

* CannonKeys Meetup Pad 2023 (qmk#21806)

Co-authored-by: Ryan <fauxpark@gmail.com>

* [keyboard] add sweeq, a ferris/sweep variant with diodes (qmk#21597)

* Update macOS install script (qmk#21854)

* Abko AK84BT Layout Touch-Up (qmk#21876)

* [refactor] rename LAYOUT_75_ansi to LAYOUT

* [enhancement] touch-up layout

* AH Haven65 Community Layout support (qmk#21880)

* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker

* [enhancement] enable Community Layout support

* nullbitsco/snap: fix broken keymaps (qmk#21877)

* chore: ignore virtual environment directory (qmk#20905)

* Add 1upkeyboards Super16v3 (qmk#21665)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [keyboard] add redragon/k667 (qmk#21417)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: syc <squall_sha@163.com>

* Add M6-C Keyboard Firmware (qmk#21852)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf <contact@vwolf.be>

* Added kiserdesigns keyboard folder and Madeline keyboard (qmk#21857)

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

* redragon/k667: Remove 2 layer VIA restriction (qmk#21889)

* AH Haven80 Community Layout support (qmk#21885)

* [enhancement] correct layout data

* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] enable Community Layout support

* Haven80 Solder: add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift

[enhancement]

* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift

[enhancement]

* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan

[enhancement]

* Haven80 Solder: extend Community Layout support

[enhancement]

* ANAVI Macro Pad 12: rename LAYOUT to LAYOUT_ortho_4x3 (qmk#21886)

[refactor]

* Chosfox CF81: correct layout data (qmk#21902)

* Auto-label data-driven efforts (qmk#21900)

* CannonKeys Bastion75 Layout Additions (qmk#21899)

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_ansi_blocker_split_bs

* [enhancement] add LAYOUT_ansi_blocker

* [enhancement] add LAYOUT_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_ansi_blocker_tsangan

* [enhancement] add LAYOUT_iso_blocker_split_bs

* [enhancement] add LAYOUT_iso_blocker

* [enhancement] add LAYOUT_iso_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_iso_blocker_tsangan

* CannonKeys Bastion60 Layout Additions (qmk#21887)

* [bugfix] correct LAYOUT_60_iso_tsangan key order

* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_60_tsangan_hhkb

* [enhancement] add LAYOUT_60_ansi_tsangan

* [enhancement] add LAYOUT_60_iso

* [enhancement] add LAYOUT_60_iso_split_bs_rshift

* [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_60_hhkb

* [enhancement] extend Community Layout support

* CannonKeys Bastion65 Layout Additions (qmk#21888)

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_65_ansi_blocker_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker

* [enhancement] add LAYOUT_65_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker_tsangan

* [enhancement] add LAYOUT_65_iso_blocker_split_bs

* [enhancement] add LAYOUT_65_iso_blocker

* [enhancement] add LAYOUT_65_iso_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_iso_blocker_tsangan

* [enhancement] enable Community Layout support

* CannonKeys BastionTKL Layout Additions (qmk#21901)

* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_ansi_tsangan

* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_ansi

* [enhancement] correct LAYOUT_tkl_iso key order

* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_tsangan

* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_iso

* [enhancement] add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_iso_tsangan

* [enhancement] extend Community Layout support

* Bump actions/checkout from 3 to 4 (qmk#21907)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>

* GMMK2 65% ISO: Correct layout data (qmk#21925)

Correct key sizes/positioning on the right side of the board.

* [Docs] Improve contrast for warnings in dark mode (qmk#21928)

* GMMK2 96% ANSI: Correct layout data (qmk#21937)

[enhancement]

* Cipulot EC Theca Community Layout Support (qmk#21913)

* Alias `LAYOUT_all` as `LAYOUT_tkl_ansi`

The data for `LAYOUT_all` and `LAYOUT_tkl_ansi` is identical, so alias
the former to the latter to reduce redundancy.

[refactor]

* Rename `LAYOUT_tkl_ansi_tsangan_wkl` to `LAYOUT_tkl_ansi_wkl`

[refactor]

* Enable Community Layout support

[enhancement]

* customMK EVO70 R2 Layout Additions (qmk#21916)

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add layout/matrix diagram

[docs]

* Correct layout data

Reduce the gap between the encoder/macro section and the alphanumeric
section by 0.25u.

[enhancement]

* Add `LAYOUT_ansi_blocker`

[enhancement]

* Add `LAYOUT_iso_blocker`

[enhancement]

* Fix redundant `layout_aliases` keys

per dunk2k

[bugfix]

* [Keyboard] Add Binepad Pixie (qmk#21524)

* Add Binepad Pixie

* Post waffle87 and drashna review recommendations applied

* Post-drashna code review suggestions applied

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

* post zvecr review

---------

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

* dnworks FRLTKL Community Layout support (qmk#21922)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_tsangan`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_wkl`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_tsangan`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_wkl`

[enhancement]

* Enable Community Layout support

[enhancement]

* Repair malformed links in keyboard README files (qmk#21969)

* Remove oversize binaries (qmk#21976)

This stops a situation where a user could end up flashing oversize firmware soft bricking hardware.

* Drewkeys Mercury65 Layout Additions (qmk#21924)

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add layout/matrix diagram

[docs]

* Correct `LAYOUT_all` data

Correct the order of the Up arrow and End keys.

[enhancement]

* Tidy-up `info.json` formatting

- add line breaks between physical rows
- remove trailing spaces

[style]

* Add `LAYOUT_iso_blocker_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan_split_bs`

[enhancement]

* Gray Studio Think65 v3 Layout Additions (qmk#21930)

* Add layout/matrix diagram

[docs]

* Format `info.json` as strict JSON

[style]

* Add `LAYOUT_all`

[enhancement]

* Refactor keymaps to use `LAYOUT_all`

Refactor the `default` and `via` keymaps to use the `LAYOUT_all` macro.

- change second Left Shift key to `KC_NUBS`
- insert `KC_NUHS` keycode
- update keycode grid alignment
- remove trailing whitespace

[refactor]

* Rename `LAYOUT_65_blocker` to `LAYOUT_ansi_blocker`

[refactor]

* Rename `LAYOUT_65_iso_blocker` to `LAYOUT_iso_blocker`

[refactor]

* Correct `LAYOUT_iso_blocker` matrix data

The Quote key was mapped as [1, 14] instead of [2, 12].

[bugfix]

* Add `LAYOUT_ansi_blocker_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_iso_blocker_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan`

[enhancement]

* Handwired ScottoKeebs Configurator Updates (qmk#21990)

* ScottoKeebs ScottoAlp: Correct layout data

[enhancement]

* ScottoKeebs ScottoCMD: Correct layout data

[enhancement]

* ScottoKeebs ScottoErgo: Correct layout data

Add hand separation and vertical stagger to the layout data.

[enhancement]

* ScottoKeebs ScottoFrog: Correct layout data

[enhancement]

* ScottoKeebs ScottoGame: Correct layout data

[enhancement]

* ScottoKeebs ScottoInvader: Correct layout data

[enhancement]

* ScottoKeebs ScottoNum: Correct layout data

[enhancement]

* ScottoKeebs ScottoSplit: Correct layout data

[enhancement]

* ScottoKeebs ScottoStarter: Correct layout data

[enhancement]

* Inland MK47 Community Layout Support (qmk#21998)

* Rename `LAYOUT` to `LAYOUT_planck_mit`

[refactor]

* Enable Community Layout support

[enhancement]

* Touch-up keymaps

- grid-align keycodes

[style]

* Jaykeeb Sebelas: Standardize Layout Names (qmk#21999)

* Rename `LAYOUT_65_ansi_blocker` to `LAYOUT_ansi_blocker`

[refactor]

* Rename `LAYOUT_65_ansi_blocker_split_bs` to `LAYOUT_ansi_blocker_split_bs`

[refactor]

* Rename `LAYOUT_65_ansi_blocker_tsangan` to `LAYOUT_ansi_blocker_tsangan`

[refactor]

* Rename `LAYOUT_65_ansi_blocker_tsangan_split_bs` to `LAYOUT_ansi_blocker_tsangan_split_bs`

[refactor]

* Keebio NyquistPad Layout Updates (qmk#22000)

* Rename `LAYOUT` to `LAYOUT_ortho_5x6`

[refactor]

* Add `LAYOUT_ortho_5x6_1x2u`

[enhancement]

* Kibou Suisei Layout Addition (qmk#22001)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs`

[refactor]

* Add `LAYOUT_65_ansi_blocker_tsangan_wkl`

[enhancement]

* Kopibeng XT87 Layout Additions & Touch-Up (qmk#22002)

* Add `LAYOUT_tkl_ansi_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_ansi_wkl`

[enhancement]

* Add `LAYOUT_tkl_iso_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_iso_wkl`

[enhancement]

* Correct layout data

Correct key positioning on the function row.

[enhancement]

* Friendly-format `info.json`

[style]

* Move ISO Enter to Home Row

Corrects the implementation of the ISO Community Layouts.

[bugfix]

* Update to 'peterfalken' userspace configurations (qmk#21836)

* Krado Industries Promenade Layout Additions (qmk#22014)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Correct key order

[bugfix]

* Add `LAYOUT_2x2u`

[enhancement]

* Add `LAYOUT_2x3u`

[enhancement]

* Add `LAYOUT_6u_space`

[enhancement]

* Add `LAYOUT_7u_space`

[enhancement]

* Touch-up `via` keymap

Update keycode grid alignment to match the `default` keymap.

[style]

* Linworks Fave60a Community Layout Support (qmk#22015)

* Friendly-format `info.json`

[style]

* Correct layout data

[chore]

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_60_tsangan_hhkb`

[refactor]

* Add `LAYOUT_60_ansi_tsangan`

[enhancement]

* Enable Community Layout support

[enhancement]

* Maze Studio Jocker 1800 Layout Additions (qmk#22016)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_ansi_split_bs`

[refactor]

* Add `LAYOUT_ansi`

[enhancement]

* Add `LAYOUT_ansi_wkl_split_bs`

[enhancement]

* Add `LAYOUT_ansi_wkl`

[enhancement]

* Mechlovin Zed65 910 Layout Standardization (qmk#22018)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT_65_iso_tsangan_split_bs` to `LAYOUT_iso_split_bs`

[refactor]

* Rename `LAYOUT_65_ansi_tsangan` to `LAYOUT_ansi`

[refactor]

* Rename `LAYOUT_65_ansi_blocker_tsangan` to `LAYOUT_ansi_blocker_tsangan`

[refactor]

* Rename `LAYOUT_65_ansi_tsangan_split_bs` to `LAYOUT_all`

[refactor]

* Mode M256-WS Community Layout Support (qmk#22020)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_65_ansi_blocker_split_bs`

[enhancement]

* Add `LAYOUT_65_ansi_blocker`

[enhancement]

* Add `LAYOUT_65_ansi_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_65_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_65_iso_blocker_split_bs`

[enhancement]

* Add `LAYOUT_65_iso_blocker`

[enhancement]

* patch `LAYOUT_65_iso_blocker_split_bs`

* patch `LAYOUT_65_iso_blocker`

* Add `LAYOUT_65_iso_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_65_iso_blocker_tsangan`

[enhancement]

* Enable Community Layout support

[enhancement]

* Mode M256-WH Community Layout Support (qmk#22019)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_65_ansi_blocker`

[refactor]

* Add `LAYOUT_65_ansi_blocker_tsangan`

[enhancement]

* Enable Community Layout support

[enhancement]

* MonsGeek M1: Correct layout data (qmk#22026)

Apply vertical offset to the arrow keys.

[chore]

* `qmk format-json`: Add an in-place mode to format json command (qmk#21610)

* QVEX Tech Lynepad2 Layout Update (qmk#22030)

* Add layout/matrix diagram

[docs]

* Update layout data

Update layout data to disambiguate the key/joystick/thumbpad functions
in Configurator.

[chore]

* OwLab Jelly Evolv Solder Layout Additions (qmk#22029)

* Add layout/matrix diagram

[docs]

* Friendly-format `info.json`

[style]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_ansi_blocker`

[enhancement]

* Add `LAYOUT_ansi_blocker_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_iso_blocker`

[enhancement]

* Add `LAYOUT_iso_blocker_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan`

[enhancement]

* Nix Studio Lilith Layout Additions (qmk#22028)

* Add layout/matrix diagram

[docs]

* Sort keys in `info.json`

[style]

* Add `LAYOUT_65_ansi_blocker_split_bs`

[enhancement]

* Add `LAYOUT_65_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_65_iso_blocker_split_bs`

[enhancement]

* Add `LAYOUT_65_iso_blocker_tsangan_split_bs`

[enhancement]

* Extend Community Layout support

[enhancement]

* Neson Design Nico Layout Additions (qmk#22027)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_65_xt_ansi_blocker_split_bs`

[refactor]

* Add `LAYOUT_65_xt_ansi_blocker`

[enhancement]

* Add `LAYOUT_65_xt_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs`

[enhancement]

* Touch-up keymaps

- grid-align keycodes
- use four-space indent
- use QMK-native keycode aliases

[refactor]

* Update `via` keymap

Update the `via` keymaps to have the same key assignments as the
`default` keymap, which is more fleshed out.

[chore]

* [Keyboard] Add splitkb.com's Aurora Helix (qmk#21871)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* [Keyboard] add 1upkeyboards 1upslider8 (qmk#21546)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Adding Treasure TYPE-9 series III (qmk#21748)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Raindrop Layout Updates (qmk#22032)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT_all` to `LAYOUT_64_ansi_split_bs`

[refactor]

* Add `LAYOUT_60_ansi_split_bs_rshift`

[enhancement]

* Rico Phoenix Project No. 1 Layout Additions (qmk#22035)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_65_ansi_rwkl_split_bs`

[enhancement]

* Add `LAYOUT_65_ansi_rwkl`

[enhancement]

* Add `LAYOUT_65_ansi_wkl_split_bs`

[enhancement]

* Add `LAYOUT_65_ansi_wkl`

[enhancement]

* Add `LAYOUT_65_iso_rwkl_split_bs`

[enhancement]

* Add `LAYOUT_65_iso_rwkl`

[enhancement]

* Add `LAYOUT_65_iso_wkl_split_bs`

[enhancement]

* Add `LAYOUT_65_iso_wkl`

[enhancement]

* RuckerMachine RM Fullsize Layout Additions (qmk#22036)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_fullsize_108_ansi`

[enhancement]

* Add `LAYOUT_fullsize_108_ansi_tsangan`

[enhancement]

* Sho Studios ARC Layout Addition (qmk#22037)

* Add layout/matrix diagram

[docs]

* Format `info.json`

Apply four-space indent.

[style]

* Add `LAYOUT_ansi_split_bs`

[enhancement]

* Move Digitizer to "Software Features" (qmk#22031)

* Add missing gpio and chibios defs to uart.h (qmk#22033)

* Fix paragon encoder pinout for soldered version (qmk#22043)

* geistmaschine/macropod: fix issues waking up after suspend on apple devices (qmk#22023)

* Add all RGB Matrix Animations to city42 (qmk#21992)

* Viktus Styrka Topre Layout Standardization and Touch-Up (qmk#22044)

* Add layout/matrix diagram

[docs]

* Alias `LAYOUT_all` to `LAYOUT_split_6u`

`LAYOUT_all` and `LAYOUT_split_6u` represent the same matrix positions
and sequence, so implement the former as an alias.

[refactor]

* Touch-up keymaps

- grid-align keycodes
- use QMK-native keycode aliases

[chore]

* Friendly-format `info.json`

[style]

* Correct layout data

Correct key sizes/positioning on the bottom row.

[chore]

* Rename `LAYOUT_2u_6u` to `LAYOUT_65_xt_ansi_blocker`

[refactor]

* Rename `LAYOUT_2u_7u` to `LAYOUT_65_xt_ansi_blocker_tsangan`

[refactor]

* Rename `LAYOUT_split_6u` to `LAYOUT_65_xt_ansi_blocker_split_bs`

[refactor]

* Rename `LAYOUT_split_7u` to `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs`

[refactor]

* Wolf Neely65 Touch-Up (qmk#22045)

* Add layout/matrix diagram

[docs]

* Friendly-format `info.json`

[style]

* Touch-up keymaps

- grid-align keycodes
- use QMK-native keycode aliases

[refactor]

* Fix keymaps

Fix keycodes being assigned out of order with respect to `info.json`.

- move XT function keys to left side
- move keycodes for position [2, 14] from Home Row to Number Row

[bugfix]

* Rename `LAYOUT` to `LAYOUT_65_xt_ansi_blocker_tsangan_wkl_split_bs`

[refactor]

* Add `LAYOUT_65_xt_ansi_blocker_tsangan_wkl`

[enhancement]

* Wolf Silhouette Community Layout Support (qmk#22052)

* Add layout/matrix diagram

[docs]

* Friendly-format `info.json`

[style]

* Touch-up layout data

Move the ISO Hash key to the main key area.

[chore]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_tsangan`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_wkl`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_tsangan`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_wkl`

[enhancement]

* Enable Community Layout support

[enhancement]

* Wolf Ziggurat Layout Additions (qmk#22053)

* Add layout/matrix diagram

[docs]

* Friendly-format `info.json`

[style]

* Touch-up layout data

Move the ISO Hash key to the main key area.

[chore]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_65_xt_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_65_xt_iso_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_65_xt_iso_blocker_tsangan`

[enhancement]

* Adding support for the Pteron56 (PCB) keyboard (qmk#21731)

* Add missing gpio include to ps2 vendor (qmk#22063)

* [Keyboard] Add riot pad (qmk#22060)

Co-authored-by: ShandonCodes <shandon@shandon.codes>

* DZTech Pluto Community Layout support (qmk#22069)

* Add layout/matrix diagram

[docs]

* Friendly-format `info.json`

- apply four-space indent
- sort JSON keys in layout objects

[style]

* Correct `LAYOUT_all` data

Correct key sizes/positions of:

- ANSI Backslash [1, 13]
- ANSI Enter [1, 14]
- Fn [3, 13]

[chore]

* Correct `LAYOUT_iso` data

Correct position of Fn key [3, 13].

[chore]

* Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_tsangan`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_ansi_wkl`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_tsangan`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift`

[enhancement]

* Add `LAYOUT_tkl_nofrow_iso_wkl`

[enhancement]

* Enable Community Layout support

[enhancement]

* Touch-up keymaps

Update keycode grid alignment.

[style]

* Ubest VN Community Layout Support (qmk#22070)

* Add layout/matrix diagram

[docs]

* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add `LAYOUT_65_ansi_split_bs`

[enhancement]

* Add `LAYOUT_65_ansi`

[enhancement]

* Add `LAYOUT_65_iso_split_bs`

[enhancement]

* Add `LAYOUT_65_iso`

[enhancement]

* Enable Community Layout support

[enhancement]

* Touch-up keymaps

- apply four-space indent
- grid-align keycodes

[style]

* Add OLED logo DP3000 macropad (qmk#21936)

* SapuSeven MacroPad12: rename LAYOUT to LAYOUT_ortho_3x4 (qmk#22081)

* Alchemist Keyboards OGRN Layout Addition (qmk#22080)

* Add layout/matrix diagram

[docs]

* Friendly-format `info.json`

[style]

* Add `LAYOUT_ortho_5x4`

[enhancement]

* Touch-up keymaps

- update grid-alignment (layer-to-layer consistency)
- fix box drawings

[style]

* Extend Community Layout support

Add `ortho_5x4` to supported Community Layouts.

[enhancement]

* amend 96_(ansi|iso) community_layouts in keyboards/ (qmk#22066)

* Restrict "feature" and "animation" keys (qmk#21895)

* [Keyboard] Momokai Aurora (qmk#20419)

Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>

* [Keyboard] add Quokka keyboard (qmk#20979)

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

* apply 66_(ansi|iso) to keyboards (qmk#21834)

* Add ScottoSlant Keyboard (qmk#20942)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Add ScottoMouse Handwired Macropad (qmk#21074)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>

* Add ScottoFly Keyboard (qmk#20939)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Add ScottoMacrodeck Macropad (qmk#20946)

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

* Add ScottoLong Keyboard (qmk#20938)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Add funtions of Encoder and VIA for redragon/k667 (qmk#21917)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: syc <squall_sha@163.com>

* [Keyboard] Add rpk-001 keyboard (qmk#21042)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Joy <chang.li@westberrytech.com>

* amend 68_(ansi|iso) community_layouts in keyboards/ (qmk#21835)

* [Keyboard] Add QCK-75 (qmk#21180)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Quarkeys Studio Z67 Solder Community Layout Support (qmk#22095)

* Quarkeys Studio Z67 Hotswap Community Layout Support (qmk#22096)

* kimiko: mirror encoder pins between halves (qmk#21728)

* Keychron q9 plus (qmk#21399)

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

* add dz60v2 keyboard (qmk#21862)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* add odinmini layout (qmk#21983)

Co-authored-by: Ryan <fauxpark@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Rico <95101980+mymakercorner@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com>
Co-authored-by: harveysch <126267034+harveysch@users.noreply.github.com>
Co-authored-by: Thomas Baart <mail@thomasbaart.nl>
Co-authored-by: leep-frog <66687468+leep-frog@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: era <73109780+eerraa@users.noreply.github.com>
Co-authored-by: Its TLeo <134472524+ItsTLeo@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Álvaro Cortés <alvarocortesdevesa@gmail.com>
Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>
Co-authored-by: Leon Anavi <leon@anavi.org>
Co-authored-by: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Co-authored-by: 3geek14 <nerd.of.pi@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Synth and Keys <117340582+Synth-and-Keys@users.noreply.github.com>
Co-authored-by: SmollChungus <38044391+SmollChungus@users.noreply.github.com>
Co-authored-by: Hugh Rawlinson <hughrawlinson@users.noreply.github.com>
Co-authored-by: gskygithub <106651989+gskygithub@users.noreply.github.com>
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
Co-authored-by: Brian McKenna <brian@brianmckenna.org>
Co-authored-by: spbgzh <72414103+spbgzh@users.noreply.github.com>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
Co-authored-by: HorrorTroll <sonicvipduc@gmail.com>
Co-authored-by: alvicstep <alvicstep@gmail.com>
Co-authored-by: mechlovin <57231893+mechlovin@users.noreply.github.com>
Co-authored-by: Richard Baptist <rpbaptist@users.noreply.github.com>
Co-authored-by: Richard Baptist <richard@remote.com>
Co-authored-by: Andre Brait <andrebrait@gmail.com>
Co-authored-by: Janat Taerakul <janat.taerakul@gmail.com>
Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>
Co-authored-by: Yizhen Liu <62583086+edwardslau@users.noreply.github.com>
Co-authored-by: Dane Lipscombe <danelipscombe@gmail.com>
Co-authored-by: Wilfried JEANNIARD <willou.com@gmail.com>
Co-authored-by: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Powered by Porridge <11315349+PoweredByPorridge@users.noreply.github.com>
Co-authored-by: squigglybob <squigglybob@users.noreply.github.com>
Co-authored-by: studiokestra <74369928+studiokestra@users.noreply.github.com>
Co-authored-by: Pangorin <68218885+Pangorin@users.noreply.github.com>
Co-authored-by: owlab2 <64054049+lizhenmingdirk@users.noreply.github.com>
Co-authored-by: DUILCHOI <48977039+duilchoi@users.noreply.github.com>
Co-authored-by: Controller Works <103382872+controller-works@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
Co-authored-by: patrickxiong <patrick.xiong@gmail.com>
Co-authored-by: HiryKun <1951086367@qq.com>
Co-authored-by: Andy Smith <andysmithfal@users.noreply.github.com>
Co-authored-by: Adam Price <komidore64@gmail.com>
Co-authored-by: Laneware <68452738+Laneware@users.noreply.github.com>
Co-authored-by: Lasse Luttermann <lasse.luttermann@gmail.com>
Co-authored-by: Andrew Kannan <andrew.kannan@klaviyo.com>
Co-authored-by: Idan Kamara <i@idank.me>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
Co-authored-by: Frank Ebel <git@ebel.page>
Co-authored-by: ziptyze <mwcordier@gmail.com>
Co-authored-by: temp4gh <temp4bbs@163.com>
Co-authored-by: syc <squall_sha@163.com>
Co-authored-by: Wolf Van Herreweghe <wolfvanh@gmail.com>
Co-authored-by: Wolf <contact@vwolf.be>
Co-authored-by: NCKiser <37519411+NCKiser@users.noreply.github.com>
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Co-authored-by: Falco Gerritsjans <FalcoG@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Luis Garcia <luis@bitjester.com>
Co-authored-by: TreasureTypes <73436366+TreasureTypes@users.noreply.github.com>
Co-authored-by: Constantine Karos <36245370+karosc@users.noreply.github.com>
Co-authored-by: Yak <68242321+yakMM@users.noreply.github.com>
Co-authored-by: Moritz Plattner <moritz.plattner@gmx.net>
Co-authored-by: Filip Sund <filip.sund@gmail.com>
Co-authored-by: Shandon Anderson <CheeseL0ver@users.noreply.github.com>
Co-authored-by: ShandonCodes <shandon@shandon.codes>
Co-authored-by: Deddia Permana <deddiapermana97@gmail.com>
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Dan Ford <dan-github2@dlford.co>
Co-authored-by: Poring <97579443+PoringH@users.noreply.github.com>
Co-authored-by: Charles Strahan <charles@cstrahan.com>
Co-authored-by: dztech <moyi4681@users.noreply.github.com>
thismarvin pushed a commit to thismarvin/qmk_firmware that referenced this pull request Sep 27, 2023
akeep pushed a commit to akeep/qmk_firmware that referenced this pull request Oct 2, 2023
csolje pushed a commit to csolje/qmk_firmware that referenced this pull request Oct 21, 2023
autoferrit pushed a commit to SpaceRockMedia/bastardkb-qmk that referenced this pull request Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants