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

[Keyboard]add 5108 Keyboard. #21184

Merged
merged 10 commits into from
Jun 14, 2023
Merged

[Keyboard]add 5108 Keyboard. #21184

merged 10 commits into from
Jun 14, 2023

Conversation

jonylee1986
Copy link
Contributor

Description

as title.

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).

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Jun 9, 2023
@jonylee1986 jonylee1986 changed the title [keybord]add 5075 keybord. [keybord]add 5108 keybord. Jun 9, 2023
keyboards/akko/5108/5108.c Outdated Show resolved Hide resolved
keyboards/akko/5108/config.h Outdated Show resolved Hide resolved
keyboards/akko/5108/info.json Outdated Show resolved Hide resolved
keyboards/akko/5108/info.json Outdated Show resolved Hide resolved
keyboards/akko/5108/rules.mk Outdated Show resolved Hide resolved
jonylee1986 and others added 6 commits June 10, 2023 09:19
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
keyboards/akko/5108/5108.c Outdated Show resolved Hide resolved
keyboards/akko/5108/readme.md Outdated Show resolved Hide resolved
@waffle87 waffle87 requested a review from a team June 10, 2023 01:26
jonylee1986 and others added 3 commits June 10, 2023 09:28
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
@jonylee1986 jonylee1986 changed the title [keybord]add 5108 keybord. [Keyboard]add 5108 keybord. Jun 10, 2023
@jonylee1986 jonylee1986 changed the title [Keyboard]add 5108 keybord. [Keyboard]add 5108 Keyboard. Jun 10, 2023
@drashna drashna requested a review from a team June 12, 2023 01:40
@surfaceflinger
Copy link

surfaceflinger commented Jun 13, 2023

It builds but I can't flash. I made some research and basically:

OEMs using ROYUAN boards distribute .rar files on their websites with firmware and "Royuan Toolbox" which is supposed to be open source according to information inside this application (ofc there's no source anywhere).

I also found this thread https://www.reddit.com/r/akkogear/comments/12ai3lg/used_wrong_firmware_for_akko_acr75_v2/ and it looks like these keyboards don't have DFU mode but instead are able to be flashed by just plugging them.

I got wb32-dfu-updater_cli to build but it can't find my device. Looking at dmesg after maaany retries, it always just shows up as ROYUAN Akko Multi-modes Keyboard-B.

While the code might indeed be working it would be nice to get proper instructions for flashing (unless I messed something up?)

Also, 5108 comes in S and B variants. Is this port compatible with both of them?

@jonylee1986
Copy link
Contributor Author

It builds but I can't flash. I made some research and basically:

OEMs using ROYUAN boards distribute .rar files on their websites with firmware and "Royuan Toolbox" which is supposed to be open source according to information inside this application (ofc there's no source anywhere).

I also found this thread https://www.reddit.com/r/akkogear/comments/12ai3lg/used_wrong_firmware_for_akko_acr75_v2/ and it looks like these keyboards don't have DFU mode but instead are able to be flashed by just plugging them.

I got wb32-dfu-updater_cli to build but it can't find my device. Looking at dmesg after maaany retries, it always just shows up as ROYUAN Akko Multi-modes Keyboard-B.

While the code might indeed be working it would be nice to get proper instructions for flashing (unless I messed something up?)

Also, 5108 comes in S and B variants. Is this port compatible with both of them?

Currently, AKKO 5108QMK is not available for sale. What I have learned is that neither 5108S nor 5108B seems to support QMK @surfaceflinger

@waffle87 waffle87 merged commit 4055f2a into qmk:master Jun 14, 2023
3 checks passed
freznel10 added a commit to freznel10/qmk_firmware that referenced this pull request Jun 16, 2023
commit 579db61
Merge: dc435a0 94311e4
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 20:57:46 2023 +0000

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

commit 94311e4
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Jun 15 13:57:13 2023 -0700

    Alas: ISO Layouts Fix and Matrix Diagram (qmk#21255)

commit dc435a0
Merge: e8ca83a 5263dfb
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 20:56:50 2023 +0000

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

commit 5263dfb
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Jun 15 13:56:07 2023 -0700

    ButterKeebs PocketPad: correct layout data (qmk#21256)

commit e8ca83a
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Jun 15 22:27:26 2023 +1000

    Move `RGBLIGHT_SPLIT` to data driven (qmk#21190)

    * Move `RGBLIGHT_SPLIT` to data driven

    * Remove where `split_count` is already set

commit c011eb1
Merge: 53d7604 9b36ec5
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 12:19:44 2023 +0000

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

commit 9b36ec5
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Jun 15 05:18:56 2023 -0700

    DOIO KB30 Refactor (qmk#21250)

    * refactor keymaps

    - remove extra blank lines
    - convert tabs to spaces
    - use four-space indent
    - grid-align keycodes
    - use QMK-native keycode aliases

    * info.json: correct layout data

    * add readme.md

    * info.json: correct maintainer field

    Updates the value to reference the maintainer's GitHub username.

commit 53d7604
Merge: dd69649 66f06a1
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 04:29:09 2023 +0000

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

commit 66f06a1
Author: Sleepdealr <35879391+Sleepdealr@users.noreply.github.com>
Date:   Thu Jun 15 00:28:06 2023 -0400

    [Keyboard] Add Artemis Paragon (qmk#20910)

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

commit dd69649
Merge: 5c03941 8f980ea
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 04:26:11 2023 +0000

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

commit 8f980ea
Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Date:   Thu Jun 15 12:25:23 2023 +0800

    [Keyboard] add top40 keyboard. (qmk#21199)

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

commit 5c03941
Merge: 03c4530 bbba1d0
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 04:24:28 2023 +0000

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

commit bbba1d0
Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Date:   Thu Jun 15 12:23:46 2023 +0800

    [Keyboard] add acr87 keyboard. (qmk#21200)

commit 03c4530
Merge: 8ee0cb5 3703d5a
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 04:22:24 2023 +0000

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

commit 3703d5a
Author: blindassassin111 <38090555+blindassassin111@users.noreply.github.com>
Date:   Wed Jun 14 23:20:49 2023 -0500

    [Keyboard] Adding OSAv2 Numpad Topre support (qmk#21224)

commit 8ee0cb5
Merge: 2add1fb a2c17d5
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 04:08:59 2023 +0000

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

commit a2c17d5
Author: Andrew Kannan <andrew.kannan@gmail.com>
Date:   Thu Jun 15 00:08:16 2023 -0400

    [Keyboard] Add CannonKeys Leviatan PCB (qmk#21231)

commit 2add1fb
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Thu Jun 15 05:06:18 2023 +0100

    [Keyboard] `dactyl_manuform/6x7` pin correction (qmk#21240)

commit f594b99
Merge: ee6320c 9220344
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 04:00:51 2023 +0000

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

commit 9220344
Author: Gastón Jorquera <email@gaston.life>
Date:   Thu Jun 15 00:00:13 2023 -0400

    [Keymap] Left Control is now ESC when tapped (qmk#21241)

commit ee6320c
Merge: 6c7c588 8785810
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 03:59:31 2023 +0000

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

commit 8785810
Author: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Date:   Thu Jun 15 00:58:55 2023 -0300

    Modernize M75H and M75S firmwares (qmk#21244)

commit 6c7c588
Author: Nick Brassel <nick@tzarc.org>
Date:   Thu Jun 15 13:48:19 2023 +1000

    Rely on introspection to handle OOB access. (qmk#21247)

commit 88d9b7e
Merge: 9103b63 baa9252
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 03:30:22 2023 +0000

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

commit baa9252
Author: dztech <moyi4681@users.noreply.github.com>
Date:   Thu Jun 15 11:29:39 2023 +0800

    [Keyboard] add pluto keyboard (qmk#21225)

commit 9103b63
Merge: 6fdf4ba 776e980
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 15 01:46:17 2023 +0000

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

commit 776e980
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Jun 14 18:45:37 2023 -0700

    4pplet Waffling60 Rev D ISO Layout Fix and Additions (qmk#21236)

    * correct layout data

    * add matrix diagram

    * rename LAYOUT to LAYOUT_all

    * add LAYOUT_60_iso_tsangan_split_bs_rshift

    * add LAYOUT_60_iso_tsangan_split_rshift

    * add LAYOUT_60_iso_wkl_split_bs_rshift

    * add LAYOUT_60_iso_wkl_split_rshift

commit 6fdf4ba
Merge: 7bafae6 f5ee7b7
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Jun 14 16:27:44 2023 +0000

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

commit f5ee7b7
Author: Danny <nooges@users.noreply.github.com>
Date:   Wed Jun 14 12:26:46 2023 -0400

    Add Sinc Rev. 4 (qmk#21130)

    * Fork Rev. 3 to 4

    * Update RGB LED positions

    * Adjust RGB positions

    * Enable more RGB modes

    * Update copyrights

    * Add license headers to keymaps

    * Use same type of license header

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

    * Fix I2C pins

    ---------

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

commit 7bafae6
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Jun 14 07:31:51 2023 -0700

    FJLabs Swordfish Layout Macro Refactor (qmk#21234)

    * physically arrange layout macro

    Arranges the layout macro to QMK standards (left to right, row by row).

    This change breaks compatibility with out-of-tree keymaps, because the
    order in which the keycode arguments must be passed is changed.

    * rename `LAYOUT_alice_all` to `LAYOUT_split_bs`

    * add `LAYOUT_2u_bs` macro

commit 9551a0a
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Jun 14 22:01:13 2023 +1000

    Move `RGBLIGHT_LED_MAP` to data driven (qmk#21095)

commit 6c42861
Merge: 5fd5590 4055f2a
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Jun 14 06:27:47 2023 +0000

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

commit 4055f2a
Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Date:   Wed Jun 14 14:27:08 2023 +0800

    [Keyboard]add 5108 Keyboard. (qmk#21184)

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

commit 5fd5590
Merge: aefdb39 5598754
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 13 15:18:40 2023 +0000

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

commit 5598754
Author: rhmokey <57172003+rhmokey@users.noreply.github.com>
Date:   Tue Jun 13 23:17:55 2023 +0800

    [Keyboard] Add mokey12x2 (qmk#20702)

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

commit aefdb39
Merge: d9bea01 1194a6f
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 13 15:09:23 2023 +0000

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

commit 1194a6f
Author: Alabahuy <rezzaadio@gmail.com>
Date:   Tue Jun 13 22:08:37 2023 +0700

    [Keyboard] jaykeeb skyline (qmk#21219)

commit d9bea01
Merge: fd2a516 e8b7244
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 13 15:05:55 2023 +0000

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

commit e8b7244
Author: Alberto Pavano <38161192+ATron789@users.noreply.github.com>
Date:   Tue Jun 13 16:05:03 2023 +0100

    [Keyboard] rainkeebs trailmix (qmk#20189)

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

commit fd2a516
Merge: f4529eb dabbc93
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 13 06:33:41 2023 +0000

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

commit dabbc93
Author: David Hoelscher <infinityis@users.noreply.github.com>
Date:   Tue Jun 13 01:32:54 2023 -0500

    [Keyboard] Add ErgoStrafer keyboard (qmk#21195)

commit f4529eb
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Tue Jun 13 07:19:38 2023 +0100

    [Keymap] Fix `scheikled` keymap for `dactyl_manuform/4x6` (qmk#21206)

commit af58f26
Merge: 94aaf38 ca6921b
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 13 06:17:56 2023 +0000

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

commit ca6921b
Author: Joe Scotto <contact@joescotto.com>
Date:   Tue Jun 13 02:17:18 2023 -0400

    [Keyboard] Add ScottoNum macropad (qmk#21208)

commit 94aaf38
Merge: 84c7aaa 2d838d8
Author: QMK Bot <hello@qmk.fm>
Date:   Mon Jun 12 19:08:59 2023 +0000

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

commit 2d838d8
Author: Joe Scotto <contact@joescotto.com>
Date:   Mon Jun 12 15:08:13 2023 -0400

    [Keyboard] Add ScottoFrog macropad (qmk#21209)

commit 84c7aaa
Merge: f830b53 53f20b1
Author: QMK Bot <hello@qmk.fm>
Date:   Mon Jun 12 01:12:57 2023 +0000

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

commit 53f20b1
Author: Alabahuy <rezzaadio@gmail.com>
Date:   Mon Jun 12 08:12:19 2023 +0700

    [Keyboard] Add orba keyboard (qmk#21132)

commit f830b53
Merge: 1fcb9a0 fdb2851
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Jun 11 07:56:32 2023 +0000

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

commit fdb2851
Author: Joe Scotto <contact@joescotto.com>
Date:   Sun Jun 11 03:56:20 2023 -0400

    [Keyboard] Add ScottoSplit Keyboard (qmk#20945)

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

commit 40c3b71
Author: flashquark <59234072+flashquark@users.noreply.github.com>
Date:   Sun Jun 11 03:55:06 2023 -0400

    [Keyboard] Add Flashquark Horizon Z (qmk#21055)

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

commit 1fcb9a0
Merge: beaf650 33c93d3
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Jun 11 07:53:05 2023 +0000

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

commit 33c93d3
Author: Joe Scotto <contact@joescotto.com>
Date:   Sun Jun 11 03:52:43 2023 -0400

    [Keyboard] Add Scotto34 (PCB Edition) (qmk#21085)

    Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>

commit 1914fbd
Author: Joe Scotto <contact@joescotto.com>
Date:   Sun Jun 11 03:52:24 2023 -0400

    [Keyboard] Add Scotto9 handwired macropad (qmk#21105)

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

commit beaf650
Merge: cf6c924 bfdfeb6
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Jun 11 07:51:56 2023 +0000

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

commit bfdfeb6
Author: FanXingStudio <133078117+FanXingStudio@users.noreply.github.com>
Date:   Sun Jun 11 15:51:17 2023 +0800

    [Keyboard] Add kibou/winter (qmk#21161)

commit cf6c924
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Sun Jun 11 08:48:56 2023 +0100

    [Keyboard] correct and modernise `dactyl_manuform/6x7` variant (qmk#21176)

commit 3444e96
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Sun Jun 11 14:55:03 2023 +0800

    Refactor the rain lighting decision operator (qmk#21139)

commit 55f2261
Merge: c4b1168 8cd9f07
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Jun 11 06:27:53 2023 +0000

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

commit 8cd9f07
Author: blindassassin111 <38090555+blindassassin111@users.noreply.github.com>
Date:   Sun Jun 11 01:27:13 2023 -0500

    [Keyboard] Adding OSAv2 Topre PCB (qmk#21080)

commit c4b1168
Merge: 38edc48 dd8b4dc
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Jun 10 23:34:17 2023 +0000

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

commit dd8b4dc
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Jun 10 16:33:33 2023 -0700

    Atreyu: correct layout data (qmk#21197)

commit 38edc48
Merge: ea70b36 57b23b8
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Jun 10 20:35:55 2023 +0000

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

commit 57b23b8
Author: Allen Choi <37539914+Thunderbird2086@users.noreply.github.com>
Date:   Sun Jun 11 04:35:15 2023 +0800

    [Keymap] thunderbird2086 layer status with RGB lighting/matrix (qmk#21063)

commit ea70b36
Merge: 0d574cd eee9a53
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Jun 10 15:02:22 2023 +0000

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

commit eee9a53
Author: Florent Linguenheld <f@linguenheld.fr>
Date:   Sat Jun 10 17:01:44 2023 +0200

    Up keymap (qmk#20769)

    flinguenheld keymap aurora sweep

commit 0d574cd
Merge: c69bc9d 08289fc
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Jun 10 14:59:13 2023 +0000

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

commit 08289fc
Author: Cipulot <40441626+Cipulot@users.noreply.github.com>
Date:   Sat Jun 10 16:58:36 2023 +0200

    EC Alveus (qmk#20840)

    Cipulot's EC Alveus PR

commit c69bc9d
Merge: a9a68ff f35cb92
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Jun 10 14:57:25 2023 +0000

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

commit f35cb92
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Sat Jun 10 15:56:43 2023 +0100

    Update newbs docs with some rp2040 stuff (qmk#21186)

    * Update newbs_building_firmware_configurator.md

    * Update docs/newbs_flashing.md

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

commit a9a68ff
Merge: b9d78e4 e01e3fc
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Jun 10 02:17:31 2023 +0000

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

commit e01e3fc
Author: Jared <jaredthebass@gmail.com>
Date:   Fri Jun 9 19:16:46 2023 -0700

    Typo Correction in planck/rev7 readme.md (qmk#21194)

    Corrected typo explaining encoder requirements.

commit b9d78e4
Merge: c8e47be a875f7f
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Jun 9 23:49:38 2023 +0000

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

commit a875f7f
Author: Joe Scotto <contact@joescotto.com>
Date:   Fri Jun 9 19:48:55 2023 -0400

    [Keyboard] Add ScottoGame Keyboard (qmk#20940)

commit c8e47be
Merge: c871f6a e3b80b4
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Jun 9 18:35:05 2023 +0000

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

commit e3b80b4
Author: Ryan <fauxpark@gmail.com>
Date:   Sat Jun 10 04:34:24 2023 +1000

    Remove some keymap-level info.jsons (qmk#21191)

commit c871f6a
Merge: 4c60ebd 04b7a26
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Jun 9 14:51:59 2023 +0000

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

commit 04b7a26
Author: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Date:   Fri Jun 9 16:51:17 2023 +0200

    Fix typo (qmk#21189)

commit 4c60ebd
Merge: 806b61c 2322819
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Jun 9 01:46:47 2023 +0000

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

commit 2322819
Author: Jack Humbert <jack.humb@gmail.com>
Date:   Thu Jun 8 21:46:09 2023 -0400

    Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (qmk#21175)

    * adds planck/rev7

    * Remove config.h include

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

    * convert planck matrices to lite implementation

    ---------

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

commit 806b61c
Author: Xelus22 <17491233+Xelus22@users.noreply.github.com>
Date:   Fri Jun 9 10:00:22 2023 +1000

    [Core] RGB matrix ws2812 update (qmk#21135)

    * ws2812_update boolean to stop update every single cycle

    * lint1

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

    * lint2

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

    * Update quantum/rgb_matrix/rgb_matrix_drivers.c

    ---------

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

commit 760a976
Merge: f861695 a9f677b
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 8 20:08:49 2023 +0000

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

commit a9f677b
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Jun 9 06:08:02 2023 +1000

    Slightly refine `g_led_config` parsing (qmk#21170)

commit f861695
Merge: d1d0925 4c6c387
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 8 09:11:17 2023 +0000

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

commit 4c6c387
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Thu Jun 8 17:10:30 2023 +0800

    Add an emphasis on QMK MSYS terminal (qmk#21168)

    * Add an emphasis on QMK MSYS terminal

    Not using MSYS terminal is a frequent user error. This change
    adds an additional statement to guide users to run the first
    command in MSYS itself. Edited the same statement for consistency
    in the other OSes.

    * Update instructions for the other operating systems

commit d1d0925
Author: Xelus22 <17491233+Xelus22@users.noreply.github.com>
Date:   Thu Jun 8 11:58:53 2023 +1000

    [Core] Optimisation - Add RGB LED colour set check in drivers (qmk#21134)

commit 9a6056d
Merge: cc64247 d042b92
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 8 01:47:47 2023 +0000

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

commit d042b92
Author: NortonTech <haydentnorton@gmail.com>
Date:   Wed Jun 7 19:47:06 2023 -0600

    Add NortonTech handwired keypad (NortonTechPad) (qmk#21148)

commit cc64247
Merge: 90ea9e4 f136171
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jun 8 01:03:58 2023 +0000

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

commit f136171
Author: biuboom-jun <65760331+biuboom-jun@users.noreply.github.com>
Date:   Thu Jun 8 09:03:17 2023 +0800

    add kibou/wendy (qmk#21150)

commit 90ea9e4
Author: dexter93 <d3xter93@gmail.com>
Date:   Thu Jun 8 04:01:45 2023 +0300

    Reset `matrix_need_update` properly in eager debouncing algorithms (qmk#21154)

    The `matrix_need_update` variable needs to be reset to `false` in
    `transfer_matrix_values()`, otherwise that function continues to be
    invoked for every scanning loop (forever with `sym_eager_pk` and
    `sym_eager_pk`, or until some key gets released with
    `asym_eager_defer_pk`), and the scanning rate gets much lower because of
    all that useless work.

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

commit a059d12
Merge: 3fa92a4 dffbe1e
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Jun 7 23:57:41 2023 +0000

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

commit dffbe1e
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Jun 7 16:57:05 2023 -0700

    monoflex60: fix LAYOUT_60_iso_tsangan implementation (qmk#21158)

commit 3fa92a4
Merge: 5427494 57c5f3e
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Jun 7 23:56:53 2023 +0000

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

commit 57c5f3e
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Jun 7 16:55:49 2023 -0700

    poker87d: correct layout data (qmk#21159)

commit 5427494
Merge: fd1e638 ae0342c
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Jun 7 23:00:02 2023 +0000

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

commit ae0342c
Author: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Date:   Thu Jun 8 00:59:13 2023 +0200

    [Bugfix] LVGL bindings wrong offset math (qmk#21147)

commit fd1e638
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Thu Jun 8 04:12:49 2023 +0800

    Use unsigned integer for mousekey kinetic speed (qmk#21151)

commit a02230f
Merge: ff1d7d2 bb57aa2
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 21:55:10 2023 +0000

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

commit bb57aa2
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Tue Jun 6 14:54:31 2023 -0700

    peej/tripel: correct layout data (qmk#21145)

    Corrects the layout data for all three versions of the Peej Tripel.

commit ff1d7d2
Merge: 64eb985 45d0608
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 21:46:52 2023 +0000

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

commit 45d0608
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Tue Jun 6 14:46:15 2023 -0700

    xelus/rs108: correct layout data (qmk#21146)

commit 64eb985
Merge: 6c9c948 dd9712c
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 07:04:38 2023 +0000

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

commit dd9712c
Author: Travis Mick <lq@le1.ca>
Date:   Tue Jun 6 01:03:57 2023 -0600

    [Keyboard] Add egg58 (qmk#21021)

commit 6c9c948
Merge: f61abde 97014f0
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 05:46:59 2023 +0000

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

commit 97014f0
Author: Joe Scotto <contact@joescotto.com>
Date:   Tue Jun 6 01:46:21 2023 -0400

    [Keyboard] Add Scotto36 handwired keyboard (qmk#21104)

    Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>

commit f61abde
Merge: 5b3e41c eaef139
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 05:43:14 2023 +0000

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

commit eaef139
Author: Joe Scotto <contact@joescotto.com>
Date:   Tue Jun 6 01:42:27 2023 -0400

    [Keyboard] Add Scotto40 handwired keyboard (qmk#21103)

commit 5b3e41c
Merge: b0c483b e1c4b7c
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 05:35:05 2023 +0000

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

commit e1c4b7c
Author: Joe Scotto <contact@joescotto.com>
Date:   Tue Jun 6 01:34:28 2023 -0400

    [Keyboard] Add ScottoStarter handwired keyboard (qmk#21101)

commit b0c483b
Merge: 4c928b0 43ce7b0
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 05:18:16 2023 +0000

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

commit 43ce7b0
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Tue Jun 6 13:17:39 2023 +0800

    [Docs] Highlight keymap name entry (qmk#21138)

commit 4c928b0
Merge: c9cf971 9167e66
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Jun 6 05:14:31 2023 +0000

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

commit 9167e66
Author: FanXingStudio <133078117+FanXingStudio@users.noreply.github.com>
Date:   Tue Jun 6 13:13:47 2023 +0800

    [Keyboard] add kibou/harbour (qmk#21131)

commit c9cf971
Author: Ryan <fauxpark@gmail.com>
Date:   Tue Jun 6 11:08:04 2023 +1000

    Move `RGBLED_SPLIT` to data driven (qmk#21113)

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

commit f91ca76
Merge: 3617cbd 04812e9
Author: QMK Bot <hello@qmk.fm>
Date:   Mon Jun 5 20:43:42 2023 +0000

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

commit 04812e9
Author: Jeayo Keh <gezhaoyou@126.com>
Date:   Tue Jun 6 04:43:02 2023 +0800

    [Keyboard] Add soda/mango (qmk#21100)

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

commit 3617cbd
Merge: 83a726c 8f108d1
Author: QMK Bot <hello@qmk.fm>
Date:   Mon Jun 5 20:35:00 2023 +0000

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

commit 8f108d1
Author: Will Hedges <36576135+will-hedges@users.noreply.github.com>
Date:   Mon Jun 5 15:34:22 2023 -0500

    [Keyboard] Upddate bioi/G60BLE to use bluetooth (qmk#21120)

    Co-authored-by: jack <0x6a73@protonmail.com>
coquizen pushed a commit to coquizen/qmk_firmware that referenced this pull request Jun 22, 2023
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
jussaw added a commit to jussaw/qmk_firmware that referenced this pull request Aug 18, 2023
* [Keyboard] add kibou/harbour (qmk#21131)

* [Docs] Highlight keymap name entry (qmk#21138)

* [Keyboard] Add ScottoStarter handwired keyboard (qmk#21101)

* [Keyboard] Add Scotto40 handwired keyboard (qmk#21103)

* [Keyboard] Add Scotto36 handwired keyboard (qmk#21104)

Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>

* [Keyboard] Add egg58 (qmk#21021)

* xelus/rs108: correct layout data (qmk#21146)

* peej/tripel: correct layout data (qmk#21145)

Corrects the layout data for all three versions of the Peej Tripel.

* [Bugfix] LVGL bindings wrong offset math (qmk#21147)

* poker87d: correct layout data (qmk#21159)

* monoflex60: fix LAYOUT_60_iso_tsangan implementation (qmk#21158)

* add kibou/wendy (qmk#21150)

* Add NortonTech handwired keypad (NortonTechPad) (qmk#21148)

* Add an emphasis on QMK MSYS terminal (qmk#21168)

* Add an emphasis on QMK MSYS terminal

Not using MSYS terminal is a frequent user error. This change
adds an additional statement to guide users to run the first
command in MSYS itself. Edited the same statement for consistency
in the other OSes.

* Update instructions for the other operating systems

* Slightly refine `g_led_config` parsing (qmk#21170)

* Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (qmk#21175)

* adds planck/rev7

* Remove config.h include

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

* convert planck matrices to lite implementation

---------

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

* Fix typo (qmk#21189)

* Remove some keymap-level info.jsons (qmk#21191)

* [Keyboard] Add ScottoGame Keyboard (qmk#20940)

* Typo Correction in planck/rev7 readme.md (qmk#21194)

Corrected typo explaining encoder requirements.

* Update newbs docs with some rp2040 stuff (qmk#21186)

* Update newbs_building_firmware_configurator.md

* Update docs/newbs_flashing.md


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

* EC Alveus (qmk#20840)

Cipulot's EC Alveus PR

* Up keymap (qmk#20769)

flinguenheld keymap aurora sweep

* [Keymap] thunderbird2086 layer status with RGB lighting/matrix (qmk#21063)

* Atreyu: correct layout data (qmk#21197)

* [Keyboard] Adding OSAv2 Topre PCB (qmk#21080)

* [Keyboard] Add kibou/winter (qmk#21161)

* [Keyboard] Add Scotto9 handwired macropad (qmk#21105)

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

* [Keyboard] Add Scotto34 (PCB Edition) (qmk#21085)

Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>

* [Keyboard] Add Flashquark Horizon Z (qmk#21055)

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

* [Keyboard] Add ScottoSplit Keyboard (qmk#20945)

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

* [Keyboard] Add orba keyboard (qmk#21132)

* [Keyboard] Add ScottoFrog macropad (qmk#21209)

* [Keyboard] Add ScottoNum macropad (qmk#21208)

* [Keyboard] Add ErgoStrafer keyboard (qmk#21195)

* [Keyboard] rainkeebs trailmix (qmk#20189)

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

* [Keyboard] jaykeeb skyline (qmk#21219)

* [Keyboard] Add mokey12x2 (qmk#20702)

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

* [Keyboard]add 5108 Keyboard. (qmk#21184)

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

* Add Sinc Rev. 4 (qmk#21130)

* Fork Rev. 3 to 4

* Update RGB LED positions

* Adjust RGB positions

* Enable more RGB modes

* Update copyrights

* Add license headers to keymaps

* Use same type of license header

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

* Fix I2C pins

---------

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

* 4pplet Waffling60 Rev D ISO Layout Fix and Additions (qmk#21236)

* correct layout data

* add matrix diagram

* rename LAYOUT to LAYOUT_all

* add LAYOUT_60_iso_tsangan_split_bs_rshift

* add LAYOUT_60_iso_tsangan_split_rshift

* add LAYOUT_60_iso_wkl_split_bs_rshift

* add LAYOUT_60_iso_wkl_split_rshift

* [Keyboard] add pluto keyboard (qmk#21225)

* Modernize M75H and M75S firmwares (qmk#21244)

* [Keymap] Left Control is now ESC when tapped (qmk#21241)

* [Keyboard] Add CannonKeys Leviatan PCB (qmk#21231)

* [Keyboard] Adding OSAv2 Numpad Topre support (qmk#21224)

* [Keyboard] add acr87 keyboard. (qmk#21200)

* [Keyboard] add top40 keyboard. (qmk#21199)

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

* [Keyboard] Add Artemis Paragon (qmk#20910)

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

* DOIO KB30 Refactor (qmk#21250)

* refactor keymaps

- remove extra blank lines
- convert tabs to spaces
- use four-space indent
- grid-align keycodes
- use QMK-native keycode aliases

* info.json: correct layout data

* add readme.md

* info.json: correct maintainer field

Updates the value to reference the maintainer's GitHub username.

* ButterKeebs PocketPad: correct layout data (qmk#21256)

* Alas: ISO Layouts Fix and Matrix Diagram (qmk#21255)

* DOIO KB38 Refactor (qmk#21268)

* [refactor] keymap refactor

- tidy-up box drawing
- update keycode alignment for readability
- use QMK-native keycode aliases

* [refactor] correct layout data

* [docs] add image to readme

* Dymium65 Layout Touch-Up (qmk#21269)

* [refactor] friendly-format info.json

* [refactor] correct layout data

* Fix up operator precedence in RGBLIGHT (qmk#21280)

* preonic/rev3{,_drop}: Fix layouts with 2u keys (qmk#21114)

Apparently layouts with 2u keys were not correctly converted into the
`info.json` format (the old C layout macros used the arguments for such
keys multiple times to cover all possible 1u locations; this is not
supported in `info.json`, and the single matrix location for 2u keys was
chosen incorrectly in some cases).  Fix the layout definitions to match
the real PCB wiring.

* [refactor] correct layout data (qmk#21289)

* Geistmaschine Geist Layout Refactor and Touch-Up (qmk#21288)

* Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (qmk#21282)

* [Keyboard] Add support for Alveus MX PCB (qmk#21238)

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

* HFDKB K83 Configurator Layout Fix (qmk#21297)

* Tsubasa Handwired: correct layout data (qmk#21295)

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

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

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

* [Keyboard] Add bigsmoothknob (qmk#21265)

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

* [Keyboard] Add Alisaie (qmk#21266)

* [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>

* 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.

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

* [enhancement] add matrix diagram

* [refactor] friendly-format info.json

* [enhancement] remove key overlaps

* 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>

* 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

* [Docs] Code markdown amendment (qmk#21323)

* [Keyboard] Add Monsgeek M5 (qmk#21182)

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

* 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>

* 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

* 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

* 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

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

* Laneware LW75: correct layout data (qmk#21314)

[refactor]

Fixes misleading Configurator implementations of the available layouts.

* 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.

* 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.

* Igloo Configurator Touch-Up (qmk#21303)

* [refactor] friendly-format info.json

* [enhancement] add matrix diagram

* [enhancement] remove key overlaps in layout data

* Spleeb: correct layout data (qmk#21334)

* [style] friendly-format info.json

* [chore] correct layout data

Fix a poor Configurator/CLI rendering.

* Soda Pocket: correct layout data (qmk#21333)

[chore]

Correct the layout data for the keyboard.

This commit fixes a misleading Configurator implementation.

* Viktus OSAv2 Numpad Community Layout Support and Configurator Touch-Up (qmk#21342)

* [style] sort JSON keys in layout objects

* [chore] correct layout data

* [refactor] rename LAYOUT_all_split to LAYOUT_ortho_5x4

* [refactor] rename LAYOUT_2u_plus_2u_enter_2u_zero to LAYOUT_numpad_5x4

* [enhancement] enable Community Layout support

* Teahouse Ayleen Community Layout Support and Touch-Up (qmk#21341)

* [chore] correct layout data

* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] enable Community Layout support

* Wuque Creek70 Layout Additions and Touch-Up (qmk#21346)

* [chore] correct layout data

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_ansi_split_space_split_bs_rshift

* [enhancement] add LAYOUT_ansi_split_space

* [enhancement] add LAYOUT_ansi_split_bs_rshift

* [enhancement] add LAYOUT_ansi

* [enhancement] add LAYOUT_ansi_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_ansi_tsangan

* [style] refactor keymaps

- use four-space indent
- convert tabs to spaces
- use QMK-native keycode aliases

* Y&R Transition80 Layout Additions and Touch-Up (qmk#21347)

* [chore] correct layout data

* [chore] rename LAYOUT to LAYOUT_all

* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_tkl_ansi_split_bs

* [enhancement] add LAYOUT_tkl_ansi

* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs

* [enhancement] add LAYOUT_tkl_ansi_tsangan

* [enhancement] enable Community Layout support

* [chore] add reference keymaps

* Akko Top40: correct layout data (qmk#21348)

* Jaykeeb Orba Layout Addition and Touch-Up (qmk#21349)

* [chore] correct layout data

* [chore] rename LAYOUT to LAYOUT_625u_space

* [style] friendly-format info.json

* [enhancement] add LAYOUT_7u_space

* Jaykeeb Skyline: correct layout data (qmk#21350)

* Bump tj-actions/changed-files from 36 to 37 (qmk#21356)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 to 37.
- [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@v36...v37)

---
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>

* Verify max one keyboard addition during CI. (qmk#21246)

* Kibou Harbour Layout Addition and Touch-Up (qmk#21358)

* [style] friendly-format info.json

* [chore] correct layout data

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker_wkl_split_bs

* [chore] correct listed maintainer

Reference the maintainer's GitHub username.

* Update config.h (qmk#21361)

* Kibou Winter: rename LAYOUT to LAYOUT_tkl_ansi_wkl (qmk#21372)

* Mechlovin Zed65 rev1 Touch-Up (qmk#21373)

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT_65_ansi_tsangan to LAYOUT_65_ansi

* Add riot auto-merge to `master` to trigger GH workflows. (qmk#21390)

* Smith & Rune Iron160 Hotswap Touch-Up (qmk#21376)

* [style] friendly-format info.json

- sort JSON keys in layouts object
  - remove instances of `w: 1`

* [chore] correct layout data

* [refactor] rename LAYOUT to LAYOUT_60_tsangan_hhkb

* [enhancement] add LAYOUT_60_ansi_tsangan_split_rshift

* [enhancement] enable Community Layout support

* [bugfix] write appropropriate keymaps

Neither the `default` nor `via` keymaps were written appropriately for
this keyboard.

This commit modifies both keymaps to be appropriate for
`60_tsangan_hhkb` layout.

* Kibou Wendy Layout Additions and Touch-Up (qmk#21367)

* [style] refactor keymaps

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

* [style] friendly-format info.json

* [chore] remove key overlaps in layout data

* [chore] correct key sequence

* [chore] add key labels

Add `label` keys to the JSON layout data to disambiguate which keys each
object is meant to represent.

Based on the original key sizes and positions as submitted by the
maintainer.

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift

* [enhancement] enable Community Layout support

* [Keyboard] Sofle: fix LED count (qmk#21386)

* correct `default_60_abnt2/keymap.c` ASCII diagram (qmk#21397)

* sofle/rev1:devdev: Disable console (qmk#21401)

* Add Iris Rev. 8 (qmk#21392)

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

* [Keymap] Add peterfalken planck/rev7 keymap (qmk#21328)

* [Keyboard] Add jaykeeb sebelas (qmk#21335)

* [Keyboard] Add Varanidae (qmk#21340)

* usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (qmk#21430)

* [Docs] Fix listed defaults in quantum painter docs (qmk#21429)

* [Keyboard] Add Zed65 910 PCB (qmk#21415)

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

* [Keymap] Improve tap-hold configuration (qmk#21383)

* [Keyboard] b_sides/rev41lp: add via keymap (qmk#21381)

* [Keyboard] add `handwired/dactyl_maximus` keyboard (qmk#21338)

* Smith & Rune Iron160 Soldered Touch-Up (qmk#21377)

* [Keyboard] Add Plywrks ply8x (qmk#21263)

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

* Changed interverts to inverts (qmk#21270)

* Changed interverts to inverts

* fixed spacing issue

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

---------

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

* [Keyboard] Add the Mine Keyboard (qmk#21211)

* planck/rev7: Fix build without AUDIO_ENABLE (qmk#21408)

* [Keyboard] Add MNK60 (qmk#21204)

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

* [Keyboard] Add XT87 (qmk#21201)

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

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

* [Keyboard] Add ScottoCMD handwired keyboard (qmk#21102)

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

* [Keyboard] Add Fidelity keyboard  (qmk#20922)

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

* [Keyboard] Add Baumkuchen (qmk#20766)

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

* [Keyboard] Add dactyl_lightcycle (qmk#20709)

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

* [Keyboard] Adding Krado Industries keyboards (qmk#20372)

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

* [Keyboard] Add Frost68 keyboard (qmk#20370)

Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Update 1upkeyboards pi60 config (qmk#21404)

* [Keyboard] Add key-ripper (qmk#19598)

* [keyboard] Add abko/ak84bt (qmk#21243)

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

* [Keyboard] Add RM Fullsize (qmk#20925)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Snipeye <Snipeye@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* 4pplet Eagle Viper Rev B: correct LAYOUT_all data (qmk#21458)

Corrects the position of the Right Ctrl key.

* [Keymap] small changes, game layer for mattly keymap (qmk#21375)

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

* [Keyboard] Add mazestudio jocker (qmk#21446)

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

* [Keyboard] Add dp3000 macropad (qmk#21413)

* [Keyboard] Add Nyquist Rev. 4 (qmk#21421)

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

* [Keyboard] Add chosfox cf81 (qmk#21437)

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

* [Keyboard] Keychron Q11 ISO Version (qmk#21438)

* [Keyboard] Add dnworks frltkl (qmk#21457)

* [Keymap] Add zigotica stenai keymap for XD75 keyboard (qmk#21412)

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

* [Keyboard] Fix default keymap for RM_Fullsize (qmk#21461)

Co-authored-by: jason <jrucker2004@gmail.com>

* clarify what the heck pristine means for reasons (qmk#20950)

* [Refactor] Python-ify QP's converter code (qmk#20102)

* Adjust width requirement for big enter (qmk#21470)

* Lights Out keymap for winry25t (qmk#20538)

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

* [Keyboard] Add stront keyboard (qmk#21035)

* Add ScottoAlp Keyboard (qmk#20937)

* Pomodoro Timer in Lily58 (qmk#21215)

* [Keyboard] add m6 Keyboard. (qmk#21183)

* add `scotto` community layouts and userspace (qmk#21097)

Co-authored-by: Joe Scotto <me@joescotto.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joe Scotto <contact@joescotto.com>

* add ASCII diagrams to LAYOUT_64_* (qmk#21285)

* Add EVO70 R2 Keyboard (qmk#21321)

* Adding Custom Shift Key Implementation for BriianPowell's Gentleman65 Keymap (qmk#21315)

* Add a turbo feature to coffee keymap (qmk#21291)

Co-authored-by: Fae <faenkhauser@gmail.com>

* [Keymap] Add slotThe keyboardio/atreus keymap (qmk#21274)

* Add 'JIS' form factor layouts (qmk#21220)

* bootmagic mods covering the case when swapped mods are pressed at the same time (qmk#21320)

* [Keyboard] Adding Styrka Topre PCB (qmk#21276)

* AMJKeyboard AMJ84 Touch-Up (qmk#21463)

* Revert "bootmagic mods covering the case when swapped mods are pressed at the same time (qmk#21320)" (qmk#21471)

* [Keyboard] update keyboard soda/mango, support rgb matrix (qmk#21385)

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

* [Keyboard] Add Neely 65 (qmk#21027)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf <contact@vwolf.be>

* [Keyboard] Add Silhouette (qmk#21025)

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

* [Keyboard] Add Ziggurat (qmk#21024)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf <contact@vwolf.be>

* Artemis Paragon Layout Additions (qmk#21479)

* [docs] hotswap version: add layout/matrix diagram

* [docs] soldered version: add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] hotswap version: add LAYOUT_ansi_rwkl_split_bs

* [enhancement] hotswap version: add LAYOUT_ansi_rwkl

* [enhancement] hotswap version: add LAYOUT_ansi_wkl_split_bs

* [enhancement] hotswap version: add LAYOUT_ansi_wkl

* [enhancement] soldered version: add LAYOUT_iso_rwkl_split_space_split_bs

* [enhancement] soldered version: add LAYOUT_iso_rwkl_split_space

* [enhancement] soldered version: add LAYOUT_iso_rwkl_split_bs

* [enhancement] soldered version: add LAYOUT_iso_rwkl

* [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_space_split_bs

* [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_space

* [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_bs

* [enhancement] soldered version: add LAYOUT_ansi_rwkl

* 1upocarina (qmk#21039)

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

* [Docs] Squeeze AVR with simplified magic config functions (qmk#21477)

* Userspace and keymap addition (qmk#20522)

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

* [Keyboard] Add kibou/suisei (qmk#21487)

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

* [Keyboard] Add ah/haven{65,80} (qmk#20142)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>

* AliceH66 Pianoforte Touch-Up (qmk#21504)

* DTIsaac01 Layout Additions and Touch-Up (qmk#21505)

* CMM.Studio Fuji65 Layout Additions (qmk#21501)

* [Keyboard] Add Mode M256-WS and M256-WH (qmk#20502)

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

* [Keyboard] add itstleo9 (qmk#21460)

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

* [Keyboard] Fix dactyl_lightcycle matrix positions (qmk#21503)

* [Keyboard] Model H controller for IBM Model M (qmk#20625)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: hcbille <32437363+hcbille@users.noreply.github.com>

* [Keymap] Update Zweihander Ergodox keymap (qmk#21506)

Swap volume direction, add Expand/Shrink Selection buttons

* [Keyboard] Add QVEX Lynepad 2.0 (qmk#21070)

* [Keyboard] Add nix_studio/lilith (qmk#20466)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* [Keyboard] Fix RS60's indicator LED (qmk#21509)

* [Keymap] Dothtm/0.21/60 and 75 (qmk#21442)

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

* [Keyboard] add rocketkeyboards mercury65 (qmk#20811)

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

* [Keyboard] Add new nemui65 (qmk#21304)

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

* [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>

* [Keyboard] add mothwing (qmk#19342)

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

* 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>

* 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)

* [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>

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

* 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>

* 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)

* 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)

* [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>

* 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.

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

* [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)

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

* 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.

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

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

* 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>

* 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)

* [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)

* 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>

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

* 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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: FanXingStudio <133078117+FanXingStudio@users.noreply.github.com>
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Joe Scotto <contact@joescotto.com>
Co-authored-by: Travis Mick <lq@le1.ca>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: biuboom-jun <65760331+biuboom-jun@users.noreply.github.com>
Co-authored-by: NortonTech <haydentnorton@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jack Humbert <jack.humb@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Jared <jaredthebass@gmail.com>
Co-authored-by: Tom Barnes <tom@mechboards.co.uk>
Co-authored-by: Cipulot <40441626+Cipulot@users.noreply.github.com>
Co-authored-by: Florent Linguenheld <f@linguenheld.fr>
Co-authored-by: Allen Choi <37539914+Thunderbird2086@users.noreply.github.com>
Co-authored-by: blindassassin111 <38090555+blindassassin111@users.noreply.github.com>
Co-authored-by: flashquark <59234072+flashquark@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Alabahuy <rezzaadio@gmail.com>
Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
Co-authored-by: Alberto Pavano <38161192+ATron789@users.noreply.github.com>
Co-authored-by: rhmokey <57172003+rhmokey@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.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: Danny <nooges@users.noreply.github.com>
Co-authored-by: dztech <moyi4681@users.noreply.github.com>
Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Gastón Jorquera <email@gaston.life>
Co-authored-by: Andrew Kannan <andrew.kannan@gmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Sleepdealr <35879391+Sleepdealr@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: mechlovin <57231893+mechlovin@users.noreply.github.com>
Co-authored-by: Derek <dschmell91@gmail.com>
Co-authored-by: Roberts Kursitis <53969619+Automata02@users.noreply.github.com>
Co-authored-by: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Co-authored-by: Peter.Falken <luis@bitjester.com>
Co-authored-by: lindgrenj6 <lindgrenj6@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>
Co-authored-by: Idan Kamara <i@idank.me>
Co-authored-by: Ramon Imbao <ramonimbao@gmail.com>
Co-authored-by: Tim Stewart <timothy.stewart@pearson.com>
Co-authored-by: Arturo Avila <69410272+ADPenrose@users.noreply.github.com>
Co-authored-by: kopibeng <52724926+kopibeng@users.noreply.github.com>
Co-authored-by: Andre Brait <andrebrait@gmail.com>
Co-authored-by: Callum Hart <mini-ninja-64@users.noreply.github.com>
Co-authored-by: takashicompany <t@kashi.company>
Co-authored-by: Feags <41646528+Feags@users.noreply.github.com>
Co-authored-by: skeletonkbd <90203406+skeletonkbd@users.noreply.github.com>
Co-authored-by: ziptyze <mwcordier@gmail.com>
Co-authored-by: Brian Schwind <brianmschwind@gmail.com>
Co-authored-by: temp4gh <temp4bbs@163.com>
Co-authored-by: syc <squall_sha@163.com>
Co-authored-by: Rucker Machine <98196480+RuckerMachine@users.noreply.github.com>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Snipeye <Snipeye@gmail.com>
Co-authored-by: Matthew Lyon <matthew@lyonheart.us>
Co-authored-by: Han's <112836129+mazestd@users.noreply.github.com>
Co-authored-by: depermana12 <deddiapermana97@gmail.com>
Co-authored-by: leyew <102467346+itsme-zeix@users.noreply.github.com>
Co-authored-by: Sergi Meseguer <zigotica@gmail.com>
Co-authored-by: Tom Parker-Shemilt <palfrey@tevp.net>
Co-authored-by: Evgenii Vilkov <zzeneg@gmail.com>
Co-authored-by: Casey Borders <TheBeast.13@gmail.com>
Co-authored-by: Joe Scotto <me@joescotto.com>
Co-authored-by: Brian <brian@powell.place>
Co-authored-by: CoffeeIsLife <36961653+CoffeeIsLife87@users.noreply.github.com>
Co-authored-by: Fae <faenkhauser@gmail.com>
Co-authored-by: Tony Zorman <soliditsallgood@mailbox.org>
Co-authored-by: Nimish Gåtam <nimishg@gmail.com>
Co-authored-by: Jeayo Keh <gezhaoyou@126.com>
Co-authored-by: Wolf Van Herreweghe <wolfvanh@gmail.com>
Co-authored-by: Wolf <contact@vwolf.be>
Co-authored-by: miketronic <mikebarnoski@gmail.com>
Co-authored-by: Freather <72902384+CMMS-Freather@users.noreply.github.com>
Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>
Co-authored-by: Its TLeo <134472524+ItsTLeo@users.noreply.github.com>
Co-authored-by: Jerome Berclaz <jerome@percipient.ai>
Co-authored-by: hcbille <32437363+hcbille@users.noreply.github.com>
Co-authored-by: adiabatic <adiabatic@users.noreply.github.com>
Co-authored-by: seflm <marek.sefl@seznam.cz>
Co-authored-by: arnstadm <45672752+arnstadm@users.noreply.github.com>
Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
Co-authored-by: Mike Cramer <dotHTM@users.noreply.github.com>
Co-authored-by: drewpyun <48503175+drewpyun@users.noreply.github.com>
Co-authored-by: spbgzh <72414103+spbgzh@users.noreply.github.com>
Co-authored-by: tan-t <22813443+tan-t@users.noreply.github.com>
Co-authored-by: Alfredo Colas Gullon <57442104+LyricPants66133@users.noreply.github.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: Cole Smith <smithcole@protonmail.com>
Co-authored-by: peepeetee <43021794+peepeetee@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: 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: cole smith <38364556+daysgobye@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: harveysch <126267034+harveysch@users.noreply.github.com>
Co-authored-by: Thomas Baart <mail@thomasbaart.nl>
Co-authored-by: era <73109780+eerraa@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: 3geek14 <nerd.of.pi@gmail.com>
Co-authored-by: Synth and Keys <117340582+Synth-and-Keys@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: Richard Baptist <rpbaptist@users.noreply.github.com>
Co-authored-by: Richard Baptist <richard@remote.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: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Co-authored-by: Powered by Porridge <11315349+PoweredByPorridge@users.noreply.github.com>
zaih-ge pushed a commit to zaih-ge/qmk_firmware that referenced this pull request Aug 31, 2023
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
autoferrit pushed a commit to SpaceRockMedia/bastardkb-qmk that referenced this pull request Dec 8, 2023
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants