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 ANAVI Arrows #22454

Merged
merged 2 commits into from Dec 5, 2023
Merged

[Keyboard] Add ANAVI Arrows #22454

merged 2 commits into from Dec 5, 2023

Conversation

leon-anavi
Copy link
Contributor

ANAVI Arrows is a compact inverted T hot-swappable mechanical keyboard with 4 Cherry MX compatible switches, translucent key caps, rotary encoder, USB-C, RP2040 microcontroller, backlighting and under lighting.

This commits adds initial QMK support for ANAVI Arrows with:

  • Default keymap
  • Mini OLED I2C Display
  • WS2812B RGB underlighting
  • Backlighting (with PWMD5 and channel A as defined for GPIO 26 in the Raspberry Pi RP2040 datasheet)

The Neopixel on XIAO RP2040 is not supported as of the moment.

Description

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

keyboards/anavi/arrows/info.json Outdated Show resolved Hide resolved
keyboards/anavi/arrows/info.json Outdated Show resolved Hide resolved
keyboards/anavi/arrows/info.json Outdated Show resolved Hide resolved
keyboards/anavi/arrows/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/anavi/arrows/info.json Outdated Show resolved Hide resolved
@leon-anavi
Copy link
Contributor Author

@zvecr, @waffle87, thank you for the quick feedback and the code reviews. Following you recommendations I did commit -amend and I have force pushed a new version of the patch.

keyboards/anavi/arrows/info.json Outdated Show resolved Hide resolved
keyboards/anavi/arrows/info.json Outdated Show resolved Hide resolved
@leon-anavi
Copy link
Contributor Author

@waffle87 thanks, I changed info.json as you suggested.

ANAVI Arrows is a compact inverted T hot-swappable mechanical
keyboard with 4 Cherry MX compatible switches, translucent key
caps, rotary encoder, USB-C, RP2040 microcontroller, backlighting
and under lighting.

This commits adds initial QMK support for ANAVI Arrows with:

- Default keymap
- Rotary encoder
- Mini OLED I2C Display
- WS2812B RGB underlighting
- Backlighting (with PWMD5 and channel A as defined for GPIO 26 in
  the Raspberry Pi RP2040 datasheet)

The Neopixel on XIAO RP2040 is not supported as of the moment.

Signed-off-by: Leon Anavi <leon@anavi.org>
@waffle87 waffle87 requested a review from a team November 13, 2023 16:02
@drashna drashna merged commit 6fb9de6 into qmk:master Dec 5, 2023
2 of 3 checks passed
zgagnon pushed a commit to zgagnon/qmk_firmware_waterfowl that referenced this pull request Dec 15, 2023
Co-authored-by: Drashna Jaelre <drashna@live.com>
future-figs pushed a commit to future-figs/qmk_firmware that referenced this pull request Dec 27, 2023
Co-authored-by: Drashna Jaelre <drashna@live.com>
jankuzniak added a commit to jankuzniak/qmk_firmware that referenced this pull request Feb 6, 2024
commit 45ae4dec4d3e8ab0b52903c5ad72b561bd25d94d
Author: Ryan <fauxpark@gmail.com>
Date:   Tue Feb 6 18:09:22 2024 +1100

    WS2812: Better error message when trying to use `bitbang` driver on RP2040 (#23025)

commit fa2fb9bbe03706219b5aff3d312ea57ace1e4b3a
Author: Apricity-Projects <34521406+apricity-spam@users.noreply.github.com>
Date:   Sat Feb 3 08:17:07 2024 -0800

    KK65 VID Correction (#23007)

commit e97ec68692ffee20e92921e7c913471359cd5377
Author: gkeyboard <giggox_man@hotmail.com>
Date:   Fri Feb 2 23:01:10 2024 +0700

    Add GreatPad macropad under gkeyboard (#22696)

    * Add GreatPad under gkeyboard

    Add GreatPad macropad

    * Update keyboards/gkeyboard/greatpad/config.h

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

    * Update keyboards/gkeyboard/greatpad/greatpad.c

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

    * Update keyboards/gkeyboard/greatpad/info.json

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

    * Update keyboards/gkeyboard/greatpad/info.json

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

    * Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c

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

    * Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c

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

    * Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c

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

    * Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c

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

    * Add a license header

     Add a license header to glcdfont.c

    * Update glcdfont.c

    * delete file

    * Revert "delete file"

    This reverts commit 388e6f03e47bd646df374e37cd82fc3c46330b38.

    * Update keyboards/gkeyboard/greatpad/mcuconf.h

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

    * Update .vscode/settings.json

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

    * Update keyboards/gkeyboard/greatpad/readme.md

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

    * Enable encoder

    Enable encoder in file info.json

    * Update keyboards/gkeyboard/greatpad/greatpad.c

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

    * Update info.json

    Run qmk format-json -i file info.json

    ---------

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

commit 39f06c3afb2a59d04bfc1e5ef52020bfd4e68f84
Author: leyew <102467346+itsme-zeix@users.noreply.github.com>
Date:   Fri Feb 2 23:37:03 2024 +0800

    [Keyboard] Add dnworks numpad (#22882)

    * add dnworks numpad

    * Apply suggestions from code review (Added community layouts)

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

    * fix linting

    * formatted json

    ---------

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

commit 06ed8dd14f004f4cac223b0f8adf18c816decdcd
Author: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Date:   Thu Feb 1 14:05:12 2024 -0500

    Add ScottoDeck handwired macropad (#22935)

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

commit 20886529c56ce6febcb0462891384f891ae7351a
Author: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Date:   Thu Feb 1 16:04:59 2024 -0300

    Add Valhalla v2 PCB support (#22914)

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

commit 382c3bd0bd49fc0d53358f45477c48f5ae47f2ff
Author: adophoxia <100170946+adophoxia@users.noreply.github.com>
Date:   Wed Jan 31 23:46:08 2024 -0800

    Add Doio KB04 (#22754)

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

commit 276130bdefdc877242cad9039882ae3952500941
Author: txdyqiang <116930401+txdyqiang@users.noreply.github.com>
Date:   Thu Feb 1 15:28:39 2024 +0800

    Theone keyboard (#22749)

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

commit 5c84d935f992d98803b92b89a39e4a878f054ebb
Author: Habib <44367581+Habibmuhd@users.noreply.github.com>
Date:   Thu Feb 1 15:26:05 2024 +0800

    [Keyboard] Add mntre_v3 (#22739)

commit 6fed854e58e9b25d5b36eaf45acf0e592fa65f46
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Thu Feb 1 07:15:45 2024 +0000

    add ISO layouts for alfredlabs/swift65/solder (#22672)

commit 997f04b63644113d53ef874cf032d86c5623ac1a
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Thu Feb 1 02:23:02 2024 +0000

    add matrix diagram for hineybush/h101 (#22252)

commit 33a3cd26ab88415e3085a2b2cdf9100488db1967
Author: Ben <BenRoe@users.noreply.github.com>
Date:   Thu Feb 1 03:21:59 2024 +0100

    [Keyboard] Add Kimiko Rev2 (#21719)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
    Co-authored-by: Ex3c4Def <Joe_No@gmx.net>
    Co-authored-by: Ben Roe <ben@MacBookzPro-M2.lan>
    Co-authored-by: Ben Roe <ben@MacBook-Pro-von-Ben.local>

commit f3d3b16ebbca791a152b3f82d96f1ad9e964d311
Author: mechlovin <57231893+mechlovin@users.noreply.github.com>
Date:   Thu Feb 1 08:57:46 2024 +0700

    [Keyboard] Add Zed1800 platform PCB (#19250)

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

commit 7ebeb5d93f5d9bc5e1c645753d0151024c9148bc
Author: Nostril <hong.aaron.c@gmail.com>
Date:   Wed Jan 31 17:57:21 2024 -0800

    [Keyboard] Add Synth Labs 065 Keyboard (#21040)

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

commit d8cda43d14d76d59a04c6ea1ed290395b9ca0968
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Thu Feb 1 02:01:22 2024 +1100

    [Keyboard] Add BINEPAD BNK9 (#22831)

commit 777a6e0e58d0998e1b9d042e58c7cc95f4cee7e8
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Wed Jan 31 15:20:32 2024 +0800

    [Keyboard] Add rena (#22902)

    * Added keyboard rena

    * format file info.json

    * modify info.json file

    * modify 16mhz to 8mhz

    * modify info.json file

    * Delete redundant Spaces

    * Delete redundant Spaces

    * Delete redundant Spaces

    * Delete redundant Spaces

    ---------

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit 0a6a203fb58f316b09b7e661fae0b7188685db08
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Wed Jan 31 11:34:45 2024 +0800

    Update asymmetric debounce code comment (#22981)

commit 18f8e51cb785a985954ba0d6ee0cfdea93a13d95
Author: Wilba <wilba@wilba.tech>
Date:   Wed Jan 31 14:34:20 2024 +1100

    Added WT65-H2 (Bauer Lite) (#22885)

commit a4b124e906de105189415f061d7e64a00e2271d9
Author: Apricity-Projects <34521406+apricity-spam@users.noreply.github.com>
Date:   Tue Jan 30 12:20:24 2024 -0800

    [Keyboard] Add KK65 (#22772)

    * adding my keyboard

    * Update keyboards/kk/65/info.json

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

    * Update keyboards/kk/65/keymaps/via/rules.mk

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

    * Update keyboards/kk/65/info.json

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

    * Update keyboards/kk/65/keymaps/default/keymap.c

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

    * Update keyboards/kk/65/rules.mk

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

    * Update keyboards/kk/65/keymaps/via/keymap.c

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

    * Added photo imgur photo link to readme.md

    * Adjusted keyboard level config and added config files with tapping_toggle to keymaps.

    * Update keyboards/kk/65/readme.md

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

    * Migrated qmk.locking settings to info.json and removed config.h

    * Update keyboards/kk/65/keymaps/default/keymap.c

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

    * Update keyboards/kk/65/keymaps/via/keymap.c

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

    ---------

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

commit 567f808ea5e9f239185b9561f42c269cc18baeb0
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Tue Jan 30 03:28:23 2024 +0800

    [Doc] Use number indexes for encoder code example (#22980)

commit b7468f47857ad20a031906ccbd654541222a0d26
Author: Joel Challis <git@zvecr.com>
Date:   Tue Jan 23 10:02:03 2024 +0000

    Workaround for dfu-programmer on Fedora 39 (#22945)

commit 3495cbc6382d4fa08ee5b4294527ab66fb7dff59
Author: Ryan <fauxpark@gmail.com>
Date:   Tue Jan 23 00:18:20 2024 +1100

    Fix missing joystick.h include (#22946)

commit cdbfcb6c148fe1f4b929f148149d3c9d572dff67
Author: kopibeng <52724926+kopibeng@users.noreply.github.com>
Date:   Mon Jan 22 19:36:05 2024 +0800

    Add lock indicators for KLC x TGR LENA (#22931)

commit 58721a433b81790368386cf117347e5bd31fa961
Author: Joel Challis <git@zvecr.com>
Date:   Mon Jan 22 11:35:51 2024 +0000

    Move layout macro OOB checks to lint (#22610)

commit 1522695cefae93f8b8c609b33ae539dd3c6463e5
Author: Tommi Pääkkö <tommi.paakko@gmail.com>
Date:   Sat Jan 20 21:46:52 2024 +0200

    Add VIA support for Atreus62 (#22913)

    Co-authored-by: Tommi Pääkkö <tommi.paakko@symbio.com>

commit a31707fdc2b5df1419e8fb5e54fb0eef1ff62ce8
Author: Danny <nooges@users.noreply.github.com>
Date:   Sat Jan 20 14:43:04 2024 -0500

    Add Iris CE Rev. 1 (#22930)

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

commit 62d19fc2ac42b39a4f32683c7e8c5ad95b566b24
Author: Nick Brassel <nick@tzarc.org>
Date:   Sat Jan 20 08:11:17 2024 +1100

    Copy `compile_commands.json` to userspace, if in use. (#22925)

commit c38fdfec9c31b5859ef0ab9a7f328203ef5829fd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 18 20:15:48 2024 +0000

    Bump tj-actions/changed-files from 41 to 42 (#22915)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42)

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

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

commit dcc47ea31b3f4ef097a2fc677bdbb9b2560d905a
Author: James Gzowski <flexyjerkov@gmail.com>
Date:   Sun Jan 14 06:07:59 2024 +0000

    Add Proteus67 keyboard (#22439)

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

commit a81ae7dd041e8f6baa4c82c5155ca22c66ac1f9b
Author: Joy Lee <joylee.lc@foxmail.com>
Date:   Sun Jan 14 14:06:37 2024 +0800

    Add tac-k1 keyboard (#22522)

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

commit 114a43e1eabd6d3048843d3c9ccca6ca87971133
Author: Jesse Leventhal <45154268+jessel92@users.noreply.github.com>
Date:   Sat Jan 13 22:16:11 2024 -0500

    Add The Mad Noodle Udon13 (#22704)

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

commit 33c5a64b5a49a3bfa0a8fd251e4ea8a394362b21
Author: Vertex-kb <102476474+Vertex-kb@users.noreply.github.com>
Date:   Sun Jan 14 11:10:26 2024 +0800

    add Cycle8 (#22734)

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

commit 624d0964c16557684c84dd3640071bb11b313c27
Author: Wilba <wilba@wilba.tech>
Date:   Sat Jan 13 18:37:10 2024 +1100

    Added WT20-H1 (HIBI JUNIOR) (#22893)

commit bea97291dc4f20de6114b73c7eda7cf7c5fe5fcf
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Sat Jan 13 07:22:15 2024 +0000

    Remove community layout from mode/m80*/m80*h (#22461)

commit f40164985562ef5e19b892536e8d559d55fa6610
Author: ziptyze <mwcordier@gmail.com>
Date:   Sat Jan 13 02:13:45 2024 -0500

    add lets split v3 (#22465)

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

commit 452ac581a56106af6f52cd66f8204b4b80274e24
Author: ziptyze <mwcordier@gmail.com>
Date:   Sat Jan 13 01:13:09 2024 -0500

    [Keyboard] pi60rgb_v2 (#22156)

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

commit c6ed3cdf1013f3bcea149e860499187b19c49940
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Jan 12 23:08:11 2024 +1100

    Add more unwanted compilation output files to `.gitignore`. (#22894)

commit 6cc56f3f8cdde03ee76ed51942de5ffe8d59150c
Author: Joy Lee <joylee.lc@foxmail.com>
Date:   Tue Jan 9 19:24:11 2024 +0800

    Added skiller_sgk50_s3 keyboard (#22382)

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

commit 31fdf7d89986d43eefe954d87a34cc831c561eb9
Author: Thomas White <TomW1605@users.noreply.github.com>
Date:   Tue Jan 9 19:13:51 2024 +0800

    add pywinusb lib to list of example libs for HID (#22747)

commit 13f7b6824057e74e9e70781595378d594beeda55
Author: Kai <9492636+kaine119@users.noreply.github.com>
Date:   Tue Jan 9 18:45:44 2024 +0800

    Fix user hook call for dynamic_macro_record_key (#22250)

commit 53f1e3b11f856b39a5aaade9d3434f47198e669b
Author: Markus Knutsson <markus.knutsson@tweety.se>
Date:   Tue Jan 9 11:17:46 2024 +0100

    Lotus 58 Glow - Added Auto shift to OLED, corrected OLED orientation (#22424)

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

commit 89b46eedd59d80c6bd53e4785e1ee0f846dd6098
Author: Magne Lauritzen <mag.lauritzen@gmail.com>
Date:   Tue Jan 9 10:53:26 2024 +0100

    Raise Circumflex from the grave in sendstring_french.h (#22285)

commit 0b0c31665e7b4e5a9cd9ac3ac94b0fba10514aa3
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Jan 7 18:37:56 2024 +1100

    Keychron Q1V1: fix incorrect 3733 address (#22852)

commit 7e03877924ed722dc3c2895d7b0b61ae6f5df0a2
Author: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Date:   Sun Jan 7 02:36:22 2024 -0500

    [Keyboard] Add ScottoKatana handwired keyboard (#22805)

commit 31d28ba2283a8130b043c48b6ef2c93e293a7f62
Author: 4pplet <mail@4pplet.com>
Date:   Sun Jan 7 08:35:45 2024 +0100

    [Keyboard] Add Nordic65 by KBnordic (#22817)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: 4pplet <4pplet@protonmail.com>
    Co-authored-by: 4pplet <stefan.ess@gmail.com>

commit a474cac2c387830063d803b96c9ac920bc1a7255
Author: James Kneafsey <se@sesneaky.com>
Date:   Sat Jan 6 02:06:14 2024 +0100

    Update keymap.md (#22834)

commit b02abcb9a63cc64d050f5d714ab6f2c0a4e278e6
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Jan 4 03:59:38 2024 -0500

    Regenerate Files (#22821)

commit b514a591f3b5695db9fa25db76893bd30af2f12e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 4 07:28:33 2024 +0000

    Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (#22812)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](https://github.com/tj-actions/changed-files/compare/v40...v41)

    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
    ...

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

commit 90811118b7789b83b4f5578ffd71ea83436a1df3
Author: Antoine Bertin <antoine@bertin.io>
Date:   Sun Dec 31 19:25:58 2023 +0100

    docs(skeletyl): fix readme instructions (#22791)

commit fc20e0b01434ed152481e3c778c24879ac116360
Author: 4pplet <mail@4pplet.com>
Date:   Fri Dec 29 17:17:20 2023 +0100

    Waffling60 iso rev e (#22733)

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

commit 420b13468b1c1d6d3a34c58e3c065b39e3895d5d
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Thu Dec 28 12:37:01 2023 +0800

    [Keyboard] Add meetlab kafkasplit (#22756)

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit 2505d7edd0b10f4540ac5cb8c07717778a65de1b
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Wed Dec 27 22:11:06 2023 +0000

    vendor keymaps-mechboards via updates (#22767)

    * update mb_via keymaps to new naming for vendor keymaps

    * missed a reference to old name, tidy crkbd readme, add lily58 readme

    * fix typo

    * fix typo

    * delete shopify image

commit cc08f230ffac3a48e82d26b32ca6bdf0c6ab041e
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Dec 27 12:12:42 2023 +1100

    bm40hsrgb/rev2: disable some RGB Matrix effects to reduce filesize (#22761)

commit 83b84187ea19c92d31909443c85a89fe8a605f91
Author: Jesse Leventhal <45154268+jessel92@users.noreply.github.com>
Date:   Sun Dec 24 13:16:34 2023 -0500

    [Keyboard] Add Noodlepad_Micro (#22703)

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

commit 15ed59cacc8356b4e9d27113f423c503b613e4c5
Author: Sắn <59417802+MaiTheSan@users.noreply.github.com>
Date:   Sun Dec 24 13:30:54 2023 +0700

    [Keyboard] Add Nuxros RE65 (#22078)

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

commit fae6b85640d3ccdd20f3865f2af63f88b9ffe56d
Author: khchen2004 <148961563+khchen2004@users.noreply.github.com>
Date:   Sun Dec 24 11:34:17 2023 +0800

    [Keyboard] add scorpio pcb (#22732)

commit 2d5cfd3ecf90f91b2dad2bce755d199ac080ea62
Author: Joy Lee <986984630@qq.com>
Date:   Sun Dec 24 11:01:42 2023 +0800

    [Keyboard] Add darmoshark k3 (#21980)

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

commit a1d29982dccffb916cd56be673f813fd5900d84f
Author: peepeetee <43021794+peepeetee@users.noreply.github.com>
Date:   Sat Dec 23 17:49:37 2023 -0600

    Add Momokai Aurora Image (#22728)

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

commit 08711e1cf78401fbfb9f7d125956ef62174f2251
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Sun Dec 24 07:45:12 2023 +0800

    [Keyboard] Add kafka68  (#22684)

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit 0e9e2963ca773ce2c5130d893fab9192b79d3afd
Author: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Date:   Sat Dec 23 17:05:36 2023 -0500

    [Keyboard] Fix Scotto61 Configurator Layout (#22718)

commit 1e304433e57d1e5e6bd6c157c2af3655b4ee73ef
Author: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Date:   Sat Dec 23 16:51:38 2023 -0500

    [Keyboard] Add Scotto108 handwired keyboard (#22720)

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

commit b5b886e36f28c1dc0c69e207719fb67c4ad0ced5
Author: Abhijithabhi <abhiabhijith367@gmail.com>
Date:   Sun Dec 24 02:41:39 2023 +0530

    [Keyboard] Add redragon k617 port (#22410)

    Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
    Co-authored-by: jack <0x6a73@protonmail.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>

commit 5031e0e35c6c497b58b1f3122d8e9d17f0284733
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Thu Dec 21 12:30:55 2023 +0000

    [docs] - reword PR checklist for vendor keymaps/userspace changes (#22725)

    * reword PR checklist for vendor keymaps/userspace changes

    * clarify vendor keymaps slightly

    * delete layout macro related line

commit 2661ee282a7edfdff299d2ccfc298dac75cf65e4
Author: Nick Brassel <nick@tzarc.org>
Date:   Thu Dec 21 09:32:19 2023 +1100

    [Bugfix] Manipulate deferred executor slot only if tokens match (#22722)

commit 3afa2a9439a74c4f4d906dcb1dfa975f13fc6763
Author: Nick Brassel <nick@tzarc.org>
Date:   Thu Dec 21 09:02:22 2023 +1100

    [Keymap Removal] Restore mechboards mb_via keymaps. (#22723)

commit c8728880de198f5797463efbbba3eba7f1e4444a
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Wed Dec 20 04:54:32 2023 +0800

    takashicompany: readme link correction (#22711)

    Updated Github link

commit 2ce2fa6d069030f19988e8e9cb12af099aeeb08f
Author: Pham Duc Minh <95753855+Deemen17@users.noreply.github.com>
Date:   Tue Dec 19 07:02:47 2023 +0700

    [Keyboard] Add Deemen17 DE60FS (#22667)

    * Add de60fs

    * Update

    * Add image

    * Add line break for rules.mk

    * Update keyboards/deemen17/de60fs/keymaps/default/keymap.c

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

    * Update keyboards/deemen17/de60fs/info.json

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

    * Remove readme of keymap folder

    * Change to KC_RSFT

    * Add Community Layout support

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

    * Update keyboards/deemen17/de60fs/info.json

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

    * Update keyboards/deemen17/de60fs/keymaps/default/keymap.c

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

    * Update keyboards/deemen17/de60fs/keymaps/via/keymap.c

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

    * Add description in readme

    ---------

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

commit c9d90db95cfa4c05c42aedc1f9b1e97f634280e6
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 18 22:02:03 2023 +0000

    [Keymap Removal] xiudi/xd75 and related keymaps. (#22698)

commit 1b75a84a39e11577938ca49e2a20e2bb3d940e63
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 18 21:56:52 2023 +0000

    [Keymap Removal] tada68 and related keymaps. (#22699)

commit fc4e6c61a44756a1dc2ac6ef8f98a5159f903635
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 18 21:55:36 2023 +0000

    [Keymap Removal] Restore splitkb 'debug' keymaps (#22700)

commit a1c8b1ebf724f79dd9bad12976e3b1bd0c9c196f
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Dec 18 21:45:52 2023 +1100

    Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)

commit d235352504f82eae5dedc399bae36c65f1348fa8
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Dec 18 16:05:50 2023 +1100

    Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)

commit f25226453fb253b5d1c2f1684365d6248d8b5750
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Dec 18 14:06:47 2023 +1100

    Remove obvious user keymaps, `keyboards/a*` edition. (#22692)

commit 9539f135d8161557f0ffdfecb6e8c8c8b09786a2
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Dec 18 13:53:02 2023 +1100

    Remove obvious user keymaps, `keyboards/[0-9]*` edition. (#22691)

commit 27a710861ebd2a1e0a13a7e39f6a6c6568909bb4
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 18 01:51:24 2023 +0000

    [Keymap Removal] Preonic and related keymaps. (#22689)

commit 1556a2ed0e172cbaadcdc2acd7d5c8f57fb078f9
Author: DOIO2022 <116554792+DOIO2022@users.noreply.github.com>
Date:   Mon Dec 18 09:51:14 2023 +0800

    [Keyboard] Add doio KB19 (#22393)

    * Add files via upload

    * Update keyboards/doio/kb3x/config.h

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

    * Update keyboards/doio/kb3x/info.json

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

    * Update keyboards/doio/kb3x/keymaps/via/keymap.c

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

    * Update keyboards/doio/kb3x/config.h

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

    * Update keyboards/doio/kb3x/keymaps/default/keymap.c

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

    * Update rules.mk

    * Update info.json

    * Update keyboards/doio/kb3x/info.json

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

    * Update keyboards/doio/kb3x/rules.mk

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

    * Add files via upload

    * Update keyboards/doio/kb3x/info.json

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

    * Update keyboards/doio/kb3x/config.h

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

    * Delete keyboards/doio/kb3x/rules.mk

    * Update keyboards/doio/kb3x/keymaps/default/keymap.c

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

    * Update keyboards/doio/kb3x/keymaps/via/keymap.c

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

    * Add KB19

    * Delete keyboards/doio/kb3x directory

    * format  info.json

    * format info.json

    * Create rules.mk

    * Update rules.mk

    * Update keyboards/doio/kb19/config.h

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

    * Update info.json

    * Update keymap.c

    * Update keymap.c

    * Delete keyboards/doio/kb19/config.h

    * Update keyboards/doio/kb19/keymaps/via/keymap.c

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

    * Update keyboards/doio/kb19/keymaps/default/keymap.c

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

    ---------

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

commit 990895f03feb8f9c8d22e1bcd25cc3199a9a1b06
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 18 01:49:19 2023 +0000

    [Keymap Removal] keebio/iris and related keymaps. (#22690)

commit 54200b7b82411387fed21bf6ce73a87a1025ed0e
Author: Ivan Gromov <38141348+key10iq@users.noreply.github.com>
Date:   Sun Dec 17 22:50:44 2023 +0400

    [Keyboard] Add Diablo (#22414)

    * Create keymap.c

    * Create keymap.c

    * Create rules.mk

    * Add files via upload

    * Create keymap.c

    * Create keymap.c

    * Create rules.mk

    * Add files via upload

    * Update keymap.c

    * Update keymap.c

    * Update keyboards/keyten/diablo/keymaps/default/keymap.c

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

    * Delete keyboards/keyten/kt60hs_t directory

    * Update keyboards/keyten/diablo/readme.md

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

    * Update keyboards/keyten/diablo/readme.md

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

    * Update info.json

    * Update info.json

    * Update keymap.c

    * Update keymap.c

    * Update keyboards/keyten/diablo/info.json

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

    * Update keyboards/keyten/diablo/info.json

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

    ---------

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

commit 7ea022ba88125c27ef2d137f52e7cf846ddb4ee9
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Dec 17 21:54:01 2023 +1100

    [Keymap Removal] Planck and related keymaps. (#22683)

commit f0e4bc937aeaf84887ab27d7e085e6d02fbebda9
Author: MakotoKurauchi <pluis@me.com>
Date:   Sun Dec 17 17:39:35 2023 +0900

    Add keyboard Ergo68 (#22677)

    * Ergo68の追加

    * 写真の追加

    * fix build error

    * Update keyboards/yushakobo/ergo68/readme.md

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

    * Update keyboards/yushakobo/ergo68/keymaps/via/keymap.c

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

    * config.h migrated to info.json

    * Update keyboards/yushakobo/ergo68/info.json

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

    * Update keyboards/yushakobo/ergo68/readme.md

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

    * Update keyboards/yushakobo/ergo68/info.json

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

    * Update keyboards/yushakobo/ergo68/keymaps/via/rules.mk

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

    * Update keyboards/yushakobo/ergo68/keymaps/default/keymap.c

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

    * Update keyboards/yushakobo/ergo68/keymaps/via/keymap.c

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

    * Update keyboards/yushakobo/ergo68/info.json

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

    * Update keyboards/yushakobo/ergo68/info.json

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

    * Update keyboards/yushakobo/ergo68/info.json

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

    ---------

    Co-authored-by: Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>
    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
    Co-authored-by: jack <0x6a73@protonmail.com>

commit 849ddc27eed60637ee2062df0e410dd8b9df7271
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Sun Dec 17 13:00:58 2023 +0800

    [Keyboard] Add kafka60 (#22659)

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit bd932f1cce420a77adbef56e2606d1a70a508b00
Author: adophoxia <100170946+adophoxia@users.noreply.github.com>
Date:   Sat Dec 16 18:18:11 2023 -0800

    [Keyboard] Add Odin75 (#22650)

    * Add Odin75

    * Update keyboards/kbdfans/odin75/lib/bongocat.h

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

    * Update keyboards/kbdfans/odin75/keymaps/via/keymap.c

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

    * Update keyboards/kbdfans/odin75/halconf.h

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

    * Update keyboards/kbdfans/odin75/keymaps/default/keymap.c

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

    * Update keyboards/kbdfans/odin75/keymaps/via/keymap.c

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

    * Update keyboards/kbdfans/odin75/odin75.c

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

    * Update keyboards/kbdfans/odin75/keymaps/default/keymap.c

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

    * Update keyboards/kbdfans/odin75/mcuconf.h

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

    * Fix indentation

    * Add back missing `return false;`

    * Update keyboards/kbdfans/odin75/odin75.c

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

    * Update keyboards/kbdfans/odin75/keymaps/via/keymap.c

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

    * Update keyboards/kbdfans/odin75/keymaps/default/keymap.c

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

    * Update keyboards/kbdfans/odin75/odin75.c

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

    * Apply suggestions from code review

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

    ---------

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

commit 9874d78da30997023fc07d4c057a7dc4a3ba24dc
Author: Wolf Van Herreweghe <wolfvanh@gmail.com>
Date:   Fri Dec 15 22:28:27 2023 +0100

    [Keyboard] Add Mode Tempo PCB's (#22550)

    * Add mode 60 PCB's

    * Update Licenses

    * Unify Vendor name cross other projects

    * Move pin description from Config to Info.json

    * Replace WS2812 driver with PWM

    * Update keyboards/mode/m60h/config.h

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

    * Update keyboards/mode/m60h_f/config.h

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

    * Update keyboards/mode/m60h/readme.md

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

    * Update keyboards/mode/m60s/config.h

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

    * Update keyboards/mode/m60s/readme.md

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

    * Format info.json files

    * replace link with images

    * Fix spacings in Config file

    * remove non essential file

    * Update readme.md spacings

    * Update readme.md Spacings

    * Update readme.md

    ---------

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

commit 443971ab8eb09a685f181191fd183995192f162d
Author: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Date:   Fri Dec 15 16:25:37 2023 -0500

    Add Scotto61 handwired keyboard (#22666)

    * Add Scotto61 handwired keyboard

    * qmk format info.json

commit b9bc470404f271a7feed749abe30ff5779227006
Author: Panos Sakkos <panos.sakkos@gmail.com>
Date:   Fri Dec 15 23:22:50 2023 +0200

    Enable Link Time Optimization for Lily58 Default Keymap (#22476)

    * enable LTO for Lily58 Default keymap

    * remove NKRO from lily58 default

commit 52c794b9fc1d2265ed590cd724813a168c20305b
Author: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Date:   Fri Dec 15 19:48:52 2023 +0100

    Initial (#22671)

commit 4b3f9b8b3a41c96f788564b9931535b120216ea3
Author: Dasky <32983009+daskygit@users.noreply.github.com>
Date:   Fri Dec 15 14:30:35 2023 +0000

    Add Reverb keyboard. (#22387)

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

commit 00593938686044761b46fca396a2bb4129f1522b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 15 01:58:04 2023 +0000

    Bump tj-actions/changed-files from 39 to 40 (#22338)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](https://github.com/tj-actions/changed-files/compare/v39...v40)

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

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

commit 3445396d8ee09c784ecbb9e538471537af34c7db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 15 12:53:14 2023 +1100

    Bump actions/upload-artifact from 3 to 4 (#22661)

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

commit 26b6ba76077051b40b07cfe621175a96cbf4e2df
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Fri Dec 15 01:43:59 2023 +0800

    Cradio: update default keymap (#22657)

    * Reduce copyright blurb
    * Change home row mod placing

commit afb821077b327148bd347064fce71eea8e8994fe
Author: azhizhinov <azhizhinov@mail.ru>
Date:   Thu Dec 14 10:43:22 2023 +0300

    [Keyboard] Add El Cantor HS (#22531)

    * Initial upload.

    Initial upload.

    * Update readme.md

    * Delete keyboards/elcantorhs/keymaps/zeromist directory

    * Adding folder for VIA.

    * Update readme.md

    * Update readme.md

    * Update readme.md

    * Update readme.md

    * Update readme.md

    * Update keymap.c

    * Update info.json

    * Update info.json

    * Update info.json

    * Update info.json

    * Update keymap.c

    * Update keymap.c

    * Update keymap.c

    * Update config.h

    * Update halconf.h

    * Update mcuconf.h

    * Create keymap.c

    * Update info.json

    * Update keyboards/elcantorhs/readme.md

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

    * Update keyboards/elcantorhs/info.json

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

    * Update keyboards/elcantorhs/info.json

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

    * Update keyboards/elcantorhs/info.json

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

    * Update keyboards/elcantorhs/rules.mk

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

    * Update keyboards/elcantorhs/info.json

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

    * Update keyboards/elcantorhs/config.h

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

    * Update readme.md

    * Update keyboards/elcantorhs/info.json

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

    * Update config.h

    * Update halconf.h

    * Update keymap.c

    * Update keymap.c

    * Update mcuconf.h

    * Update keyboards/elcantorhs/readme.md

    Yep. Can't say better. :-)

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

    * Update readme.md

    * Update keyboards/elcantorhs/config.h

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

    ---------

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

commit 4cdb19291fa2f509a842189cfbd350f0a8eb7afe
Author: Freather <72902384+CMMS-Freather@users.noreply.github.com>
Date:   Thu Dec 14 15:41:13 2023 +0800

    [Keyboard] Add fuji75 (#22158)

    * adding fuji75 pcb support

    adding fuji75 pcb support
    includes
    solder
    hotswap

    * Update keymap.c

    * Update keymap.c

    * Update keyboards/sakura_workshop/fuji75/fuji75.c

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

    * Update keyboards/sakura_workshop/fuji75/solder/readme.md

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

    * Update keyboards/sakura_workshop/fuji75/hotswap/readme.md

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

    * Update keyboards/sakura_workshop/fuji75/solder/readme.md

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

    * Update keyboards/sakura_workshop/fuji75/info.json

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

    * Update keyboards/sakura_workshop/fuji75/hotswap/readme.md

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

    * Delete keyboards/sakura_workshop/fuji75/config.h

    * Update keyboards/sakura_workshop/fuji75/solder/readme.md

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

    * Update keyboards/sakura_workshop/fuji75/hotswap/readme.md

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

    * update info.json

    update info.json per requested by @fauxpark
    reran qmk format-json

    ---------

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

commit c44a232c5763d77c2d6d11e88df8812e279efe01
Author: Joel Challis <git@zvecr.com>
Date:   Thu Dec 14 01:07:15 2023 +0000

    Remove invalid keymap from zos/65s (#22655)

    Default community layout is nameddefault_65_ansi_blocker so should never also be used at the keyboard level.

commit 357a10f6c8071b52d1731fd222a110f7c416eba5
Author: PixelSpaceStudio <106432218+PixelSpaceStudio@users.noreply.github.com>
Date:   Thu Dec 14 07:42:36 2023 +0800

    Add keyboard shadow80 (#22534)

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

commit 85a0da9a5584f8996f9dac64d534ed99d4e341f3
Author: ZOSKB <151298675+ZOSKB@users.noreply.github.com>
Date:   Thu Dec 14 07:41:26 2023 +0800

    [Keyboard] Add zos (#22491)

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

commit 71525fa1a23e10c9da494400d69c604362caeff9
Author: peepeetee <43021794+peepeetee@users.noreply.github.com>
Date:   Wed Dec 13 17:41:01 2023 -0600

    [Keyboard] minor Momokai Aurora bugfixes and RGB updates (#22486)

commit 9c93f3603454e8a81ba1b760c4247ecfb2ba0c2b
Author: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Date:   Wed Dec 13 23:19:49 2023 +0100

    [Bugfix] `qmk {compile, flash}` return code (#22639)

commit 68afa1ef0644b8000b936e3c43ba7431007a0844
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Wed Dec 13 19:40:33 2023 +0000

    [keyboard] Add Keycapsss 3w6_2040 (#22642)

    * initial commit

    * tidy info.json, add readme.md

    * correct license headers

    * fix some minor typos

    * additions to readme

    * try and conform to standards

    * remove duplicates from config.h

    * remove unneccessary line from rules.mk

    * further tidying

    * some small misses

    * some small misses

    * repair via keymap

    * actually fixed, d'oh

    * Update keyboards/keycapsss/3w6_2040/info.json

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

    * Update keyboards/keycapsss/3w6_2040/info.json

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

    * Update keyboards/keycapsss/3w6_2040/keymaps/default/keymap.c

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

    * Update keyboards/keycapsss/3w6_2040/info.json

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

    * Update keyboards/keycapsss/3w6_2040/keymaps/via/keymap.c

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

    * Update keyboards/keycapsss/3w6_2040/readme.md

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

    * remove via config.h

    ---------

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

commit ea56863e32243c52c847729bb8bbcafecb11728c
Author: Starry Knight <82652543+astarryknight@users.noreply.github.com>
Date:   Wed Dec 13 12:25:20 2023 -0500

    [Keyboard] add dude09 (#22648)

    * dude09 macropad files

    added to keyboards/handwired/starrykeebs/dude09

    * Update readme.md

    fixed imgur link

    * Update readme.md

    * Update readme.md

    * Update info.json

    formatting using qmk

    * Update config.h

    header

    * Update keymap.c

    header

    * Update keymap.c

    header

    * Update readme.md

    * Delete keyboards/handwired/starrykeebs/dude09/via.json

    not needed for QMK

    * Delete keyboards/handwired/starrykeebs/dude09/config.h

    empty file

    * Update info.json

    windows to unix le

    * Update keymap.c

    windows to unix le

    * Update keymap.c

    windows to unix le

    * Update readme.md

    windows to unix le

    * fixed new line windows to unix

    * Update info.json

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

    * Update readme.md

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

    * Update readme.md

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

    * Update info.json

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

    * Update keyboards/handwired/starrykeebs/dude09/keymaps/via/rules.mk

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

    * Update keyboards/handwired/starrykeebs/dude09/rules.mk

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

    * Update readme.md

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

    ---------

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

commit cf3c8a2138c2508af33fbf77e16cdeba0b6f86d6
Author: xoedusk <xoedusk@gmail.com>
Date:   Tue Dec 12 18:25:55 2023 -0800

    Give definition of 'CLI' for new users (#22647)

commit d95182f5b5065948261c08e5515cb8eccd4bd8cc
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Tue Dec 12 16:46:00 2023 +0000

    [documentation] QMK migrate docs patch (#22646)

commit 9c857728c6e9df2f72b3b7ab22b43e85fc06030d
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Tue Dec 12 17:31:36 2023 +0800

    [Keyboard] Add meetlab/kalice (#22207)

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit 1c68cd09b8c037ba8c45d541dccdd2c7b4490bd2
Author: Marek128b <58476072+Marek128b@users.noreply.github.com>
Date:   Tue Dec 12 09:48:59 2023 +0100

    [Keyboard] add ergosplit44 v1 (#22344)

    Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
    Co-authored-by: jack <0x6a73@protonmail.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>

commit e2d6187339b5c723be358d5fb73533e384602c06
Author: jpe230 <pablin.123.ra@gmail.com>
Date:   Tue Dec 12 02:48:24 2023 -0600

    [Keyboard] Add Big Knob board (#22292)

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

commit c4a2bea0e6aac51b8c0806f31614383e267eb1d7
Author: TW59420 <40019210+TW59420@users.noreply.github.com>
Date:   Tue Dec 12 11:21:09 2023 +0800

    [Keyboard] add mmk_3 (#22569)

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

commit ae6f6c3365452bfa27b451b9ca981d6a4c93c1c2
Author: rhmokey <57172003+rhmokey@users.noreply.github.com>
Date:   Tue Dec 12 11:06:42 2023 +0800

    [Keyboard] add luckycat70 (#22622)

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

commit 7ae0f7caf1fecd9eddf959e3283b8fa577043eca
Author: Marc Nause <marc.nause@audioattack.de>
Date:   Tue Dec 12 04:02:28 2023 +0100

    Fix compile error in VLC keymap for Anavi Macropad8 (#22644)

commit e6b53af38e0409fea0e0883d8fcddc4fbbe6b5c2
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Tue Dec 12 11:00:26 2023 +0800

    [Keyboard] Add ENTER80 (#22632)

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit 432789dc226e7c35440838843589e556ae1e3314
Author: kopibeng <52724926+kopibeng@users.noreply.github.com>
Date:   Tue Dec 12 10:12:03 2023 +0800

    [Keyboard] Add KLC x TGR Lena (#22629)

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

commit ae18481f50393f1cebdf60ef70ffa8d1b2821054
Author: kopibeng <52724926+kopibeng@users.noreply.github.com>
Date:   Mon Dec 11 17:07:26 2023 +0800

    Add MNK60_STM32 (#22429)

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

commit 0f341dfdd3e6de3c0a137dae8bbe2223e817c901
Author: Joel Challis <git@zvecr.com>
Date:   Fri Dec 8 09:55:24 2023 +0000

    Fix TARGET when using converters (#22591)

commit a09fdd419071fd15ae115706974f5eb22ae03698
Author: spacehangover <51838046+spacehangover@users.noreply.github.com>
Date:   Fri Dec 8 00:43:16 2023 -0300

    WWA Keyboards (#22612)

commit 897e33599ea586e2ce1dbe59fd6fd3b5e64467a4
Author: Joel Challis <git@zvecr.com>
Date:   Fri Dec 8 00:14:42 2023 +0000

    Drop LED fixes (#22624)

commit a4f990a431f5480d387700ba73b729c4aec2d40c
Author: jack <0x6A73@pm.me>
Date:   Thu Dec 7 13:25:46 2023 -0700

    Fixup helix/rev3_5rows (#22623)

commit 834fb0b1fe47d20aac27eda39f165b96fe4ddaa6
Author: yiancar <yiangosyiangou@cytanet.com.cy>
Date:   Wed Dec 6 17:39:59 2023 +0000

    [Keyboard] Add Argyle (#22607)

    * Argyle initial commit

    * Update config.h

    * Update config.h

    * fixed

    * Use json

    * Update keyboards/argyle/info.json

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

    * Update keyboards/argyle/info.json

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

    * Update keyboards/argyle/info.json

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

    * Update keyboards/argyle/readme.md

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

    * Update keyboards/argyle/info.json

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

    * Update keyboards/argyle/keymaps/via/rules.mk

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

    * Update keyboards/argyle/keymaps/iso/keymap.c

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

    * Update keyboards/argyle/info.json

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

    * Update info.json

    * format json

    * Update keyboards/argyle/rules.mk

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

    * Update keyboards/argyle/info.json

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

    * Update keyboards/argyle/readme.md

    Co-authored-by: Tom Barnes <barnestom@me.com>

    ---------

    Co-authored-by: yiancar <yiancar@gmail.com>
    Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Tom Barnes <barnestom@me.com>

commit 5ddbf60f3844250af95364f3197a905d71ccced9
Author: leah-splitkb <103112489+leah-splitkb@users.noreply.github.com>
Date:   Wed Dec 6 17:27:52 2023 +0100

    Fix RGB Matrix max brightness for several splitkb.com keyboards (#22621)

commit 958215e9d653966cea9f67644948c46a83a82b07
Author: Sergey Vlasov <sigprof@gmail.com>
Date:   Wed Dec 6 09:59:42 2023 +0300

    Fix more `qmk generate-api` fallout from userspace support (#22619)

commit f1043e3a92c8c0529357b5e5628cdf986ce39837
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Dec 6 15:55:35 2023 +1100

    Fix JSON keymap URLs generated by the API (#22618)

commit c7eb95219800d92bcc3b0fbd1f41484907c627d7
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Tue Dec 5 22:51:59 2023 -0500

    [Keyboard] fruitykeeb/fruitbar/r1 (#22616)

    Co-authored-by: Brandon Lewis <bslewis00@gmail.com>

commit 6c2c211d8a12ecae47881a898c89275113ee92fc
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Wed Dec 6 11:34:36 2023 +0800

    [Keyboard] Add Relapse-KB OR87 (#22458)

    * Add relapsekb h87nu

    * Change name

    * Add missing license headers

    * Apply suggestions from code review

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

    * Remove config.h

    * Update keyboards/relapsekb/or87/readme.md

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

    ---------

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

commit aa8e2065f17de51d99769e15d2879719b9475ef2
Author: Ivan Gromov <38141348+key10iq@users.noreply.github.com>
Date:   Wed Dec 6 02:52:19 2023 +0400

    [Keyboard] Add kt60HS-T (#22413)

    * Create keymap.c

    * Create keymap.c

    * Create rules.mk

    * Add files via upload

    * Update keyboards/keyten/kt60hs_t/keymaps/default/keymap.c

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

    * Update keyboards/keyten/kt60hs_t/readme.md

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

    * Update keyboards/keyten/kt60hs_t/info.json

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

    * Update keyboards/keyten/kt60hs_t/keymaps/via/keymap.c

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

    * Update keyboards/keyten/kt60hs_t/readme.md

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

    * Update keyboards/keyten/kt60hs_t/info.json

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

    * Update info.json after qmk format-json

    * Update keymap.c

    * Update keymap.c

    * Update keymap.c

    * Update keymap.c

    * Update keyboards/keyten/kt60hs_t/info.json

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

    * Update keyboards/keyten/kt60hs_t/readme.md

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

    ---------

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

commit 87eaab600c47441651d864a45818b5fcc7e46a26
Author: atti <18576384+at6ue@users.noreply.github.com>
Date:   Wed Dec 6 04:06:06 2023 +0900

    Fixed non-executable codes in the documentation (#22600)

commit 0d36977f3ea0c7c7cf18a4a3825c5ca35d828f84
Author: leah-splitkb <103112489+leah-splitkb@users.noreply.github.com>
Date:   Tue Dec 5 16:41:02 2023 +0100

    Fix Helix encoder direction (#22614)

commit bba5c14933274d47c88140106de13b1ce9391b01
Author: Joel Challis <git@zvecr.com>
Date:   Tue Dec 5 13:32:07 2023 +0000

    Avoid exceptions when layouts contain OOB matrix values (#22609)

commit 229633395b8b76732ee8c1502059d8cdf406ea92
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Tue Dec 5 03:30:28 2023 -0500

    [Keyboard] eyeohdesigns/humble40 (#22421)

    Co-authored-by: joedinkle <eodkeyboards@gmail.com>

commit 8236f59fa3970a3744e0eff6f561ab48e27dd731
Author: Markus Knutsson <markus.knutsson@tweety.se>
Date:   Tue Dec 5 09:30:07 2023 +0100

    [Keyboard] Add Chameleon keyboard (#22427)

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

commit eb0ce41e78cb858d895dbbdda5026aab98cf7d02
Author: Dam Vu Duy <RyanDam@users.noreply.github.com>
Date:   Tue Dec 5 15:29:12 2023 +0700

    [Keyboard] Add Coban Pad 9A (#22456)

commit 65fb7224d5bf33e5f1f9d91c156b196082dc97c3
Author: MakotoKurauchi <pluis@me.com>
Date:   Tue Dec 5 17:19:24 2023 +0900

    [Keyboard][Helix] enable encoder map (#22488)

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

commit 6fb9de6cbbb29a674638f603b7c03b47b4c52130
Author: Leon Anavi <leon@anavi.org>
Date:   Tue Dec 5 08:43:14 2023 +0100

    [Keyboard] Add ANAVI Arrows (#22454)

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

commit 61708d60fbc8f23597b697a2e18163c6dc9003c7
Author: kopibeng <52724926+kopibeng@users.noreply.github.com>
Date:   Tue Dec 5 15:14:52 2023 +0800

    Update MNK65_STM32 (#22430)

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

commit 6973d6d053ec7ab70584147c6a82a4ce1481e95e
Author: Wilhelm Schuster <ws@rot13.io>
Date:   Tue Dec 5 06:56:19 2023 +0100

    Fix AD5258 I2C address for Leopold keyboards (#22554)

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

commit b9a3bdb982abe1905e6c3ecb55c0e6344f95495b
Author: Bram Inniger <bram@inniger.be>
Date:   Tue Dec 5 07:19:14 2023 +0200

    [Keyboard] Fix oled layer display order for Aurora boards (#22521)

commit 88653c53ed4062b36a8b304244fca1a470224118
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Mon Dec 4 22:53:42 2023 -0500

    [Keyboard] fruitykeeb/fruitbar/r2 (#22580)

    Co-authored-by: ojthetiny <ba6sti6@gmail.com>

commit 74ae2286a6d8603394a87f147128053cdcd17270
Author: Duncan Sutherland <dunk2k_2000@hotmail.com>
Date:   Mon Dec 4 23:30:02 2023 +0000

    Fix erroneous commas in `info.json` files (#21712)

commit 525fe9be96d2f295292c84cda12a8ec498c6e429
Author: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Date:   Tue Dec 5 02:55:34 2023 +0800

    [Keyboard] Add TG67 (#22592)

    Co-authored-by: “yuezp” <“yuezpchn@126.com”>

commit 6042094c7549d7fda4f1e749d5b3652c2f442974
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 4 15:53:03 2023 +0000

    Pin actions/labeler to v4

commit c3773587e910f80c063a3edcaaefa76d3d844157
Author: yiancar <yiangosyiangou@cytanet.com.cy>
Date:   Mon Dec 4 08:57:28 2023 +0000

    Add Event Horizon Keyboard (#22515)

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

commit 131811b3d7361c63d0166225b7c6b730f26f4d08
Author: Joel Challis <git@zvecr.com>
Date:   Mon Dec 4 03:07:14 2023 +0000

    Initial support for CSTM65 (#22513)

commit c1b385ce0f96715b9ef030550ce277bca154803e
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Dec 4 12:04:21 2023 +1100

    Sort defaults.hjson (#22587)

commit 33ff722ec8ea4808ce9dc6fe8bb6b150fbdf0d3b
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Dec 4 12:04:09 2023 +1100

    Sort definitions.jsonschema (#22588)

commit 8895b135833b91efd987ac32e46d4c6e1f918b77
Author: jack <0x6A73@pm.me>
Date:   Sun Dec 3 17:57:42 2023 -0700

    Documentation regarding user code removal/acceptance (#22507)

commit 37c2dd7c651764dd72882d891d21b490577f2bb9
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Sun Dec 3 01:26:53 2023 +0000

    Helix rev3_5rows rgbmatrix patch (#22594)

commit 98f4e9b837a8430301868da8df10b41405d170e0
Author: Joel Challis <git@zvecr.com>
Date:   Sat Dec 2 23:58:12 2023 +0000

    Fix `qmk doctor` not finding binaries on Windows (#22593)

commit 01eed8d5d8dc82703b769206c5c08d07a6042b7b
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Dec 3 09:46:37 2023 +1100

    Dedup the list of tested userspace paths. (#22599)

commit b68e89f8466d6b0f33543a34db84acdbae46f734
Author: Purdea Andrei <andrei@purdea.ro>
Date:   Sat Dec 2 23:50:34 2023 +0200

    Don't print error message when there are no row pins and no col pins (#20104)

    * Don't print error message when there are no row pins and no col pins

    This error message could be triggered for example if MATRIX_IO_DELAY is
    configured in config.h, but the matrix is a custom one. The custom matrix
    can still call back to existing delay functions that make use of the
    MATRIX_IO_DELAY macro. In this case 'matrix_pins' in info_data will be true,
    but there will be no 'direct' 'cols' or 'rows' in info_data['matrix_pins'],
    and without this commit it would trigger an invalid error.

    * Update lib/python/qmk/info.py

    Co-authored-by: Nick Brassel <nick@tzarc.org>

    ---------

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Nick Brassel <nick@tzarc.org>
DenisDBA added a commit to DenisDBA/qmk_iris that referenced this pull request Feb 17, 2024
* Migrate some common features to generic (#22403)

* Update layer state of Lily58 from 'Default' to 'Base' (#22397)

* Add SNES Macropad keyboard (#22377)

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

* Update gregandcin/teaqueen (#22402)

* [Keyboard] Add alpaca/wfeclipse (#22230)

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

* LED drivers: clean up `SWx`/`CSy` pullup/down resistor config (#22381)

* Infer LED DRIVER_COUNT from configured addresses (#22311)

* Add Ploopy Madromys mouse (#21989)

Added PloopyCo madromys/adept mouse
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add MariOrion v2.5 (#22273)

* Pushed MariOrion v2.5 to the branch. Prod and proto version added.

* Pushed MariOrion v2.5 to the branch. Prod and proto version added.

* Proper addition of layout options

Addition of split bs rshift tsangan layout options.

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

* Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25

* Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c

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

* Update keyboards/mariorion_v25/proto/keymaps/default/keymap.c

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

* Updated readme.md with more information regarding make commands, and proto vs prod.

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c

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

* Update keyboards/mariorion_v25/prod/keymaps/default/keymap.c

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

* Update keyboards/mariorion_v25/prod/info.json

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

* Amended some changes to info.json - community layouts changed from scope to array.

* Update keyboards/mariorion_v25/readme.md

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

* Revert keyboards/gray_studio/think65/solder/solder.c

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

* Revert keyboards/gray_studio/think65/solder/solder.c

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

* Revert keyboards/gray_studio/think65/solder/solder.c

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

* Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25)

* Revert keyboards/gray_studio/think65/solder/solder.c

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

* Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25)

* Update keyboards/mariorion_v25/proto/info.json

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

* Update keyboards/mariorion_v25/rules.mk

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

* Update keyboards/mariorion_v25/proto/info.json

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

* Update keyboards/mariorion_v25/proto/info.json

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

* Update keyboards/mariorion_v25/proto/info.json

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

* Update keyboards/mariorion_v25/prod/info.json

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

* Update keyboards/mariorion_v25/prod/info.json

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

* Update keyboards/mariorion_v25/prod/info.json

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

* Update keyboards/mariorion_v25/prod/info.json

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

* Revert keyboards/gray_studio/think65/solder/solder.c

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

* Update keyboards/mariorion_v25/matrix_diagram.md

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

* Update keyboards/mariorion_v25/readme.md

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

* Update keyboards/mariorion_v25/readme.md

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

* Update keyboards/mariorion_v25/readme.md

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

* Update keyboards/mariorion_v25/readme.md

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

* Update keyboards/mariorion_v25/readme.md

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

* Update keyboards/mariorion_v25/proto/mariorion_v25.c

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

* Update keyboards/mariorion_v25/prod/mariorion_v25.c

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

* Pushed new info.json and keymap.c files.

* Pushed new info.json and keymap.c files.

* Fixes to LED driver wrt PWM definitions with STM.

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c

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

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c

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

* Update keyboards/mariorion_v25/prod/info.json

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

* Update keyboards/mariorion_v25/prod/mariorion_v25.c

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

* Update keyboards/mariorion_v25/proto/info.json

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

* Update keyboards/mariorion_v25/proto/config.h

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

* Update keyboards/mariorion_v25/proto/mariorion_v25.c

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

* Update keyboards/mariorion_v25/proto/mariorion_v25.c

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

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c

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

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c

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

* Committing a details update to readme.md.

* Committing a details update to readme.md.

* Update keyboards/mariorion_v25/prod/config.h

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

* Update keyboards/mariorion_v25/prod/mariorion_v25.c

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

* Revert "Committing a details update to readme.md."

This reverts commit 068a82a1fcf1996d87f7f97a10e9f5fbbee79a29.

* Committing a details update to readme.md.

* Update keyboards/mariorion_v25/halconf.h

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

* Update keyboards/mariorion_v25/mcuconf.h

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

* Update keyboards/mariorion_v25/prod/config.h

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

* Update keyboards/mariorion_v25/proto/config.h

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

* Update keyboards/mariorion_v25/halconf.h

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

* Production pictures replacing the standard ones in the readme.md :)

* waffle87 requests bundled:
- Licence headers added
- Codeblocked matrix_diagram.md
- Consolidated files where possible
- Removed excess from config.h

---------

Co-authored-by: toril940 <anastasialucas940@hotmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* snled27351: fix missing `i2c_init()` (#22446)

* Fixup snes_macropad on develop (#22444)

* Add `qmk license-check` developer-level CLI command. (#22075)

* fix: make clicky delay silent (#21866)

* add 5087 keyboard (#20557)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* studiokestra/line_tkl: correct layout data (#22455)

* fix `layouts` data

* add EoF

* [Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (#22432)

* [Keyboard] Change default implementation for get_layer_name_user

Will now show the layer number instead of "Unknown", since this is
what will be shown if QMK Configurator is used to compile the
firmware.

* [Keyboard] Update the layout info

This makes it look sort of like a macropad + gamepad rather than an 4x6
ortholinear keyboard.

* [Keyboard] Fix default implementation of get_layer_name_user

Based on feedback from code review the implementation was swapped in
favor of using get_u8_str. This implied a change to the argument type
from int to uint8_t, which cascaded into the existing keymaps. (This
made sense in general, since the return type of get_highest_layer is
also a uint8_t.)

* Slight refactor of joystick axis type into typedef (#22445)

* Remove requirement for `keymap_steno.h` include in keymaps (#22423)

* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being

* Generalise ADC driver source inclusion (#22448)

* add `68_ansi` Community Layout to nebula68b (#22433)

* Fix typos: key-modifer→key-modifier and interacton→interaction (#22464)

* chibios: disable RWX segment warning on newer GNU lds (#22007)

* Migrate some EEPROM config to info.json (#22434)

* Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469)

This reverts commit de3c42125b661f62757f8ee4f6184c089340d3a0.

* chibios: disable RWX segment warning on newer GNU lds (#22471)

* Bs equals (#21690)

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

* Update stale.yml (#22473)

* Update stale.yml

* [Keyboard] Add Eden (#22467)

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

* CLI refactoring for common build target APIs (#22221)

* Add leonardo build target for leonardo + usb2.0 shield based projects (#22243)

* [Keyboard] Add dnworks 997pt3 (#22466)

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

* [Doc] Improve converter references (#21801)

* `qmk find`: Fix failure with multiple filters (#22497)

When multiple `-f FILTER` options were specified, `qmk find` did not
return anything at all instead of printing the list of entries that
matched all of the specified filters.

The problem was that the statement in `_filter_keymap_targets()` that
filled `targets` had a wrong indent and therefore was executed for every
filter instead of only once after applying all filters, and
`valid_keymaps` was actually an iterator and therefore could be used
only once.  Moving the statement outside of the loop fixes the problem.

* Enable linking of encoders to switch within layout macros (#22264)

* LED drivers: register naming cleanups (#22436)

* Azoteq IQS5xx support (#22280)

* Fix `qmk find` failure due to circular imports (#22523)

There was an import cycle in the Python modules:

  - `qmk.build_targets` imported `qmk.cli.generate.compilation_database`;
  - importing `qmk.cli.generate.compilation_database` requires
    initializing `qmk.cli` first;
  - the initialization of `qmk.cli` imported the modules for all CLI
    commands;
  - `qmk.cli.compile` imported `qmk.build_targets`.

This cycle did not matter in most cases, because `qmk.cli` was imported
first, and in that case importing `qmk.cli.generate.compilation_database`
did not trigger the initialization of `qmk.cli` again.  However, there was
one corner case when `qmk.bulld_targets` was getting imported first:

  - The `qmk find` command uses the `multiprocessing` module.
  - The `multiprocessing` module uses the `spawn` start method on macOS
    and Windows.
  - When the `spawn` method is used, the child processes initialize
    without any Python modules loaded, and the required modules are loaded
    on demand by the `pickle` module when receiving the serialized objects
    from the main process.

The result was that the `qmk find` command did not work properly on macOS
(and probably Windows too); it reported exceptions like this:

    ImportError: cannot import name 'KeyboardKeymapBuildTarget' from partially initialized module 'qmk.build_targets' (most likely due to a circular import)

Moving the offending `qmk.cli.generate.compilation_database` import into
the method which actually uses it fixes the problem.

* CLI parallel search updates (#22525)

* Move BACKLIGHT_PWM_PERIOD to correct docs section (#22480)

* [CLI] Remove duplicates from search results (#22528)

* Add simpler method for relocating functions to RAM. (#21804)

* Migrate some dip switch config to info.json (#22437)

* Remove unnecessary driver counts (#22435)

* [Keyboard] darkproject/kd83a_bfg_edition (#18416)

* Add files via upload

* [keyboard]

* [Keyboard]

* Delete flash_spi.c

* Delete flash_spi.h

* Delete wb32_spi_master.c

* Delete wb32_spi_master.h

* [Keyboard]

* Resolved requested changes

* Resolved requested changes

* Changed rules.mk file accordingly.

* Resolved changes accordingly.

* Update config.h file and rules.mk file

* Removed eeprom_flash.c file

* Update default/keymap.c file

* Delete keyboards/darkproject/kd83a_bfg_edition directory

* Add keyboard

* Add keyboard

* Delete darkproject/kd83a_bfg_edition directory

* Resolved Changes

* Resolved requested changes

* keyboard

* Add keyboard

* Delete keyboard

* Add keyboard

* Delete keyboards/darkproject/kd87a_bfg_edition directory

* update keymap.c file

* update via/keymap.c, config.h and kd83a_bfg_edition.c files

* Delete keymap.c

* Update via/keymap.c, config.h and kd83a_bfg_edition.c files

* update config.h file

* update keymap.c file

* update keymap.c file

* update config.h

* update kd83a_bfg_edition.c

* Resolved requested changes.

* Delete folder which was added accidentally.

* Update keyboards/darkproject/kd83a_bfg_edition/config.h

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/info.json

* Update keyboards/darkproject/kd83a_bfg_edition/rules.mk

* Update keyboards/darkproject/kd83a_bfg_edition/info.json

* update info.json file

* update config.h file

* Updated requested changes

* update readme.md

* Resolved requested changes

* Update info.json file

* Delete kd83a_bfg_edition.h

* Delete readme.md in default folder

* Update info.json file

* update info.json

* Updated changes

* Updated changes

* Resolved requested changes

* Resolved requested changes

* DC60: Fix 2u Backspace Support (#22533)

* V-USB: Add generic `send_report()` function (#22323)

* V-USB: implement NKRO (#22398)

* Improve and Cleanup Shutdown callbacks (#21060)

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>

* Cater for ECC failures in EFL wear-leveling. (#19749)

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

* New RGB Animations - 4 "Starlight" Animation Variations (#22212)

* Stub out community layout directory structure (#22545)

* Remove userspace keymaps (#22544)

* Remove symbolic linked userspace folder (#22548)

* Fix missed shutdown callbacks (#22549)

* QMK Userspace (#22222)

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

* `develop` 2023q4 changelog (#22552)

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

* Remove notice about `develop`.

* Attempt to fix configurator. (#22555)

* Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#22559)

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

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

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

* Small QP surface docs update (#22567)

* Fixup compilation with `qmk compile -kb zzz -km all`. (#22568)

* [Doc]: Correct Markdown syntax errors. (#22511)

* cablecardesigns/phoenix: correct layout data (#22517)

* add tokki (#22463)

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

* Add ScottoWing handwired keyboard (#22506)

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

* Add Magnum Ergo 1 by dark (#22139)

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

* Add Smith and Rune Magnus (#22153)

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

* Fixup `--no-temp` for `qmk mass-compile`. (#22582)

* nullbitsco/snap: reduce size of bongo_reactive (#22571)

* revoke community_layouts from keebio/wtf60 (#22502)

* add keyboard bestway (#22498)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Fix animation range on M75H (#22586)

* Fix a bunch of CLI warnings (#22589)

* Don't print error message when there are no row pins and no col pins (#20104)

* Don't print error message when there are no row pins and no col pins

This error message could be triggered for example if MATRIX_IO_DELAY is
configured in config.h, but the matrix is a custom one. The custom matrix
can still call back to existing delay functions that make use of the
MATRIX_IO_DELAY macro. In this case 'matrix_pins' in info_data will be true,
but there will be no 'direct' 'cols' or 'rows' in info_data['matrix_pins'],
and without this commit it would trigger an invalid error.

* Update lib/python/qmk/info.py

Co-authored-by: Nick Brassel <nick@tzarc.org>

---------

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>

* Dedup the list of tested userspace paths. (#22599)

* Fix `qmk doctor` not finding binaries on Windows (#22593)

* Helix rev3_5rows rgbmatrix patch (#22594)

* Documentation regarding user code removal/acceptance (#22507)

* Sort definitions.jsonschema (#22588)

* Sort defaults.hjson (#22587)

* Initial support for CSTM65 (#22513)

* Add Event Horizon Keyboard (#22515)

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

* Pin actions/labeler to v4

* [Keyboard] Add TG67 (#22592)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Fix erroneous commas in `info.json` files (#21712)

* [Keyboard] fruitykeeb/fruitbar/r2 (#22580)

Co-authored-by: ojthetiny <ba6sti6@gmail.com>

* [Keyboard] Fix oled layer display order for Aurora boards (#22521)

* Fix AD5258 I2C address for Leopold keyboards (#22554)

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

* Update MNK65_STM32 (#22430)

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

* [Keyboard] Add ANAVI Arrows (#22454)

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

* [Keyboard][Helix] enable encoder map (#22488)

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

* [Keyboard] Add Coban Pad 9A (#22456)

* [Keyboard] Add Chameleon keyboard (#22427)

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

* [Keyboard] eyeohdesigns/humble40 (#22421)

Co-authored-by: joedinkle <eodkeyboards@gmail.com>

* Avoid exceptions when layouts contain OOB matrix values (#22609)

* Fix Helix encoder direction (#22614)

* Fixed non-executable codes in the documentation (#22600)

* [Keyboard] Add kt60HS-T (#22413)

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Add files via upload

* Update keyboards/keyten/kt60hs_t/keymaps/default/keymap.c

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

* Update keyboards/keyten/kt60hs_t/readme.md

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

* Update keyboards/keyten/kt60hs_t/info.json

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

* Update keyboards/keyten/kt60hs_t/keymaps/via/keymap.c

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

* Update keyboards/keyten/kt60hs_t/readme.md

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

* Update keyboards/keyten/kt60hs_t/info.json

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

* Update info.json after qmk format-json

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keyboards/keyten/kt60hs_t/info.json

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

* Update keyboards/keyten/kt60hs_t/readme.md

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

---------

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

* [Keyboard] Add Relapse-KB OR87 (#22458)

* Add relapsekb h87nu

* Change name

* Add missing license headers

* Apply suggestions from code review

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

* Remove config.h

* Update keyboards/relapsekb/or87/readme.md

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

---------

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

* [Keyboard] fruitykeeb/fruitbar/r1 (#22616)

Co-authored-by: Brandon Lewis <bslewis00@gmail.com>

* Fix JSON keymap URLs generated by the API (#22618)

* Fix more `qmk generate-api` fallout from userspace support (#22619)

* Fix RGB Matrix max brightness for several splitkb.com keyboards (#22621)

* [Keyboard] Add Argyle (#22607)

* Argyle initial commit

* Update config.h

* Update config.h

* fixed

* Use json

* Update keyboards/argyle/info.json

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

* Update keyboards/argyle/info.json

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

* Update keyboards/argyle/info.json

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

* Update keyboards/argyle/readme.md

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

* Update keyboards/argyle/info.json

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

* Update keyboards/argyle/keymaps/via/rules.mk

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

* Update keyboards/argyle/keymaps/iso/keymap.c

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

* Update keyboards/argyle/info.json

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

* Update info.json

* format json

* Update keyboards/argyle/rules.mk

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

* Update keyboards/argyle/info.json

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

* Update keyboards/argyle/readme.md

Co-authored-by: Tom Barnes <barnestom@me.com>

---------

Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Tom Barnes <barnestom@me.com>

* Fixup helix/rev3_5rows (#22623)

* Drop LED fixes (#22624)

* WWA Keyboards (#22612)

* Fix TARGET when using converters (#22591)

* Add MNK60_STM32 (#22429)

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

* [Keyboard] Add KLC x TGR Lena (#22629)

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

* [Keyboard] Add ENTER80 (#22632)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Fix compile error in VLC keymap for Anavi Macropad8 (#22644)

* [Keyboard] add luckycat70 (#22622)

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

* [Keyboard] add mmk_3 (#22569)

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

* [Keyboard] Add Big Knob board (#22292)

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

* [Keyboard] add ergosplit44 v1 (#22344)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add meetlab/kalice (#22207)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* [documentation] QMK migrate docs patch (#22646)

* Give definition of 'CLI' for new users (#22647)

* [Keyboard] add dude09 (#22648)

* dude09 macropad files 

added to keyboards/handwired/starrykeebs/dude09

* Update readme.md

fixed imgur link

* Update readme.md

* Update readme.md

* Update info.json

formatting using qmk

* Update config.h

header

* Update keymap.c

header

* Update keymap.c

header

* Update readme.md

* Delete keyboards/handwired/starrykeebs/dude09/via.json

not needed for QMK

* Delete keyboards/handwired/starrykeebs/dude09/config.h

empty file

* Update info.json

windows to unix le

* Update keymap.c

windows to unix le

* Update keymap.c

windows to unix le

* Update readme.md

windows to unix le

* fixed new line windows to unix

* Update info.json

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

* Update readme.md

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

* Update readme.md

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

* Update info.json

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

* Update keyboards/handwired/starrykeebs/dude09/keymaps/via/rules.mk

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

* Update keyboards/handwired/starrykeebs/dude09/rules.mk

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

* Update readme.md

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

---------

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

* [keyboard] Add Keycapsss 3w6_2040 (#22642)

* initial commit

* tidy info.json, add readme.md

* correct license headers

* fix some minor typos

* additions to readme

* try and conform to standards

* remove duplicates from config.h

* remove unneccessary line from rules.mk

* further tidying

* some small misses

* some small misses

* repair via keymap

* actually fixed, d'oh

* Update keyboards/keycapsss/3w6_2040/info.json

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

* Update keyboards/keycapsss/3w6_2040/info.json

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

* Update keyboards/keycapsss/3w6_2040/keymaps/default/keymap.c

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

* Update keyboards/keycapsss/3w6_2040/info.json

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

* Update keyboards/keycapsss/3w6_2040/keymaps/via/keymap.c

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

* Update keyboards/keycapsss/3w6_2040/readme.md

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

* remove via config.h

---------

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

* [Bugfix] `qmk {compile, flash}` return code (#22639)

* [Keyboard] minor Momokai Aurora bugfixes and RGB updates (#22486)

* [Keyboard] Add zos (#22491)

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

* Add keyboard shadow80 (#22534)

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

* Remove invalid keymap from zos/65s (#22655)

Default community layout is nameddefault_65_ansi_blocker so should never also be used at the keyboard level.

* [Keyboard] Add fuji75 (#22158)

* adding fuji75 pcb support

adding fuji75 pcb support
includes
solder
hotswap

* Update keymap.c

* Update keymap.c

* Update keyboards/sakura_workshop/fuji75/fuji75.c

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

* Update keyboards/sakura_workshop/fuji75/solder/readme.md

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

* Update keyboards/sakura_workshop/fuji75/hotswap/readme.md

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

* Update keyboards/sakura_workshop/fuji75/solder/readme.md

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

* Update keyboards/sakura_workshop/fuji75/info.json

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

* Update keyboards/sakura_workshop/fuji75/hotswap/readme.md

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

* Delete keyboards/sakura_workshop/fuji75/config.h

* Update keyboards/sakura_workshop/fuji75/solder/readme.md

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

* Update keyboards/sakura_workshop/fuji75/hotswap/readme.md

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

* update info.json

update info.json per requested by @fauxpark
reran qmk format-json

---------

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

* [Keyboard] Add El Cantor HS (#22531)

* Initial upload.

Initial upload.

* Update readme.md

* Delete keyboards/elcantorhs/keymaps/zeromist directory

* Adding folder for VIA.

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update keymap.c

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update config.h

* Update halconf.h

* Update mcuconf.h

* Create keymap.c

* Update info.json

* Update keyboards/elcantorhs/readme.md

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

* Update keyboards/elcantorhs/info.json

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

* Update keyboards/elcantorhs/info.json

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

* Update keyboards/elcantorhs/info.json

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

* Update keyboards/elcantorhs/rules.mk

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

* Update keyboards/elcantorhs/info.json

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

* Update keyboards/elcantorhs/config.h

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

* Update readme.md

* Update keyboards/elcantorhs/info.json

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

* Update config.h

* Update halconf.h

* Update keymap.c

* Update keymap.c

* Update mcuconf.h

* Update keyboards/elcantorhs/readme.md

Yep. Can't say better. :-)

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

* Update readme.md

* Update keyboards/elcantorhs/config.h

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

---------

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

* Cradio: update default keymap (#22657)

* Reduce copyright blurb
* Change home row mod placing

* Bump actions/upload-artifact from 3 to 4 (#22661)

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

* Bump tj-actions/changed-files from 39 to 40 (#22338)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v39...v40)

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

* Add Reverb keyboard. (#22387)

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

* Initial (#22671)

* Enable Link Time Optimization for Lily58 Default Keymap (#22476)

* enable LTO for Lily58 Default keymap

* remove NKRO from lily58 default

* Add Scotto61 handwired keyboard (#22666)

* Add Scotto61 handwired keyboard

* qmk format info.json

* [Keyboard] Add Mode Tempo PCB's (#22550)

* Add mode 60 PCB's

* Update Licenses

* Unify Vendor name cross other projects

* Move pin description from Config to Info.json

* Replace WS2812 driver with PWM

* Update keyboards/mode/m60h/config.h

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

* Update keyboards/mode/m60h_f/config.h

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

* Update keyboards/mode/m60h/readme.md

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

* Update keyboards/mode/m60s/config.h

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

* Update keyboards/mode/m60s/readme.md

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

* Format info.json files

* replace link with images

* Fix spacings in Config file

* remove non essential file

* Update readme.md spacings

* Update readme.md Spacings

* Update readme.md

---------

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

* [Keyboard] Add Odin75 (#22650)

* Add Odin75

* Update keyboards/kbdfans/odin75/lib/bongocat.h

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

* Update keyboards/kbdfans/odin75/keymaps/via/keymap.c

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

* Update keyboards/kbdfans/odin75/halconf.h

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

* Update keyboards/kbdfans/odin75/keymaps/default/keymap.c

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

* Update keyboards/kbdfans/odin75/keymaps/via/keymap.c

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

* Update keyboards/kbdfans/odin75/odin75.c

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

* Update keyboards/kbdfans/odin75/keymaps/default/keymap.c

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

* Update keyboards/kbdfans/odin75/mcuconf.h

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

* Fix indentation

* Add back missing `return false;`

* Update keyboards/kbdfans/odin75/odin75.c

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

* Update keyboards/kbdfans/odin75/keymaps/via/keymap.c

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

* Update keyboards/kbdfans/odin75/keymaps/default/keymap.c

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

* Update keyboards/kbdfans/odin75/odin75.c

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

* Apply suggestions from code review

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

---------

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

* [Keyboard] Add kafka60 (#22659)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Add keyboard Ergo68 (#22677)

* Ergo68の追加

* 写真の追加

* fix build error

* Update keyboards/yushakobo/ergo68/readme.md

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

* Update keyboards/yushakobo/ergo68/keymaps/via/keymap.c

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

* config.h migrated to info.json

* Update keyboards/yushakobo/ergo68/info.json

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

* Update keyboards/yushakobo/ergo68/readme.md

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

* Update keyboards/yushakobo/ergo68/info.json

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

* Update keyboards/yushakobo/ergo68/keymaps/via/rules.mk

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

* Update keyboards/yushakobo/ergo68/keymaps/default/keymap.c

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

* Update keyboards/yushakobo/ergo68/keymaps/via/keymap.c

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

* Update keyboards/yushakobo/ergo68/info.json

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

* Update keyboards/yushakobo/ergo68/info.json

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

* Update keyboards/yushakobo/ergo68/info.json

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

---------

Co-authored-by: Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keymap Removal] Planck and related keymaps. (#22683)

* [Keyboard] Add Diablo (#22414)

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Add files via upload

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Add files via upload

* Update keymap.c

* Update keymap.c

* Update keyboards/keyten/diablo/keymaps/default/keymap.c

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

* Delete keyboards/keyten/kt60hs_t directory

* Update keyboards/keyten/diablo/readme.md

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

* Update keyboards/keyten/diablo/readme.md

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

* Update info.json

* Update info.json

* Update keymap.c

* Update keymap.c

* Update keyboards/keyten/diablo/info.json

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

* Update keyboards/keyten/diablo/info.json

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

---------

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

* [Keymap Removal] keebio/iris and related keymaps. (#22690)

* [Keyboard] Add doio KB19 (#22393)

* Add files via upload

* Update keyboards/doio/kb3x/config.h

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

* Update keyboards/doio/kb3x/info.json

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

* Update keyboards/doio/kb3x/keymaps/via/keymap.c

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

* Update keyboards/doio/kb3x/config.h

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

* Update keyboards/doio/kb3x/keymaps/default/keymap.c

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

* Update rules.mk

* Update info.json

* Update keyboards/doio/kb3x/info.json

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

* Update keyboards/doio/kb3x/rules.mk

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

* Add files via upload

* Update keyboards/doio/kb3x/info.json

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

* Update keyboards/doio/kb3x/config.h

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

* Delete keyboards/doio/kb3x/rules.mk

* Update keyboards/doio/kb3x/keymaps/default/keymap.c

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

* Update keyboards/doio/kb3x/keymaps/via/keymap.c

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

* Add KB19

* Delete keyboards/doio/kb3x directory

* format  info.json

* format info.json

* Create rules.mk

* Update rules.mk

* Update keyboards/doio/kb19/config.h

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

* Update info.json

* Update keymap.c

* Update keymap.c

* Delete keyboards/doio/kb19/config.h

* Update keyboards/doio/kb19/keymaps/via/keymap.c

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

* Update keyboards/doio/kb19/keymaps/default/keymap.c

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

---------

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

* [Keymap Removal] Preonic and related keymaps. (#22689)

* Remove obvious user keymaps, `keyboards/[0-9]*` edition. (#22691)

* Remove obvious user keymaps, `keyboards/a*` edition. (#22692)

* Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)

* Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)

* [Keymap Removal] Restore splitkb 'debug' keymaps (#22700)

* [Keymap Removal] tada68 and related keymaps. (#22699)

* [Keymap Removal] xiudi/xd75 and related keymaps. (#22698)

* [Keyboard] Add Deemen17 DE60FS (#22667)

* Add de60fs

* Update

* Add image

* Add line break for rules.mk

* Update keyboards/deemen17/de60fs/keymaps/default/keymap.c

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

* Update keyboards/deemen17/de60fs/info.json

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

* Remove readme of keymap folder

* Change to KC_RSFT

* Add Community Layout support

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

* Update keyboards/deemen17/de60fs/info.json

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

* Update keyboards/deemen17/de60fs/keymaps/default/keymap.c

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

* Update keyboards/deemen17/de60fs/keymaps/via/keymap.c

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

* Add description in readme

---------

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

* takashicompany: readme link correction (#22711)

Updated Github link

* [Keymap Removal] Restore mechboards mb_via keymaps. (#22723)

* [Bugfix] Manipulate deferred executor slot only if tokens match (#22722)

* [docs] - reword PR checklist for vendor keymaps/userspace changes (#22725)

* reword PR checklist for vendor keymaps/userspace changes

* clarify vendor keymaps slightly

* delete layout macro related line

* [Keyboard] Add redragon k617 port (#22410)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add Scotto108 handwired keyboard (#22720)

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

* [Keyboard] Fix Scotto61 Configurator Layout (#22718)

* [Keyboard] Add kafka68  (#22684)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Add Momokai Aurora Image (#22728)

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

* [Keyboard] Add darmoshark k3 (#21980)

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

* [Keyboard] add scorpio pcb (#22732)

* [Keyboard] Add Nuxros RE65 (#22078)

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

* [Keyboard] Add Noodlepad_Micro (#22703)

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

* bm40hsrgb/rev2: disable some RGB Matrix effects to reduce filesize (#22761)

* vendor keymaps-mechboards via updates (#22767)

* update mb_via keymaps to new naming for vendor keymaps

* missed a reference to old name, tidy crkbd readme, add lily58 readme

* fix typo

* fix typo

* delete shopify image

* [Keyboard] Add meetlab kafkasplit (#22756)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Waffling60 iso rev e (#22733)

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

* docs(skeletyl): fix readme instructions (#22791)

* Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (#22812)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v40...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

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

* Regenerate Files (#22821)

* Update keymap.md (#22834)

* [Keyboard] Add Nordic65 by KBnordic (#22817)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>

* [Keyboard] Add ScottoKatana handwired keyboard (#22805)

* Keychron Q1V1: fix incorrect 3733 address (#22852)

* Raise Circumflex from the grave in sendstring_french.h (#22285)

* Lotus 58 Glow - Added Auto shift to OLED, corrected OLED orientation (#22424)

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

* Fix user hook call for dynamic_macro_record_key (#22250)

* add pywinusb lib to list of example libs for HID (#22747)

* Added skiller_sgk50_s3 keyboard (#22382)

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

* Add more unwanted compilation output files to `.gitignore`. (#22894)

* [Keyboard] pi60rgb_v2 (#22156)

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

* add lets split v3 (#22465)

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

* Remove community layout from mode/m80*/m80*h (#22461)

* Added WT20-H1 (HIBI JUNIOR) (#22893)

* add Cycle8 (#22734)

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

* Add The Mad Noodle Udon13 (#22704)

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

* Add tac-k1 keyboard (#22522)

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

* Add Proteus67 keyboard (#22439)

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

* Bump tj-actions/changed-files from 41 to 42 (#22915)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42)

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

* Copy `compile_commands.json` to userspace, if in use. (#22925)

* Add Iris CE Rev. 1 (#22930)

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

* Add VIA support for Atreus62 (#22913)

Co-authored-by: Tommi Pääkkö <tommi.paakko@symbio.com>

* Move layout macro OOB checks to lint (#22610)

* Add lock indicators for KLC x TGR LENA (#22931)

* Fix missing joystick.h include (#22946)

* Workaround for dfu-programmer on Fedora 39 (#22945)

* [Doc] Use number indexes for encoder code example (#22980)

* [Keyboard] Add KK65 (#22772)

* adding my keyboard

* Update keyboards/kk/65/info.json

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

* Update keyboards/kk/65/keymaps/via/rules.mk

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

* Update keyboards/kk/65/info.json

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

* Update keyboards/kk/65/keymaps/default/keymap.c

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

* Update keyboards/kk/65/rules.mk

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

* Update keyboards/kk/65/keymaps/via/keymap.c

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

* Added photo imgur photo link to readme.md

* Adjusted keyboard level config and added config files with tapping_toggle to keymaps.

* Update keyboards/kk/65/readme.md

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

* Migrated qmk.locking settings to info.json and removed config.h

* Update keyboards/kk/65/keymaps/default/keymap.c

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

* Update keyboards/kk/65/keymaps/via/keymap.c

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

---------

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

* Added WT65-H2 (Bauer Lite) (#22885)

* Update asymmetric debounce code comment (#22981)

* [Keyboard] Add rena (#22902)

* Added keyboard rena

* format file info.json

* modify info.json file

* modify 16mhz to 8mhz

* modify info.json file

* Delete redundant Spaces

* Delete redundant Spaces

* Delete redundant Spaces

* Delete redundant Spaces

---------

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* [Keyboard] Add BINEPAD BNK9 (#22831)

* [Keyboard] Add Synth Labs 065 Keyboard (#21040)

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

* [Keyboard] Add Zed1800 platform PCB (#19250)

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

* [Keyboard] Add Kimiko Rev2 (#21719)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Ex3c4Def <Joe_No@gmx.net>
Co-authored-by: Ben Roe <ben@MacBookzPro-M2.lan>
Co-authored-by: Ben Roe <ben@MacBook-Pro-von-Ben.local>

* add matrix diagram for hineybush/h101 (#22252)

* add ISO layouts for alfredlabs/swift65/solder (#22672)

* [Keyboard] Add mntre_v3 (#22739)

* Theone keyboard (#22749)

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

* Add Doio KB04 (#22754)

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

* Add Valhalla v2 PCB support (#22914)

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

* Add ScottoDeck handwired macropad (#22935)

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

* [Keyboard] Add dnworks numpad (#22882)

* add dnworks numpad

* Apply suggestions from code review (Added community layouts)

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

* fix linting

* formatted json

---------

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

* Add GreatPad macropad under gkeyboard (#22696)

* Add GreatPad under gkeyboard

Add GreatPad macropad

* Update keyboards/gkeyboard/greatpad/config.h

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

* Update keyboards/gkeyboard/greatpad/greatpad.c

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

* Update keyboards/gkeyboard/greatpad/info.json

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

* Update keyboards/gkeyboard/greatpad/info.json

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

* Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c

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

* Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c

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

* Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c

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

* Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c

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

* Add a license header

 Add a license header to glcdfont.c

* Update glcdfont.c

* delete file

* Revert "delete file"

This reverts commit 388e6f03e47bd646df374e37cd82fc3c46330b38.

* Update keyboards/gkeyboard/greatpad/mcuconf.h

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

* Update .vscode/settings.json

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

* Update keyboards/gkeyboard/greatpad/readme.md

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

* Enable encoder

Enable encoder in file info.json

* Update keyboards/gkeyboard/greatpad/greatpad.c

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

* Update info.json

Run qmk format-json -i file info.json

---------

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

* KK65 VID Correction (#23007)

* WS2812: Better error message when trying to use `bitbang` driver on RP2040 (#23025)

* Add Sha keyboard (#22664)

* Implement Sha keyboard with default layout

* Adjust readme and info.json per PR checklist

* Fix RGB Light description in default keymap readme

* Update keyboards/sha/rules.mk

Move configuration to info.json

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

* Update keyboards/sha/info.json

Move configuration to info.json

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

* Update keyboards/sha/info.json

Move configuration to info.json

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

* Update keyboards/sha/info.json

Define RGB animations in info.json

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

* Enable RGB Lighting Layers at keymap level, not keyboard level

---------

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

* El Cantor HS. Update info.json (#23020)

Fix for wrong key's placement.

* [Keyboard] Add Artifact LvL 1 HS (#22964)

* initial commit lvl1

* Add APM32 option

* update stuff:)

* White

* Update to yaml

* Update keyboards/artifact/lvl/rev_hs01/info.json

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

* Update info.json

* Update info.json

Ups...

* Update mcuconf.h

* Update halconf.h

* Update info.json

* Update keyboards/artifact/lvl/rev_hs01/config.h

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

---------

Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* [Keyboard] Add Mercury Macropad (#23071)

* added mercury macropad WWA

* Revert "added mercury macropad WWA"

This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7.

* added Mercury macropad WWA

* Added Soyuz Macropad WWA (#23072)

* added mercury macropad WWA

* Revert "added mercury macropad WWA"

This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7.

* added Mercury macropad WWA

* added Soyuz Macropad

* Added SoyuzXL Macropad (#23075)

* added mercury macropad WWA

* Revert "added mercury macropad WWA"

This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7.

* added Mercury macropad WWA

* added Soyuz Macropad

* Added Soyuz XL Macropad

* [Keyboard] Add rot13labs rotc0n macropad (#23028)

* asdds rot13labs rotc0n macropad

* Update keyboards/rot13labs/rotc0n/info.json

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

* Delete keyboards/rot13labs/rotc0n/config.h

removing config.h

* Update keyboards/rot13labs/rotc0n/readme.md

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

---------

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

* [Keyboard] Added MW60 (#22505)

* Init files

* Update keyboards/buildakb/mw60/readme.md

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

* Update keyboards/buildakb/mw60/readme.md

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

* fixed stuff

* Update readme

* Update keyboards/buildakb/mw60/rules.mk

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

* Update keyboards/buildakb/mw60/info.json

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

* Update keyboards/buildakb/mw60/keymaps/default/keymap.c

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

* Update keyboards/buildakb/mw60/keymaps/via/keymap.c

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

* Update keyboards/buildakb/mw60/info.json

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

* formatted info.json, removed config.h

* Update keyboards/buildakb/mw60/info.json

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

* Update keyboards/buildakb/mw60/info.json

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

* Update keyboards/buildakb/mw60/info.json

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

* Update keyboards/buildakb/mw60/keymaps/default/keymap.c

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

* Update keyboards/buildakb/mw60/keymaps/default/keymap.c

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

* Update keyboards/buildakb/mw60/keymaps/via/keymap.c

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

* formatted info.json

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add chlx ppr merro (#23014)

* add ppr files

* update readme

* update imgur link

* Update keyboards/chlx/ppr_merro60/keymaps/default/keymap.c

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

* Update keyboards/chlx/ppr_merro60/keymaps/via/keymap.c

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

* Update keyboards/chlx/ppr_merro60/readme.md

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

* Update keyboards/chlx/ppr_merro60/readme.md

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

* Update keyboards/chlx/ppr_merro60/rules.mk

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

* Update keyboards/chlx/ppr_merro60/info.json

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

* Update keyboards/chlx/ppr_merro60/info.json

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

* Update keyboards/chlx/ppr_merro60/info.json

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

* run 'qmk format-json -i info.json'

* Update keyboards/chlx/ppr_merro60/readme.md

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

* remove 60_ansi_split_bs_rshift from list of avail layouts

* Update keyboards/chlx/ppr_merro60/keymaps/via/rules.mk

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

* Update keyboards/chlx/ppr_merro60/keymaps/via/keymap.c

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

* Update keyboards/chlx/ppr_merro60/readme.md

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

* Update keyboards/chlx/ppr_merro60/info.json

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

* Update keyboards/chlx/ppr_merro60/info.json

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

* Update keyboards/chlx/ppr_merro60/info.json

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

* add ansi variants

* row / col was flipped from last working version. local corruption. update row/col and working test.

* Apply suggestions from code review

---------

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Panos Sakkos <panos.sakkos@gmail.com>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: John Barbero <john@lsrkttn.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: gregandcin <gregandcinbusiness@gmail.com>
Co-authored-by: temp4gh <temp4bbs@163.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: ploopyco <54917504+ploopyco@users.noreply.github.com>
Co-authored-by: Maria <81305596+toril940@users.noreply.github.com>
Co-authored-by: toril940 <anastasialucas940@hotmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: John Barbero <git@lsrkttn.com>
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
Co-authored-by: cole smith <38364556+daysgobye@users.noreply.github.com>
Co-authored-by: leyew <102467346+itsme-zeix@users.noreply.github.com>
Co-authored-by: Le Zhang <lzhang10@users.noreply.github.com>
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: gskygithub <106651989+gskygithub@users.noreply.github.com>
Co-authored-by: db <108231591+bactaholic@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 猫咪恐慌 <30993222+kitty-panics@users.noreply.github.com>
Co-authored-by: Alabahuy <rezolutionrez@gmail.com>
Co-authored-by: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
Co-authored-by: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
Co-authored-by: Purdea Andrei <andrei@purdea.ro>
Co-authored-by: Tom Barnes <tom@mechboards.co.uk>
Co-authored-by: yiancar <yiangosyiangou@cytanet.com.cy>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: ojthetiny <ba6sti6@gmail.com>
Co-authored-by: Bram Inniger <bram@inniger.be>
Co-authored-by: Wilhelm Schuster <ws@rot13.io>
Co-authored-by: kopibeng <52724926+kopibeng@users.noreply.github.com>
Co-authored-by: Leon Anavi <leon@anavi.org>
Co-authored-by: MakotoKurauchi <pluis@me.com>
Co-authored-by: Dam Vu Duy <RyanDam@users.noreply.github.com>
Co-authored-by: Markus Knutsson <markus.knutsson@tweety.se>
Co-authored-by: joedinkle <eodkeyboards@gmail.com>
Co-authored-by: leah-splitkb <103112489+leah-splitkb@users.noreply.github.com>
Co-authored-by: atti <18576384+at6ue@users.noreply.github.com>
Co-authored-by: Ivan Gromov <38141348+key10iq@users.noreply.github.com>
Co-authored-by: Ramon Imbao <ramonimbao@gmail.com>
Co-authored-by: Brandon Lewis <bslewis00@gmail.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: spacehangover <51838046+spacehangover@users.noreply.github.com>
Co-authored-by: Marc Nause <marc.nause@audioattack.de>
Co-authored-by: rhmokey <57172003+rhmokey@users.noreply.github.com>
Co-authored-by: TW59420 <40019210+TW59420@users.noreply.github.com>
Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
Co-authored-by: Marek128b <58476072+Marek128b@users.noreply.github.com>
Co-authored-by: xoedusk <xoedusk@gmail.com>
Co-authored-by: Starry Knight <82652543+astarryknight@users.noreply.github.com>
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-aut…
DenisDBA added a commit to DenisDBA/qmk_iris that referenced this pull request Feb 17, 2024
* Migrate some common features to generic (qmk#22403)

* Update layer state of Lily58 from 'Default' to 'Base' (qmk#22397)

* Add SNES Macropad keyboard (qmk#22377)



* Update gregandcin/teaqueen (qmk#22402)

* [Keyboard] Add alpaca/wfeclipse (qmk#22230)




* LED drivers: clean up `SWx`/`CSy` pullup/down resistor config (qmk#22381)

* Infer LED DRIVER_COUNT from configured addresses (qmk#22311)

* Add Ploopy Madromys mouse (qmk#21989)

Added PloopyCo madromys/adept mouse


* [Keyboard] Add MariOrion v2.5 (qmk#22273)

* Pushed MariOrion v2.5 to the branch. Prod and proto version added.

* Pushed MariOrion v2.5 to the branch. Prod and proto version added.

* Proper addition of layout options

Addition of split bs rshift tsangan layout options.



* Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25

* Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c



* Update keyboards/mariorion_v25/proto/keymaps/default/keymap.c



* Updated readme.md with more information regarding make commands, and proto vs prod.

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c



* Update keyboards/mariorion_v25/prod/keymaps/default/keymap.c



* Update keyboards/mariorion_v25/prod/info.json



* Amended some changes to info.json - community layouts changed from scope to array.

* Update keyboards/mariorion_v25/readme.md



* Revert keyboards/gray_studio/think65/solder/solder.c



* Revert keyboards/gray_studio/think65/solder/solder.c



* Revert keyboards/gray_studio/think65/solder/solder.c



* Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25)

* Revert keyboards/gray_studio/think65/solder/solder.c



* Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25)

* Update keyboards/mariorion_v25/proto/info.json



* Update keyboards/mariorion_v25/rules.mk



* Update keyboards/mariorion_v25/proto/info.json



* Update keyboards/mariorion_v25/proto/info.json



* Update keyboards/mariorion_v25/proto/info.json



* Update keyboards/mariorion_v25/prod/info.json



* Update keyboards/mariorion_v25/prod/info.json



* Update keyboards/mariorion_v25/prod/info.json



* Update keyboards/mariorion_v25/prod/info.json



* Revert keyboards/gray_studio/think65/solder/solder.c



* Update keyboards/mariorion_v25/matrix_diagram.md



* Update keyboards/mariorion_v25/readme.md



* Update keyboards/mariorion_v25/readme.md



* Update keyboards/mariorion_v25/readme.md



* Update keyboards/mariorion_v25/readme.md



* Update keyboards/mariorion_v25/readme.md



* Update keyboards/mariorion_v25/proto/mariorion_v25.c



* Update keyboards/mariorion_v25/prod/mariorion_v25.c



* Pushed new info.json and keymap.c files.

* Pushed new info.json and keymap.c files.

* Fixes to LED driver wrt PWM definitions with STM.

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c



* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c



* Update keyboards/mariorion_v25/prod/info.json



* Update keyboards/mariorion_v25/prod/mariorion_v25.c



* Update keyboards/mariorion_v25/proto/info.json



* Update keyboards/mariorion_v25/proto/config.h



* Update keyboards/mariorion_v25/proto/mariorion_v25.c



* Update keyboards/mariorion_v25/proto/mariorion_v25.c



* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c



* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c



* Committing a details update to readme.md.

* Committing a details update to readme.md.

* Update keyboards/mariorion_v25/prod/config.h



* Update keyboards/mariorion_v25/prod/mariorion_v25.c



* Revert "Committing a details update to readme.md."

This reverts commit 068a82a.

* Committing a details update to readme.md.

* Update keyboards/mariorion_v25/halconf.h



* Update keyboards/mariorion_v25/mcuconf.h



* Update keyboards/mariorion_v25/prod/config.h



* Update keyboards/mariorion_v25/proto/config.h



* Update keyboards/mariorion_v25/halconf.h



* Production pictures replacing the standard ones in the readme.md :)

* waffle87 requests bundled:
- Licence headers added
- Codeblocked matrix_diagram.md
- Consolidated files where possible
- Removed excess from config.h

---------





* snled27351: fix missing `i2c_init()` (qmk#22446)

* Fixup snes_macropad on develop (qmk#22444)

* Add `qmk license-check` developer-level CLI command. (qmk#22075)

* fix: make clicky delay silent (qmk#21866)

* add 5087 keyboard (qmk#20557)






* studiokestra/line_tkl: correct layout data (qmk#22455)

* fix `layouts` data

* add EoF

* [Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (qmk#22432)

* [Keyboard] Change default implementation for get_layer_name_user

Will now show the layer number instead of "Unknown", since this is
what will be shown if QMK Configurator is used to compile the
firmware.

* [Keyboard] Update the layout info

This makes it look sort of like a macropad + gamepad rather than an 4x6
ortholinear keyboard.

* [Keyboard] Fix default implementation of get_layer_name_user

Based on feedback from code review the implementation was swapped in
favor of using get_u8_str. This implied a change to the argument type
from int to uint8_t, which cascaded into the existing keymaps. (This
made sense in general, since the return type of get_highest_layer is
also a uint8_t.)

* Slight refactor of joystick axis type into typedef (qmk#22445)

* Remove requirement for `keymap_steno.h` include in keymaps (qmk#22423)

* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being

* Generalise ADC driver source inclusion (qmk#22448)

* add `68_ansi` Community Layout to nebula68b (qmk#22433)

* Fix typos: key-modifer→key-modifier and interacton→interaction (qmk#22464)

* chibios: disable RWX segment warning on newer GNU lds (qmk#22007)

* Migrate some EEPROM config to info.json (qmk#22434)

* Revert "chibios: disable RWX segment warning on newer GNU lds (qmk#22007)" (qmk#22469)

This reverts commit de3c421.

* chibios: disable RWX segment warning on newer GNU lds (qmk#22471)

* Bs equals (qmk#21690)





* Update stale.yml (qmk#22473)

* Update stale.yml

* [Keyboard] Add Eden (qmk#22467)



* CLI refactoring for common build target APIs (qmk#22221)

* Add leonardo build target for leonardo + usb2.0 shield based projects (qmk#22243)

* [Keyboard] Add dnworks 997pt3 (qmk#22466)




* [Doc] Improve converter references (qmk#21801)

* `qmk find`: Fix failure with multiple filters (qmk#22497)

When multiple `-f FILTER` options were specified, `qmk find` did not
return anything at all instead of printing the list of entries that
matched all of the specified filters.

The problem was that the statement in `_filter_keymap_targets()` that
filled `targets` had a wrong indent and therefore was executed for every
filter instead of only once after applying all filters, and
`valid_keymaps` was actually an iterator and therefore could be used
only once.  Moving the statement outside of the loop fixes the problem.

* Enable linking of encoders to switch within layout macros (qmk#22264)

* LED drivers: register naming cleanups (qmk#22436)

* Azoteq IQS5xx support (qmk#22280)

* Fix `qmk find` failure due to circular imports (qmk#22523)

There was an import cycle in the Python modules:

  - `qmk.build_targets` imported `qmk.cli.generate.compilation_database`;
  - importing `qmk.cli.generate.compilation_database` requires
    initializing `qmk.cli` first;
  - the initialization of `qmk.cli` imported the modules for all CLI
    commands;
  - `qmk.cli.compile` imported `qmk.build_targets`.

This cycle did not matter in most cases, because `qmk.cli` was imported
first, and in that case importing `qmk.cli.generate.compilation_database`
did not trigger the initialization of `qmk.cli` again.  However, there was
one corner case when `qmk.bulld_targets` was getting imported first:

  - The `qmk find` command uses the `multiprocessing` module.
  - The `multiprocessing` module uses the `spawn` start method on macOS
    and Windows.
  - When the `spawn` method is used, the child processes initialize
    without any Python modules loaded, and the required modules are loaded
    on demand by the `pickle` module when receiving the serialized objects
    from the main process.

The result was that the `qmk find` command did not work properly on macOS
(and probably Windows too); it reported exceptions like this:

    ImportError: cannot import name 'KeyboardKeymapBuildTarget' from partially initialized module 'qmk.build_targets' (most likely due to a circular import)

Moving the offending `qmk.cli.generate.compilation_database` import into
the method which actually uses it fixes the problem.

* CLI parallel search updates (qmk#22525)

* Move BACKLIGHT_PWM_PERIOD to correct docs section (qmk#22480)

* [CLI] Remove duplicates from search results (qmk#22528)

* Add simpler method for relocating functions to RAM. (qmk#21804)

* Migrate some dip switch config to info.json (qmk#22437)

* Remove unnecessary driver counts (qmk#22435)

* [Keyboard] darkproject/kd83a_bfg_edition (qmk#18416)

* Add files via upload

* [keyboard]

* [Keyboard]

* Delete flash_spi.c

* Delete flash_spi.h

* Delete wb32_spi_master.c

* Delete wb32_spi_master.h

* [Keyboard]

* Resolved requested changes

* Resolved requested changes

* Changed rules.mk file accordingly.

* Resolved changes accordingly.

* Update config.h file and rules.mk file

* Removed eeprom_flash.c file

* Update default/keymap.c file

* Delete keyboards/darkproject/kd83a_bfg_edition directory

* Add keyboard

* Add keyboard

* Delete darkproject/kd83a_bfg_edition directory

* Resolved Changes

* Resolved requested changes

* keyboard

* Add keyboard

* Delete keyboard

* Add keyboard

* Delete keyboards/darkproject/kd87a_bfg_edition directory

* update keymap.c file

* update via/keymap.c, config.h and kd83a_bfg_edition.c files

* Delete keymap.c

* Update via/keymap.c, config.h and kd83a_bfg_edition.c files

* update config.h file

* update keymap.c file

* update keymap.c file

* update config.h

* update kd83a_bfg_edition.c

* Resolved requested changes.

* Delete folder which was added accidentally.

* Update keyboards/darkproject/kd83a_bfg_edition/config.h

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/info.json

* Update keyboards/darkproject/kd83a_bfg_edition/rules.mk

* Update keyboards/darkproject/kd83a_bfg_edition/info.json

* update info.json file

* update config.h file

* Updated requested changes

* update readme.md

* Resolved requested changes

* Update info.json file

* Delete kd83a_bfg_edition.h

* Delete readme.md in default folder

* Update info.json file

* update info.json

* Updated changes

* Updated changes

* Resolved requested changes

* Resolved requested changes

* DC60: Fix 2u Backspace Support (qmk#22533)

* V-USB: Add generic `send_report()` function (qmk#22323)

* V-USB: implement NKRO (qmk#22398)

* Improve and Cleanup Shutdown callbacks (qmk#21060)



* Cater for ECC failures in EFL wear-leveling. (qmk#19749)



* New RGB Animations - 4 "Starlight" Animation Variations (qmk#22212)

* Stub out community layout directory structure (qmk#22545)

* Remove userspace keymaps (qmk#22544)

* Remove symbolic linked userspace folder (qmk#22548)

* Fix missed shutdown callbacks (qmk#22549)

* QMK Userspace (qmk#22222)



* `develop` 2023q4 changelog (qmk#22552)




* Remove notice about `develop`.

* Attempt to fix configurator. (qmk#22555)

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

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

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




* Small QP surface docs update (qmk#22567)

* Fixup compilation with `qmk compile -kb zzz -km all`. (qmk#22568)

* [Doc]: Correct Markdown syntax errors. (qmk#22511)

* cablecardesigns/phoenix: correct layout data (qmk#22517)

* add tokki (qmk#22463)



* Add ScottoWing handwired keyboard (qmk#22506)




* Add Magnum Ergo 1 by dark (qmk#22139)




* Add Smith and Rune Magnus (qmk#22153)





* Fixup `--no-temp` for `qmk mass-compile`. (qmk#22582)

* nullbitsco/snap: reduce size of bongo_reactive (qmk#22571)

* revoke community_layouts from keebio/wtf60 (qmk#22502)

* add keyboard bestway (qmk#22498)



* Fix animation range on M75H (qmk#22586)

* Fix a bunch of CLI warnings (qmk#22589)

* Don't print error message when there are no row pins and no col pins (qmk#20104)

* Don't print error message when there are no row pins and no col pins

This error message could be triggered for example if MATRIX_IO_DELAY is
configured in config.h, but the matrix is a custom one. The custom matrix
can still call back to existing delay functions that make use of the
MATRIX_IO_DELAY macro. In this case 'matrix_pins' in info_data will be true,
but there will be no 'direct' 'cols' or 'rows' in info_data['matrix_pins'],
and without this commit it would trigger an invalid error.

* Update lib/python/qmk/info.py



---------




* Dedup the list of tested userspace paths. (qmk#22599)

* Fix `qmk doctor` not finding binaries on Windows (qmk#22593)

* Helix rev3_5rows rgbmatrix patch (qmk#22594)

* Documentation regarding user code removal/acceptance (qmk#22507)

* Sort definitions.jsonschema (qmk#22588)

* Sort defaults.hjson (qmk#22587)

* Initial support for CSTM65 (qmk#22513)

* Add Event Horizon Keyboard (qmk#22515)




* Pin actions/labeler to v4

* [Keyboard] Add TG67 (qmk#22592)



* Fix erroneous commas in `info.json` files (qmk#21712)

* [Keyboard] fruitykeeb/fruitbar/r2 (qmk#22580)



* [Keyboard] Fix oled layer display order for Aurora boards (qmk#22521)

* Fix AD5258 I2C address for Leopold keyboards (qmk#22554)



* Update MNK65_STM32 (qmk#22430)





* [Keyboard] Add ANAVI Arrows (qmk#22454)



* [Keyboard][Helix] enable encoder map (qmk#22488)



* [Keyboard] Add Coban Pad 9A (qmk#22456)

* [Keyboard] Add Chameleon keyboard (qmk#22427)




* [Keyboard] eyeohdesigns/humble40 (qmk#22421)



* Avoid exceptions when layouts contain OOB matrix values (qmk#22609)

* Fix Helix encoder direction (qmk#22614)

* Fixed non-executable codes in the documentation (qmk#22600)

* [Keyboard] Add kt60HS-T (qmk#22413)

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Add files via upload

* Update keyboards/keyten/kt60hs_t/keymaps/default/keymap.c



* Update keyboards/keyten/kt60hs_t/readme.md



* Update keyboards/keyten/kt60hs_t/info.json



* Update keyboards/keyten/kt60hs_t/keymaps/via/keymap.c



* Update keyboards/keyten/kt60hs_t/readme.md



* Update keyboards/keyten/kt60hs_t/info.json



* Update info.json after qmk format-json

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keyboards/keyten/kt60hs_t/info.json



* Update keyboards/keyten/kt60hs_t/readme.md



---------




* [Keyboard] Add Relapse-KB OR87 (qmk#22458)

* Add relapsekb h87nu

* Change name

* Add missing license headers

* Apply suggestions from code review




* Remove config.h

* Update keyboards/relapsekb/or87/readme.md



---------




* [Keyboard] fruitykeeb/fruitbar/r1 (qmk#22616)



* Fix JSON keymap URLs generated by the API (qmk#22618)

* Fix more `qmk generate-api` fallout from userspace support (qmk#22619)

* Fix RGB Matrix max brightness for several splitkb.com keyboards (qmk#22621)

* [Keyboard] Add Argyle (qmk#22607)

* Argyle initial commit

* Update config.h

* Update config.h

* fixed

* Use json

* Update keyboards/argyle/info.json



* Update keyboards/argyle/info.json



* Update keyboards/argyle/info.json



* Update keyboards/argyle/readme.md



* Update keyboards/argyle/info.json



* Update keyboards/argyle/keymaps/via/rules.mk



* Update keyboards/argyle/keymaps/iso/keymap.c



* Update keyboards/argyle/info.json



* Update info.json

* format json

* Update keyboards/argyle/rules.mk



* Update keyboards/argyle/info.json



* Update keyboards/argyle/readme.md



---------






* Fixup helix/rev3_5rows (qmk#22623)

* Drop LED fixes (qmk#22624)

* WWA Keyboards (qmk#22612)

* Fix TARGET when using converters (qmk#22591)

* Add MNK60_STM32 (qmk#22429)





* [Keyboard] Add KLC x TGR Lena (qmk#22629)



* [Keyboard] Add ENTER80 (qmk#22632)



* Fix compile error in VLC keymap for Anavi Macropad8 (qmk#22644)

* [Keyboard] add luckycat70 (qmk#22622)





* [Keyboard] add mmk_3 (qmk#22569)






* [Keyboard] Add Big Knob board (qmk#22292)



* [Keyboard] add ergosplit44 v1 (qmk#22344)






* [Keyboard] Add meetlab/kalice (qmk#22207)



* [documentation] QMK migrate docs patch (qmk#22646)

* Give definition of 'CLI' for new users (qmk#22647)

* [Keyboard] add dude09 (qmk#22648)

* dude09 macropad files 

added to keyboards/handwired/starrykeebs/dude09

* Update readme.md

fixed imgur link

* Update readme.md

* Update readme.md

* Update info.json

formatting using qmk

* Update config.h

header

* Update keymap.c

header

* Update keymap.c

header

* Update readme.md

* Delete keyboards/handwired/starrykeebs/dude09/via.json

not needed for QMK

* Delete keyboards/handwired/starrykeebs/dude09/config.h

empty file

* Update info.json

windows to unix le

* Update keymap.c

windows to unix le

* Update keymap.c

windows to unix le

* Update readme.md

windows to unix le

* fixed new line windows to unix

* Update info.json



* Update readme.md



* Update readme.md



* Update info.json



* Update keyboards/handwired/starrykeebs/dude09/keymaps/via/rules.mk



* Update keyboards/handwired/starrykeebs/dude09/rules.mk



* Update readme.md



---------




* [keyboard] Add Keycapsss 3w6_2040 (qmk#22642)

* initial commit

* tidy info.json, add readme.md

* correct license headers

* fix some minor typos

* additions to readme

* try and conform to standards

* remove duplicates from config.h

* remove unneccessary line from rules.mk

* further tidying

* some small misses

* some small misses

* repair via keymap

* actually fixed, d'oh

* Update keyboards/keycapsss/3w6_2040/info.json



* Update keyboards/keycapsss/3w6_2040/info.json



* Update keyboards/keycapsss/3w6_2040/keymaps/default/keymap.c



* Update keyboards/keycapsss/3w6_2040/info.json



* Update keyboards/keycapsss/3w6_2040/keymaps/via/keymap.c



* Update keyboards/keycapsss/3w6_2040/readme.md



* remove via config.h

---------



* [Bugfix] `qmk {compile, flash}` return code (qmk#22639)

* [Keyboard] minor Momokai Aurora bugfixes and RGB updates (qmk#22486)

* [Keyboard] Add zos (qmk#22491)




* Add keyboard shadow80 (qmk#22534)



* Remove invalid keymap from zos/65s (qmk#22655)

Default community layout is nameddefault_65_ansi_blocker so should never also be used at the keyboard level.

* [Keyboard] Add fuji75 (qmk#22158)

* adding fuji75 pcb support

adding fuji75 pcb support
includes
solder
hotswap

* Update keymap.c

* Update keymap.c

* Update keyboards/sakura_workshop/fuji75/fuji75.c



* Update keyboards/sakura_workshop/fuji75/solder/readme.md



* Update keyboards/sakura_workshop/fuji75/hotswap/readme.md



* Update keyboards/sakura_workshop/fuji75/solder/readme.md



* Update keyboards/sakura_workshop/fuji75/info.json



* Update keyboards/sakura_workshop/fuji75/hotswap/readme.md



* Delete keyboards/sakura_workshop/fuji75/config.h

* Update keyboards/sakura_workshop/fuji75/solder/readme.md



* Update keyboards/sakura_workshop/fuji75/hotswap/readme.md



* update info.json

update info.json per requested by @fauxpark
reran qmk format-json

---------




* [Keyboard] Add El Cantor HS (qmk#22531)

* Initial upload.

Initial upload.

* Update readme.md

* Delete keyboards/elcantorhs/keymaps/zeromist directory

* Adding folder for VIA.

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update keymap.c

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update config.h

* Update halconf.h

* Update mcuconf.h

* Create keymap.c

* Update info.json

* Update keyboards/elcantorhs/readme.md



* Update keyboards/elcantorhs/info.json



* Update keyboards/elcantorhs/info.json



* Update keyboards/elcantorhs/info.json



* Update keyboards/elcantorhs/rules.mk



* Update keyboards/elcantorhs/info.json



* Update keyboards/elcantorhs/config.h



* Update readme.md

* Update keyboards/elcantorhs/info.json



* Update config.h

* Update halconf.h

* Update keymap.c

* Update keymap.c

* Update mcuconf.h

* Update keyboards/elcantorhs/readme.md

Yep. Can't say better. :-)



* Update readme.md

* Update keyboards/elcantorhs/config.h



---------





* Cradio: update default keymap (qmk#22657)

* Reduce copyright blurb
* Change home row mod placing

* Bump actions/upload-artifact from 3 to 4 (qmk#22661)



* Bump tj-actions/changed-files from 39 to 40 (qmk#22338)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40.
- [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@v39...v40)

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




* Add Reverb keyboard. (qmk#22387)



* Initial (qmk#22671)

* Enable Link Time Optimization for Lily58 Default Keymap (qmk#22476)

* enable LTO for Lily58 Default keymap

* remove NKRO from lily58 default

* Add Scotto61 handwired keyboard (qmk#22666)

* Add Scotto61 handwired keyboard

* qmk format info.json

* [Keyboard] Add Mode Tempo PCB's (qmk#22550)

* Add mode 60 PCB's

* Update Licenses

* Unify Vendor name cross other projects

* Move pin description from Config to Info.json

* Replace WS2812 driver with PWM

* Update keyboards/mode/m60h/config.h



* Update keyboards/mode/m60h_f/config.h



* Update keyboards/mode/m60h/readme.md



* Update keyboards/mode/m60s/config.h



* Update keyboards/mode/m60s/readme.md



* Format info.json files

* replace link with images

* Fix spacings in Config file

* remove non essential file

* Update readme.md spacings

* Update readme.md Spacings

* Update readme.md

---------




* [Keyboard] Add Odin75 (qmk#22650)

* Add Odin75

* Update keyboards/kbdfans/odin75/lib/bongocat.h



* Update keyboards/kbdfans/odin75/keymaps/via/keymap.c



* Update keyboards/kbdfans/odin75/halconf.h



* Update keyboards/kbdfans/odin75/keymaps/default/keymap.c



* Update keyboards/kbdfans/odin75/keymaps/via/keymap.c



* Update keyboards/kbdfans/odin75/odin75.c



* Update keyboards/kbdfans/odin75/keymaps/default/keymap.c



* Update keyboards/kbdfans/odin75/mcuconf.h



* Fix indentation

* Add back missing `return false;`

* Update keyboards/kbdfans/odin75/odin75.c



* Update keyboards/kbdfans/odin75/keymaps/via/keymap.c



* Update keyboards/kbdfans/odin75/keymaps/default/keymap.c



* Update keyboards/kbdfans/odin75/odin75.c



* Apply suggestions from code review



---------





* [Keyboard] Add kafka60 (qmk#22659)



* Add keyboard Ergo68 (qmk#22677)

* Ergo68の追加

* 写真の追加

* fix build error

* Update keyboards/yushakobo/ergo68/readme.md



* Update keyboards/yushakobo/ergo68/keymaps/via/keymap.c



* config.h migrated to info.json

* Update keyboards/yushakobo/ergo68/info.json



* Update keyboards/yushakobo/ergo68/readme.md



* Update keyboards/yushakobo/ergo68/info.json



* Update keyboards/yushakobo/ergo68/keymaps/via/rules.mk



* Update keyboards/yushakobo/ergo68/keymaps/default/keymap.c



* Update keyboards/yushakobo/ergo68/keymaps/via/keymap.c



* Update keyboards/yushakobo/ergo68/info.json



* Update keyboards/yushakobo/ergo68/info.json



* Update keyboards/yushakobo/ergo68/info.json



---------






* [Keymap Removal] Planck and related keymaps. (qmk#22683)

* [Keyboard] Add Diablo (qmk#22414)

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Add files via upload

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Add files via upload

* Update keymap.c

* Update keymap.c

* Update keyboards/keyten/diablo/keymaps/default/keymap.c



* Delete keyboards/keyten/kt60hs_t directory

* Update keyboards/keyten/diablo/readme.md



* Update keyboards/keyten/diablo/readme.md



* Update info.json

* Update info.json

* Update keymap.c

* Update keymap.c

* Update keyboards/keyten/diablo/info.json



* Update keyboards/keyten/diablo/info.json



---------





* [Keymap Removal] keebio/iris and related keymaps. (qmk#22690)

* [Keyboard] Add doio KB19 (qmk#22393)

* Add files via upload

* Update keyboards/doio/kb3x/config.h



* Update keyboards/doio/kb3x/info.json



* Update keyboards/doio/kb3x/keymaps/via/keymap.c



* Update keyboards/doio/kb3x/config.h



* Update keyboards/doio/kb3x/keymaps/default/keymap.c



* Update rules.mk

* Update info.json

* Update keyboards/doio/kb3x/info.json



* Update keyboards/doio/kb3x/rules.mk



* Add files via upload

* Update keyboards/doio/kb3x/info.json



* Update keyboards/doio/kb3x/config.h



* Delete keyboards/doio/kb3x/rules.mk

* Update keyboards/doio/kb3x/keymaps/default/keymap.c



* Update keyboards/doio/kb3x/keymaps/via/keymap.c



* Add KB19

* Delete keyboards/doio/kb3x directory

* format  info.json

* format info.json

* Create rules.mk

* Update rules.mk

* Update keyboards/doio/kb19/config.h



* Update info.json

* Update keymap.c

* Update keymap.c

* Delete keyboards/doio/kb19/config.h

* Update keyboards/doio/kb19/keymaps/via/keymap.c



* Update keyboards/doio/kb19/keymaps/default/keymap.c



---------







* [Keymap Removal] Preonic and related keymaps. (qmk#22689)

* Remove obvious user keymaps, `keyboards/[0-9]*` edition. (qmk#22691)

* Remove obvious user keymaps, `keyboards/a*` edition. (qmk#22692)

* Remove obvious user keymaps, `keyboards/{b,c}*` edition. (qmk#22693)

* Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (qmk#22695)

* [Keymap Removal] Restore splitkb 'debug' keymaps (qmk#22700)

* [Keymap Removal] tada68 and related keymaps. (qmk#22699)

* [Keymap Removal] xiudi/xd75 and related keymaps. (qmk#22698)

* [Keyboard] Add Deemen17 DE60FS (qmk#22667)

* Add de60fs

* Update

* Add image

* Add line break for rules.mk

* Update keyboards/deemen17/de60fs/keymaps/default/keymap.c



* Update keyboards/deemen17/de60fs/info.json



* Remove readme of keymap folder

* Change to KC_RSFT

* Add Community Layout support



* Update keyboards/deemen17/de60fs/info.json



* Update keyboards/deemen17/de60fs/keymaps/default/keymap.c



* Update keyboards/deemen17/de60fs/keymaps/via/keymap.c



* Add description in readme

---------




* takashicompany: readme link correction (qmk#22711)

Updated Github link

* [Keymap Removal] Restore mechboards mb_via keymaps. (qmk#22723)

* [Bugfix] Manipulate deferred executor slot only if tokens match (qmk#22722)

* [docs] - reword PR checklist for vendor keymaps/userspace changes (qmk#22725)

* reword PR checklist for vendor keymaps/userspace changes

* clarify vendor keymaps slightly

* delete layout macro related line

* [Keyboard] Add redragon k617 port (qmk#22410)





* [Keyboard] Add Scotto108 handwired keyboard (qmk#22720)



* [Keyboard] Fix Scotto61 Configurator Layout (qmk#22718)

* [Keyboard] Add kafka68  (qmk#22684)



* Add Momokai Aurora Image (qmk#22728)



* [Keyboard] Add darmoshark k3 (qmk#21980)





* [Keyboard] add scorpio pcb (qmk#22732)

* [Keyboard] Add Nuxros RE65 (qmk#22078)





* [Keyboard] Add Noodlepad_Micro (qmk#22703)





* bm40hsrgb/rev2: disable some RGB Matrix effects to reduce filesize (qmk#22761)

* vendor keymaps-mechboards via updates (qmk#22767)

* update mb_via keymaps to new naming for vendor keymaps

* missed a reference to old name, tidy crkbd readme, add lily58 readme

* fix typo

* fix typo

* delete shopify image

* [Keyboard] Add meetlab kafkasplit (qmk#22756)



* Waffling60 iso rev e (qmk#22733)




* docs(skeletyl): fix readme instructions (qmk#22791)

* Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (qmk#22812)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41.
- [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@v40...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...




* Regenerate Files (qmk#22821)

* Update keymap.md (qmk#22834)

* [Keyboard] Add Nordic65 by KBnordic (qmk#22817)





* [Keyboard] Add ScottoKatana handwired keyboard (qmk#22805)

* Keychron Q1V1: fix incorrect 3733 address (qmk#22852)

* Raise Circumflex from the grave in sendstring_french.h (qmk#22285)

* Lotus 58 Glow - Added Auto shift to OLED, corrected OLED orientation (qmk#22424)



* Fix user hook call for dynamic_macro_record_key (qmk#22250)

* add pywinusb lib to list of example libs for HID (qmk#22747)

* Added skiller_sgk50_s3 keyboard (qmk#22382)



* Add more unwanted compilation output files to `.gitignore`. (qmk#22894)

* [Keyboard] pi60rgb_v2 (qmk#22156)






* add lets split v3 (qmk#22465)






* Remove community layout from mode/m80*/m80*h (qmk#22461)

* Added WT20-H1 (HIBI JUNIOR) (qmk#22893)

* add Cycle8 (qmk#22734)






* Add The Mad Noodle Udon13 (qmk#22704)





* Add tac-k1 keyboard (qmk#22522)




* Add Proteus67 keyboard (qmk#22439)





* Bump tj-actions/changed-files from 41 to 42 (qmk#22915)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42.
- [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@v41...v42)

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




* Copy `compile_commands.json` to userspace, if in use. (qmk#22925)

* Add Iris CE Rev. 1 (qmk#22930)





* Add VIA support for Atreus62 (qmk#22913)



* Move layout macro OOB checks to lint (qmk#22610)

* Add lock indicators for KLC x TGR LENA (qmk#22931)

* Fix missing joystick.h include (qmk#22946)

* Workaround for dfu-programmer on Fedora 39 (qmk#22945)

* [Doc] Use number indexes for encoder code example (qmk#22980)

* [Keyboard] Add KK65 (qmk#22772)

* adding my keyboard

* Update keyboards/kk/65/info.json



* Update keyboards/kk/65/keymaps/via/rules.mk



* Update keyboards/kk/65/info.json



* Update keyboards/kk/65/keymaps/default/keymap.c



* Update keyboards/kk/65/rules.mk



* Update keyboards/kk/65/keymaps/via/keymap.c



* Added photo imgur photo link to readme.md

* Adjusted keyboard level config and added config files with tapping_toggle to keymaps.

* Update keyboards/kk/65/readme.md



* Migrated qmk.locking settings to info.json and removed config.h

* Update keyboards/kk/65/keymaps/default/keymap.c



* Update keyboards/kk/65/keymaps/via/keymap.c



---------




* Added WT65-H2 (Bauer Lite) (qmk#22885)

* Update asymmetric debounce code comment (qmk#22981)

* [Keyboard] Add rena (qmk#22902)

* Added keyboard rena

* format file info.json

* modify info.json file

* modify 16mhz to 8mhz

* modify info.json file

* Delete redundant Spaces

* Delete redundant Spaces

* Delete redundant Spaces

* Delete redundant Spaces

---------



* [Keyboard] Add BINEPAD BNK9 (qmk#22831)

* [Keyboard] Add Synth Labs 065 Keyboard (qmk#21040)






* [Keyboard] Add Zed1800 platform PCB (qmk#19250)




* [Keyboard] Add Kimiko Rev2 (qmk#21719)










* add matrix diagram for hineybush/h101 (qmk#22252)

* add ISO layouts for alfredlabs/swift65/solder (qmk#22672)

* [Keyboard] Add mntre_v3 (qmk#22739)

* Theone keyboard (qmk#22749)




* Add Doio KB04 (qmk#22754)



* Add Valhalla v2 PCB support (qmk#22914)



* Add ScottoDeck handwired macropad (qmk#22935)



* [Keyboard] Add dnworks numpad (qmk#22882)

* add dnworks numpad

* Apply suggestions from code review (Added community layouts)



* fix linting

* formatted json

---------



* Add GreatPad macropad under gkeyboard (qmk#22696)

* Add GreatPad under gkeyboard

Add GreatPad macropad

* Update keyboards/gkeyboard/greatpad/config.h



* Update keyboards/gkeyboard/greatpad/greatpad.c



* Update keyboards/gkeyboard/greatpad/info.json



* Update keyboards/gkeyboard/greatpad/info.json



* Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c



* Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c



* Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c



* Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c



* Add a license header

 Add a license header to glcdfont.c

* Update glcdfont.c

* delete file

* Revert "delete file"

This reverts commit 388e6f0.

* Update keyboards/gkeyboard/greatpad/mcuconf.h



* Update .vscode/settings.json



* Update keyboards/gkeyboard/greatpad/readme.md



* Enable encoder

Enable encoder in file info.json

* Update keyboards/gkeyboard/greatpad/greatpad.c



* Update info.json

Run qmk format-json -i file info.json

---------





* KK65 VID Correction (qmk#23007)

* WS2812: Better error message when trying to use `bitbang` driver on RP2040 (qmk#23025)

* Add Sha keyboard (qmk#22664)

* Implement Sha keyboard with default layout

* Adjust readme and info.json per PR checklist

* Fix RGB Light description in default keymap readme

* Update keyboards/sha/rules.mk

Move configuration to info.json



* Update keyboards/sha/info.json

Move configuration to info.json



* Update keyboards/sha/info.json

Move configuration to info.json



* Update keyboards/sha/info.json

Define RGB animations in info.json



* Enable RGB Lighting Layers at keymap level, not keyboard level

---------



* El Cantor HS. Update info.json (qmk#23020)

Fix for wrong key's placement.

* [Keyboard] Add Artifact LvL 1 HS (qmk#22964)

* initial commit lvl1

* Add APM32 option

* update stuff:)

* White

* Update to yaml

* Update keyboards/artifact/lvl/rev_hs01/info.json



* Update info.json

* Update info.json

Ups...

* Update mcuconf.h

* Update halconf.h

* Update info.json

* Update keyboards/artifact/lvl/rev_hs01/config.h



---------





* [Keyboard] Add Mercury Macropad (qmk#23071)

* added mercury macropad WWA

* Revert "added mercury macropad WWA"

This reverts commit 81b4818.

* added Mercury macropad WWA

* Added Soyuz Macropad WWA (qmk#23072)

* added mercury macropad WWA

* Revert "added mercury macropad WWA"

This reverts commit 81b4818.

* added Mercury macropad WWA

* added Soyuz Macropad

* Added SoyuzXL Macropad (qmk#23075)

* added mercury macropad WWA

* Revert "added mercury macropad WWA"

This reverts commit 81b4818.

* added Mercury macropad WWA

* added Soyuz Macropad

* Added Soyuz XL Macropad

* [Keyboard] Add rot13labs rotc0n macropad (qmk#23028)

* asdds rot13labs rotc0n macropad

* Update keyboards/rot13labs/rotc0n/info.json



* Delete keyboards/rot13labs/rotc0n/config.h

removing config.h

* Update keyboards/rot13labs/rotc0n/readme.md



---------





* [Keyboard] Added MW60 (qmk#22505)

* Init files

* Update keyboards/buildakb/mw60/readme.md



* Update keyboards/buildakb/mw60/readme.md



* fixed stuff

* Update readme

* Update keyboards/buildakb/mw60/rules.mk



* Update keyboards/buildakb/mw60/info.json



* Update keyboards/buildakb/mw60/keymaps/default/keymap.c



* Update keyboards/buildakb/mw60/keymaps/via/keymap.c



* Update keyboards/buildakb/mw60/info.json



* formatted info.json, removed config.h

* Update keyboards/buildakb/mw60/info.json



* Update keyboards/buildakb/mw60/info.json



* Update keyboards/buildakb/mw60/info.json



* Update keyboards/buildakb/mw60/keymaps/default/keymap.c



* Update keyboards/buildakb/mw60/keymaps/default/keymap.c



* Update keyboards/buildakb/mw60/keymaps/via/keymap.c



* formatted info.json

---------






* [Keyboard] Add chlx ppr merro (qmk#23014)

* add ppr files

* update readme

* update imgur link

* Update keyboards/chlx/ppr_merro60/keymaps/default/keymap.c



* Update keyboards/chlx/ppr_merro60/keymaps/via/keymap.c



* Update keyboards/chlx/ppr_merro60/readme.md



* Update keyboards/chlx/ppr_merro60/readme.md



* Update keyboards/chlx/ppr_merro60/rules.mk



* Update keyboards/chlx/ppr_merro60/info.json



* Update keyboards/chlx/ppr_merro60/info.json



* Update keyboards/chlx/ppr_merro60/info.json



* run 'qmk format-json -i info.json'

* Update keyboards/chlx/ppr_merro60/readme.md



* remove 60_ansi_split_bs_rshift from list of avail layouts

* Update keyboards/chlx/ppr_merro60/keymaps/via/rules.mk



* Update keyboards/chlx/ppr_merro60/keymaps/via/keymap.c



* Update keyboards/chlx/ppr_merro60/readme.md



* Update keyboards/chlx/ppr_merro60/info.json



* Update keyboards/chlx/ppr_merro60/info.json



* Update keyboards/chlx/ppr_merro60/info.json



* add ansi variants

* row / col was flipped from last working version. local corruption. update row/col and working test.

* Apply suggestions from code review

---------







---------



































































Co-aut…

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Panos Sakkos <panos.sakkos@gmail.com>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: John Barbero <john@lsrkttn.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: gregandcin <gregandcinbusiness@gmail.com>
Co-authored-by: temp4gh <temp4bbs@163.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: ploopyco <54917504+ploopyco@users.noreply.github.com>
Co-authored-by: Maria <81305596+toril940@users.noreply.github.com>
Co-authored-by: toril940 <anastasialucas940@hotmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: John Barbero <git@lsrkttn.com>
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
Co-authored-by: cole smith <38364556+daysgobye@users.noreply.github.com>
Co-authored-by: leyew <102467346+itsme-zeix@users.noreply.github.com>
Co-authored-by: Le Zhang <lzhang10@users.noreply.github.com>
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: gskygithub <106651989+gskygithub@users.noreply.github.com>
Co-authored-by: db <108231591+bactaholic@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 猫咪恐慌 <30993222+kitty-panics@users.noreply.github.com>
Co-authored-by: Alabahuy <rezolutionrez@gmail.com>
Co-authored-by: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
Co-authored-by: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
Co-authored-by: Purdea Andrei <andrei@purdea.ro>
Co-authored-by: Tom Barnes <tom@mechboards.co.uk>
Co-authored-by: yiancar <yiangosyiangou@cytanet.com.cy>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: ojthetiny <ba6sti6@gmail.com>
Co-authored-by: Bram Inniger <bram@inniger.be>
Co-authored-by: Wilhelm Schuster <ws@rot13.io>
Co-authored-by: kopibeng <52724926+kopibeng@users.noreply.github.com>
Co-authored-by: Leon Anavi <leon@anavi.org>
Co-authored-by: MakotoKurauchi <pluis@me.com>
Co-authored-by: Dam Vu Duy <RyanDam@users.noreply.github.com>
Co-authored-by: Markus Knutsson <markus.knutsson@tweety.se>
Co-authored-by: joedinkle <eodkeyboards@gmail.com>
Co-authored-by: leah-splitkb <103112489+leah-splitkb@users.noreply.github.com>
Co-authored-by: atti <18576384+at6ue@users.noreply.github.com>
Co-authored-by: Ivan Gromov <38141348+key10iq@users.noreply.github.com>
Co-authored-by: Ramon Imbao <ramonimbao@gmail.com>
Co-authored-by: Brandon Lewis <bslewis00@gmail.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: spacehangover <51838046+spacehangover@users.noreply.github.com>
Co-authored-by: Marc Nause <marc.nause@audioattack.de>
Co-authored-by: rhmokey <57172003+rhmokey@users.noreply.github.com>
Co-authored-by: TW59420 <40019210+TW59420@users.noreply.github.com>
Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
Co-authored-by: Marek128b <58476072+Marek128b@users.noreply.github.com>
Co-authored-by: xoedusk <xoedusk@gmail.com>
Co-authored-by: Starry Knight <82652543+astarryknight@users.noreply.github.com>
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: ZOSKB <151298675+ZOSKB@users.noreply.github.com>
Co-authored-by: PixelSpaceStudio <106432218+PixelSpaceStudio@users.noreply.github.com>
Co-authored-by: Freather <72902384+CMMS-Freather@users.noreply.github.com>
Co-authored-by: azhizhinov <azhizhinov@mail.ru>
Co-authored-by: Wolf Van Herreweghe <wolfvanh@gmail.com>
Co-authored-by: Wolf <contact@vwolf.be>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>
Co-authored-by: DOIO2022 <116554792+DOIO2022@users.noreply.github.com>
Co-authored-by: Pham Duc Minh <95753855+Deemen17@users.noreply.github.com>
Co-authored-by: Abhijithabhi <abhiabhijith367@gmail.com>
Co-authored-by: Joy Lee <986984630@qq.com>
Co-authored-by: Proceee <proceee@gmail.com>
Co-authored-by: khchen2004 <148961563+khchen2004@users.noreply.github.com>
Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>
Co-authored-by: Jesse Leventhal <45154268+jessel92@users.noreply.github.com>
Co-authored-by: 4pplet <mail@4pplet.com>
Co-authored-by: Antoine Bertin <antoine@bertin.io>
Co-authored-by: James Kneafsey <se@sesneaky.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
Co-authored-by: Magne Lauritzen <mag.lauritzen@gmail.com>
Co-authored-by: Kai <9492636+kaine119@users.noreply.github.com>
Co-authored-by: Thomas White <TomW1605@users.noreply.github.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
Co-authored-by: ziptyze <mwcordier@gmail.com>
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: Vertex-kb <102476474+Vertex-kb@users.noreply.github.com>
Co-authored-by: James Gzowski <flexyjerkov@gmail.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>
Co-authored-by: Tommi Pääkkö <tommi.paakko@gmail.com>
Co-authored-by: Tommi Pääkkö <tommi.paakko@symbio.com>
Co-authored-by: Apricity-Projects <34521406+apricity-spam@users.noreply.github.com>
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Co-authored-by: Nostril <hong.aaron.c@gmail.com>
Co-authored-by: mechlovin <57231893+mechlovin@users.noreply.github.com>
Co-authored-by: Ben <BenRoe@users.noreply.github.com>
Co-authored-by: Ex3c4Def <Joe_No@gmx.net>
Co-authored-by: Ben Roe <ben@MacBookzPro-M2.lan>
Co-authored-by: Ben Roe <ben@MacBook-Pro-von-Ben.local>
Co-authored-by: Habib <44367581+Habibmuhd@users.noreply.github.com>
Co-authored-by: txdyqiang <116930401+txdyqiang@users.noreply.github.com>
Co-authored-by: gkeyboard <giggox_man@hotmail.com>
Co-authored-by: Steven Karrmann <skarrmann@gmail.com>
Co-authored-by: c0ldbru <dennisp98@gmail.com>
Co-authored-by: c0ldbru <c0ldbrusec@gmail.com>
Co-authored-by: Aeonstrife <j.v.jeoffer@gmail.com>
Co-authored-by: chalex <68408520+gaclee3b@users.noreply.github.com>
Co-authored-by: chalex <alejandrelee+magbogbro@gmail.com>
mute-civilian pushed a commit to mute-civilian/qmk_firmware that referenced this pull request Feb 17, 2024
Co-authored-by: Drashna Jaelre <drashna@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants