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

dnworks SBL Community Layout Support and Touch-Up #21267

Merged
merged 18 commits into from
Jun 20, 2023

Conversation

noroadsleft
Copy link
Member

Description

  • key position updates to info.json
    Fixes a less-than-clean Configurator implementation
    dnworks_sbl_default
  • rename LAYOUT macro to LAYOUT_all
  • add twelve new layout macros
  • enable Community Layout support
  • add layout/matrix diagram

cc @itsme-zeix (keyboard maintainer)

Types of Changes

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

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

@noroadsleft noroadsleft added enhancement keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Jun 16, 2023
@noroadsleft noroadsleft requested a review from a team June 16, 2023 23:12
@noroadsleft
Copy link
Member Author

Configurator implementation with this changeset: the Backslash key out in "no man's land" moves to its proper location next to the Quote key, and the Enter key shrinks to 1.25u.
image

@drashna drashna merged commit 31e39a9 into qmk:master Jun 20, 2023
2 of 3 checks passed
@noroadsleft noroadsleft deleted the cf/dnworks_sbl branch June 20, 2023 02:32
freznel10 added a commit to freznel10/qmk_firmware that referenced this pull request Jun 22, 2023
commit 5a4fab0
Merge: c601b1f cc4ac72
Author: QMK Bot <[email protected]>
Date:   Thu Jun 22 04:36:15 2023 +0000

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

commit cc4ac72
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Thu Jun 22 02:12:05 2023 +0000

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

commit 33f76d7
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Thu Jun 22 00:43:08 2023 +0000

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

commit b8a12db
Author: James Young <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Wed Jun 21 19:30:39 2023 +0000

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

commit 6f39205
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Wed Jun 21 18:42:56 2023 +0000

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

commit 20c0043
Author: lindgrenj6 <[email protected]>
Date:   Wed Jun 21 13:42:23 2023 -0500

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

commit fa1b533
Merge: b6c76cd 4cc427c
Author: QMK Bot <[email protected]>
Date:   Wed Jun 21 18:30:50 2023 +0000

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

commit 4cc427c
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Wed Jun 21 17:39:03 2023 +0000

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

commit b814ff5
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Wed Jun 21 16:00:31 2023 +0000

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

commit 71b77df
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Wed Jun 21 03:05:47 2023 +0000

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

commit ecca9c5
Author: lalalademaxiya1 <[email protected]>
Date:   Wed Jun 21 11:05:07 2023 +0800

    Add Keychron C2 Pro (qmk#20701)

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

commit 08ba8a0
Merge: 6373543 595d393
Author: QMK Bot <[email protected]>
Date:   Wed Jun 21 03:02:34 2023 +0000

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

commit 595d393
Author: jonylee@hfd <[email protected]>
Date:   Wed Jun 21 11:01:43 2023 +0800

    [Keyboard] Add Monsgeek M5 (qmk#21182)

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

commit 6373543
Merge: dad41bd 2f1cac6
Author: QMK Bot <[email protected]>
Date:   Wed Jun 21 02:58:50 2023 +0000

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

commit dad41bd
Author: James Young <[email protected]>
Date:   Tue Jun 20 19:58:44 2023 -0700

    ProtoTypist PT-60 Refactor (qmk#21322)

commit 2f1cac6
Author: Albert Y <[email protected]>
Date:   Wed Jun 21 10:58:13 2023 +0800

    [Docs] Code markdown amendment (qmk#21323)

commit c69f82f
Merge: 6ec91a7 7753249
Author: QMK Bot <[email protected]>
Date:   Wed Jun 21 02:30:16 2023 +0000

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

commit 7753249
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Wed Jun 21 00:33:07 2023 +0000

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

commit 42cd55e
Author: Jack Humbert <[email protected]>
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 <[email protected]>

    * 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 <[email protected]>
    Co-authored-by: Ryan <[email protected]>

commit ffdc70b
Author: Nick Brassel <[email protected]>
Date:   Wed Jun 21 08:41:49 2023 +1000

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

commit 45dc1cc
Author: James Young <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Tue Jun 20 17:17:10 2023 +0000

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

commit 85b8044
Author: James Young <[email protected]>
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 <[email protected]>
Date:   Tue Jun 20 15:42:27 2023 +0000

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

commit 45c52c7
Author: lalalademaxiya1 <[email protected]>
Date:   Tue Jun 20 23:41:45 2023 +0800

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

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

commit 965cfec
Merge: a2e2d92 958cae3
Author: QMK Bot <[email protected]>
Date:   Tue Jun 20 15:39:02 2023 +0000

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

commit 958cae3
Author: Roberts Kursitis <[email protected]>
Date:   Tue Jun 20 18:38:26 2023 +0300

    [Keyboard] Add Alisaie (qmk#21266)

commit a2e2d92
Merge: d98b60c 0abe312
Author: QMK Bot <[email protected]>
Date:   Tue Jun 20 15:36:05 2023 +0000

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

commit 0abe312
Author: Derek <[email protected]>
Date:   Tue Jun 20 11:35:23 2023 -0400

    [Keyboard] Add bigsmoothknob (qmk#21265)

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

commit d98b60c
Author: jonylee@hfd <[email protected]>
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 <[email protected]>
Date:   Tue Jun 20 01:56:07 2023 +0000

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

commit 7bd1d18
Author: Drashna Jaelre <[email protected]>
Date:   Mon Jun 19 18:55:27 2023 -0700

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

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

commit be6f92c
Merge: b749a5f 31e39a9
Author: QMK Bot <[email protected]>
Date:   Tue Jun 20 01:46:21 2023 +0000

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

commit 31e39a9
Author: James Young <[email protected]>
Date:   Mon Jun 19 18:45:47 2023 -0700

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

commit b749a5f
Author: jack <[email protected]>
Date:   Mon Jun 19 13:59:35 2023 -0600

    Fixup `nightly_boards/n40_o` (qmk#21307)

commit c4a67d3
Author: jack <[email protected]>
Date:   Mon Jun 19 09:46:27 2023 -0600

    Remove encoder in-matrix workaround code (qmk#20389)

commit 74fbd5a
Author: jack <[email protected]>
Date:   Mon Jun 19 06:10:25 2023 -0600

    Fixup `dekunukem/duckypad` (qmk#21298)
coquizen pushed a commit to coquizen/qmk_firmware that referenced this pull request Jun 22, 2023
sboysel pushed a commit to sboysel/qmk_firmware that referenced this pull request Jun 27, 2023
eXenon pushed a commit to eXenon/qmk_firmware that referenced this pull request Jun 28, 2023
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 <[email protected]>

* [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 <[email protected]>

* convert planck matrices to lite implementation

---------

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

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>

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

Co-authored-by: Albert Y <[email protected]>

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

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

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

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

* [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 <[email protected]>

* [Keyboard] jaykeeb skyline (qmk#21219)

* [Keyboard] Add mokey12x2 (qmk#20702)

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

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

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

* 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 <[email protected]>

* Fix I2C pins

---------

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

* 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 <[email protected]>

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

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

* 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 <[email protected]>

* 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 <[email protected]>

* [Keyboard] Add bigsmoothknob (qmk#21265)

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

* [Keyboard] Add Alisaie (qmk#21266)

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

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

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Ryan <[email protected]>

* 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 <[email protected]>
Co-authored-by: jack <[email protected]>

* Add Keychron C2 Pro (qmk#20701)

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

* 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] <[email protected]>
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 <[email protected]>

* [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 <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
Co-authored-by: Ryan <[email protected]>

* [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 <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: Ryan <[email protected]>

* Changed interverts to inverts (qmk#21270)

* Changed interverts to inverts

* fixed spacing issue

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

---------

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

* [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 <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: jack <[email protected]>

* [Keyboard] Add XT87 (qmk#21201)

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

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

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

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

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

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

* [Keyboard] Add Baumkuchen (qmk#20766)

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

* [Keyboard] Add dactyl_lightcycle (qmk#20709)

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

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

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

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

Co-authored-by: Pablo Martínez <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: jack <[email protected]>

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

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

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

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

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

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

* 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 <[email protected]>

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

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

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

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

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

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

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

* [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 <[email protected]>

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

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

* 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 <[email protected]>

* [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 <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Joe Scotto <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]>

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

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

* [Keyboard] Add Silhouette (qmk#21025)

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

* [Keyboard] Add Ziggurat (qmk#21024)

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

* 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 <[email protected]>

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

* Userspace and keymap addition (qmk#20522)

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

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

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

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

Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: CMM.Studio Freather <[email protected]>

* 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 <[email protected]>

* [Keyboard] add itstleo9 (qmk#21460)

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

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

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

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

* [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 <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Sergey Vlasov <[email protected]>

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

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

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

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

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

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

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

* [Keyboard] Add minidivide (qmk#19870)

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

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Keyboard] add mothwing (qmk#19342)

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

* 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 <[email protected]>

* Add Bastion75 PCB to QMK (qmk#21529)

* Add Bastion75 to QMK

* Remove blank layers

* Apply suggestions from code review

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

* Update keymaps

---------

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

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

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

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

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

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

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

* Add Nyquistpad (qmk#21578)

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

* Fix paragon keyboard encoder step (qmk#21582)

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

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

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

* [Keyboard] Add nico (qmk#20686)

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

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

* Add Bastion60 PCB to QMK (qmk#21527)

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

* Add BastionTKL PCB to QMK (qmk#21530)

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

* Add Bastion65 PCB to QMK (qmk#21528)

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

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

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

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

Co-authored-by: adophoxia <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: wb-joy <[email protected]>
Co-authored-by: Joy Lee <[email protected]>

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

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

* Revert "Equals keyboard" (qmk#21622)

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

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

* 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 <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>

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

Co-authored-by: Álvaro Cortés Devesa <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Ryan <[email protected]>

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

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

* [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 <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joy <[email protected]>
Co-authored-by: Joy Lee <[email protected]>

* 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 <[email protected]>
Co-authored-by: Richard Baptist <[email protected]>

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

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

Co-authored-by: Janat Taerakul <[email protected]>

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

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

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

* Add ScottoErgo Keyboard (qmk#20944)

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

* Add Scotto34 Keyboard (qmk#20943)

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

* Add ScottoInvader Keyboard (qmk#20941)

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

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

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

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: FanXingStudio <[email protected]>
Co-authored-by: Albert Y <[email protected]>
Co-authored-by: Joe Scotto <[email protected]>
Co-authored-by: Travis Mick <[email protected]>
Co-authored-by: James Young <[email protected]>
Co-authored-by: Pablo Martínez <[email protected]>
Co-authored-by: biuboom-jun <[email protected]>
Co-authored-by: NortonTech <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Jack Humbert <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Jared <[email protected]>
Co-authored-by: Tom Barnes <[email protected]>
Co-authored-by: Cipulot <[email protected]>
Co-authored-by: Florent Linguenheld <[email protected]>
Co-authored-by: Allen Choi <[email protected]>
Co-authored-by: blindassassin111 <[email protected]>
Co-authored-by: flashquark <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: Alabahuy <[email protected]>
Co-authored-by: David Hoelscher <[email protected]>
Co-authored-by: Alberto Pavano <[email protected]>
Co-authored-by: rhmokey <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: jonylee@hfd <[email protected]>
Co-authored-by: adophoxia <[email protected]>
Co-authored-by: Danny <[email protected]>
Co-authored-by: dztech <[email protected]>
Co-authored-by: Álvaro A. Volpato <[email protected]>
Co-authored-by: Gastón Jorquera <[email protected]>
Co-authored-by: Andrew Kannan <[email protected]>
Co-authored-by: Less/Rikki <[email protected]>
Co-authored-by: Sleepdealr <[email protected]>
Co-authored-by: Nick Brassel <[email protected]>
Co-authored-by: Sergey Vlasov <[email protected]>
Co-authored-by: mechlovin <[email protected]>
Co-authored-by: Derek <[email protected]>
Co-authored-by: Roberts Kursitis <[email protected]>
Co-authored-by: lalalademaxiya1 <[email protected]>
Co-authored-by: Peter.Falken <[email protected]>
Co-authored-by: lindgrenj6 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <[email protected]>
Co-authored-by: Silc Lizard (Tokage) Renew <[email protected]>
Co-authored-by: Idan Kamara <[email protected]>
Co-authored-by: Ramon Imbao <[email protected]>
Co-authored-by: Tim Stewart <[email protected]>
Co-authored-by: Arturo Avila <[email protected]>
Co-authored-by: kopibeng <[email protected]>
Co-authored-by: Andre Brait <[email protected]>
Co-authored-by: Callum Hart <[email protected]>
Co-authored-by: takashicompany <[email protected]>
Co-authored-by: Feags <[email protected]>
Co-authored-by: skeletonkbd <[email protected]>
Co-authored-by: ziptyze <[email protected]>
Co-authored-by: Brian Schwind <[email protected]>
Co-authored-by: temp4gh <[email protected]>
Co-authored-by: syc <[email protected]>
Co-authored-by: Rucker Machine <[email protected]>
Co-authored-by: jason <[email protected]>
Co-authored-by: Snipeye <[email protected]>
Co-authored-by: Matthew Lyon <[email protected]>
Co-authored-by: Han's <[email protected]>
Co-authored-by: depermana12 <[email protected]>
Co-authored-by: leyew <[email protected]>
Co-authored-by: Sergi Meseguer <[email protected]>
Co-authored-by: Tom Parker-Shemilt <[email protected]>
Co-authored-by: Evgenii Vilkov <[email protected]>
Co-authored-by: Casey Borders <[email protected]>
Co-authored-by: Joe Scotto <[email protected]>
Co-authored-by: Brian <[email protected]>
Co-authored-by: CoffeeIsLife <[email protected]>
Co-authored-by: Fae <[email protected]>
Co-authored-by: Tony Zorman <[email protected]>
Co-authored-by: Nimish Gåtam <[email protected]>
Co-authored-by: Jeayo Keh <[email protected]>
Co-authored-by: Wolf Van Herreweghe <[email protected]>
Co-authored-by: Wolf <[email protected]>
Co-authored-by: miketronic <[email protected]>
Co-authored-by: Freather <[email protected]>
Co-authored-by: CMM.Studio Freather <[email protected]>
Co-authored-by: Its TLeo <[email protected]>
Co-authored-by: Jerome Berclaz <[email protected]>
Co-authored-by: hcbille <[email protected]>
Co-authored-by: adiabatic <[email protected]>
Co-authored-by: seflm <[email protected]>
Co-authored-by: arnstadm <[email protected]>
Co-authored-by: Xelus22 <[email protected]>
Co-authored-by: Mike Cramer <[email protected]>
Co-authored-by: drewpyun <[email protected]>
Co-authored-by: spbgzh <[email protected]>
Co-authored-by: tan-t <[email protected]>
Co-authored-by: Alfredo Colas Gullon <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: Cole Smith <[email protected]>
Co-authored-by: peepeetee <[email protected]>
Co-authored-by: Yak <[email protected]>
Co-authored-by: DUILCHOI <[email protected]>
Co-authored-by: Kumiko as a Service <[email protected]>
Co-authored-by: yulei <[email protected]>
Co-authored-by: jestercore <[email protected]>
Co-authored-by: cole smith <[email protected]>
Co-authored-by: wb-joy <[email protected]>
Co-authored-by: Joy Lee <[email protected]>
Co-authored-by: Rico <[email protected]>
Co-authored-by: harveysch <[email protected]>
Co-authored-by: Thomas Baart <[email protected]>
Co-authored-by: era <[email protected]>
Co-authored-by: Álvaro Cortés <[email protected]>
Co-authored-by: Álvaro Cortés Devesa <[email protected]>
Co-authored-by: Leon Anavi <[email protected]>
Co-authored-by: 3geek14 <[email protected]>
Co-authored-by: Synth and Keys <[email protected]>
Co-authored-by: Hugh Rawlinson <[email protected]>
Co-authored-by: gskygithub <[email protected]>
Co-authored-by: gksygithub <[email protected]>
Co-authored-by: Brian McKenna <[email protected]>
Co-authored-by: Richard Baptist <[email protected]>
Co-authored-by: Richard Baptist <[email protected]>
Co-authored-by: Janat Taerakul <[email protected]>
Co-authored-by: Janat Taerakul <[email protected]>
Co-authored-by: Yizhen Liu <[email protected]>
Co-authored-by: Dane Lipscombe <[email protected]>
Co-authored-by: Joe Scotto <[email protected]>
Co-authored-by: Powered by Porridge <[email protected]>
freznel10 added a commit to freznel10/qmk_firmware that referenced this pull request Aug 27, 2023
commit cb3872d319cb9869e7f1390d566466f0bb44be0f
Merge: 746b349466 66b744b
Author: freznel10 <[email protected]>
Date:   Sun Aug 27 20:12:09 2023 +0800

    Merge branch 'qmk:develop' into develop

commit 66b744b
Author: Ryan <[email protected]>
Date:   Sun Aug 27 16:51:19 2023 +1000

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

commit 70e34e4
Author: Ryan <[email protected]>
Date:   Sun Aug 27 13:30:19 2023 +1000

    Unicode, Unicodemap and UCIS refactor (qmk#21659)

commit 95681b8
Author: Joel Challis <[email protected]>
Date:   Sun Aug 27 04:00:14 2023 +0100

    Add *_MATRIX_LED_COUNT generation (qmk#21110)

commit 25331be
Author: Drashna Jaelre <[email protected]>
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 <[email protected]>

    ---------

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

commit 7364515
Author: Ryan <[email protected]>
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 <[email protected]>

    * 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 <[email protected]>

commit 50151be
Merge: 5cd47f5 f07490b
Author: QMK Bot <[email protected]>
Date:   Sat Aug 26 18:44:20 2023 +0000

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

commit f07490b
Author: Andy Smith <[email protected]>
Date:   Sat Aug 26 19:43:40 2023 +0100

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

commit 5cd47f5
Author: HiryKun <[email protected]>
Date:   Sun Aug 27 02:31:59 2023 +0800

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

commit a9e2f6a
Author: Joel Challis <[email protected]>
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 <[email protected]>
Date:   Thu Aug 24 01:35:56 2023 +0000

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

commit 7a73723
Author: patrickxiong <[email protected]>
Date:   Thu Aug 24 11:35:13 2023 +1000

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

commit 023d644
Author: Ryan <[email protected]>
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 <[email protected]>
Date:   Wed Aug 23 19:55:42 2023 +0000

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

commit f699fde
Author: Thomas Weißschuh <[email protected]>
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 <[email protected]>
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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1cf040a
Merge: 2b7f1b0 90d1b32
Author: QMK Bot <[email protected]>
Date:   Wed Aug 23 13:39:25 2023 +0000

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

commit 90d1b32
Author: Joel Challis <[email protected]>
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 <[email protected]>
Date:   Wed Aug 23 09:13:38 2023 +0000

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

commit b1fbfaa
Author: Sergey Vlasov <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Wed Aug 23 04:53:27 2023 +0000

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

commit c2b8375
Author: フィルターペーパー <[email protected]>
Date:   Wed Aug 23 12:52:52 2023 +0800

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

commit 9bb8230
Author: Ryan <[email protected]>
Date:   Wed Aug 23 11:49:02 2023 +1000

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

commit 37bc949
Author: Ryan <[email protected]>
Date:   Wed Aug 23 10:00:03 2023 +1000

    RGB Matrix: driver naming cleanups (qmk#21594)

commit dfb6d38
Author: Joel Challis <[email protected]>
Date:   Wed Aug 23 00:03:01 2023 +0100

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

commit 0d53538
Author: Less/Rikki <[email protected]>
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 <[email protected]>
Date:   Tue Aug 22 12:12:51 2023 -0400

    [Keyboard] Add city42 (qmk#21727)

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

commit 746b349466604e77b4c12739ac356b79c7676016
Merge: 7e7c865032 eed34f7
Author: freznel10 <[email protected]>
Date:   Tue Aug 22 11:42:59 2023 +0800

    Merge branch 'qmk:develop' into develop

commit eed34f7
Author: Joel Challis <[email protected]>
Date:   Tue Aug 22 00:10:08 2023 +0100

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

commit 1149212
Author: Joel Challis <[email protected]>
Date:   Mon Aug 21 23:20:24 2023 +0100

    Align SENSE75 with recent Drop additions (qmk#21757)

commit 892ba2e
Merge: 96d90a5 3f19272
Author: zvecr <[email protected]>
Date:   Mon Aug 21 22:59:43 2023 +0100

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

commit 3f19272
Author: Joel Challis <[email protected]>
Date:   Mon Aug 21 22:47:46 2023 +0100

    Initial support for SHIFT v2 (qmk#21756)

commit f422b3c
Author: Joel Challis <[email protected]>
Date:   Mon Aug 21 22:47:29 2023 +0100

    Initial support for CTRL v2 (qmk#21755)

commit f9aba86
Author: Joel Challis <[email protected]>
Date:   Mon Aug 21 22:46:12 2023 +0100

    Initial support for ALT v2 (qmk#21754)

commit 11970b1
Author: DUILCHOI <[email protected]>
Date:   Mon Aug 21 12:24:58 2023 +0900

    [Keyboard] Add linworks favepada (qmk#20794)

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

commit dd4f4f8
Author: owlab2 <[email protected]>
Date:   Mon Aug 21 00:16:41 2023 +0800

    [Keyboard] Add Jelly Evolv (qmk#21407)

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

commit 6d9eab8
Author: Pangorin <[email protected]>
Date:   Sun Aug 20 23:08:13 2023 +0700

    Adding support for TAN67 PCB (qmk#21003)

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

commit d91857d
Author: studiokestra <[email protected]>
Date:   Sat Aug 19 15:24:06 2023 -0600

    Add Galatea rev3 keyboard (qmk#21758)

commit 96d90a5
Author: Drashna Jaelre <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Thu Aug 17 17:29:02 2023 +0800

    Merge pull request #1 from qmk/develop

    Develop

commit ff62eba7de4e825ba9d07b7378059b6f97df46c7
Merge: ba4b9cb64d 805324c
Author: freznel10 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Thu Jun 22 16:19:52 2023 +0800

    Squashed commit of the following:

    commit 5a4fab0
    Merge: c601b1f cc4ac72
    Author: QMK Bot <[email protected]>
    Date:   Thu Jun 22 04:36:15 2023 +0000

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

    commit cc4ac72
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Thu Jun 22 02:12:05 2023 +0000

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

    commit 33f76d7
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Thu Jun 22 00:43:08 2023 +0000

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

    commit b8a12db
    Author: James Young <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    Date:   Wed Jun 21 19:30:39 2023 +0000

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

    commit 6f39205
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Wed Jun 21 18:42:56 2023 +0000

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

    commit 20c0043
    Author: lindgrenj6 <[email protected]>
    Date:   Wed Jun 21 13:42:23 2023 -0500

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

    commit fa1b533
    Merge: b6c76cd 4cc427c
    Author: QMK Bot <[email protected]>
    Date:   Wed Jun 21 18:30:50 2023 +0000

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

    commit 4cc427c
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Wed Jun 21 17:39:03 2023 +0000

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

    commit b814ff5
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Wed Jun 21 16:00:31 2023 +0000

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

    commit 71b77df
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Wed Jun 21 03:05:47 2023 +0000

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

    commit ecca9c5
    Author: lalalademaxiya1 <[email protected]>
    Date:   Wed Jun 21 11:05:07 2023 +0800

        Add Keychron C2 Pro (qmk#20701)

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

    commit 08ba8a0
    Merge: 6373543 595d393
    Author: QMK Bot <[email protected]>
    Date:   Wed Jun 21 03:02:34 2023 +0000

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

    commit 595d393
    Author: jonylee@hfd <[email protected]>
    Date:   Wed Jun 21 11:01:43 2023 +0800

        [Keyboard] Add Monsgeek M5 (qmk#21182)

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

    commit 6373543
    Merge: dad41bd 2f1cac6
    Author: QMK Bot <[email protected]>
    Date:   Wed Jun 21 02:58:50 2023 +0000

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

    commit dad41bd
    Author: James Young <[email protected]>
    Date:   Tue Jun 20 19:58:44 2023 -0700

        ProtoTypist PT-60 Refactor (qmk#21322)

    commit 2f1cac6
    Author: Albert Y <[email protected]>
    Date:   Wed Jun 21 10:58:13 2023 +0800

        [Docs] Code markdown amendment (qmk#21323)

    commit c69f82f
    Merge: 6ec91a7 7753249
    Author: QMK Bot <[email protected]>
    Date:   Wed Jun 21 02:30:16 2023 +0000

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

    commit 7753249
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Wed Jun 21 00:33:07 2023 +0000

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

    commit 42cd55e
    Author: Jack Humbert <[email protected]>
    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 <[email protected]>

        * 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 <[email protected]>
        Co-authored-by: Ryan <[email protected]>

    commit ffdc70b
    Author: Nick Brassel <[email protected]>
    Date:   Wed Jun 21 08:41:49 2023 +1000

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

    commit 45dc1cc
    Author: James Young <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    Date:   Tue Jun 20 17:17:10 2023 +0000

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

    commit 85b8044
    Author: James Young <[email protected]>
    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 <[email protected]>
    Date:   Tue Jun 20 15:42:27 2023 +0000

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

    commit 45c52c7
    Author: lalalademaxiya1 <[email protected]>
    Date:   Tue Jun 20 23:41:45 2023 +0800

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

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

    commit 965cfec
    Merge: a2e2d92 958cae3
    Author: QMK Bot <[email protected]>
    Date:   Tue Jun 20 15:39:02 2023 +0000

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

    commit 958cae3
    Author: Roberts Kursitis <[email protected]>
    Date:   Tue Jun 20 18:38:26 2023 +0300

        [Keyboard] Add Alisaie (qmk#21266)

    commit a2e2d92
    Merge: d98b60c 0abe312
    Author: QMK Bot <[email protected]>
    Date:   Tue Jun 20 15:36:05 2023 +0000

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

    commit 0abe312
    Author: Derek <[email protected]>
    Date:   Tue Jun 20 11:35:23 2023 -0400

        [Keyboard] Add bigsmoothknob (qmk#21265)

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

    commit d98b60c
    Author: jonylee@hfd <[email protected]>
    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 <[email protected]>
    Date:   Tue Jun 20 01:56:07 2023 +0000

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

    commit 7bd1d18
    Author: Drashna Jaelre <[email protected]>
    Date:   Mon Jun 19 18:55:27 2023 -0700

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

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

    commit be6f92c
    Merge: b749a5f 31e39a9
    Author: QMK Bot <[email protected]>
    Date:   Tue Jun 20 01:46:21 2023 +0000

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

    commit 31e39a9
    Author: James Young <[email protected]>
    Date:   Mon Jun 19 18:45:47 2023 -0700

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

    commit b749a5f
    Author: jack <[email protected]>
    Date:   Mon Jun 19 13:59:35 2023 -0600

        Fixup `nightly_boards/n40_o` (qmk#21307)

    commit c4a67d3
    Author: jack <[email protected]>
    Date:   Mon Jun 19 09:46:27 2023 -0600

        Remove encoder in-matrix workaround code (qmk#20389)
zaih-ge pushed a commit to zaih-ge/qmk_firmware that referenced this pull request Aug 31, 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
Labels
enhancement 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

3 participants