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

VIA Protocol 12 + fixes #19916

Merged
merged 6 commits into from Feb 22, 2023
Merged

VIA Protocol 12 + fixes #19916

merged 6 commits into from Feb 22, 2023

Conversation

tzarc
Copy link
Member

@tzarc tzarc commented Feb 22, 2023

(ORIGINAL DESCRIPTION FROM #19697)

This PR contains the changes to VIA code in QMK to match with the VIA V12 protocol (functionality and keycodes).

It pairs with the-via/app#104 which will contain a link to the webapp that uses these changes (i.e. the next version of https://usevia.app).

The intent of this PR is to remove VIA-specific keycodes/handling, such that VIA's keycode dictionary can work entirely from QMK's JSON definition of keycodes.

  • Added QK_USER_0 .. QK_USER_31 keycodes based on existing QK_USER range.
  • Added QK_KB_0 .. QK_KB_31 keycodes based on existing QK_KB range.
  • Added range SAFE_RANGE as QK_KB_0 value overlaps with previous SAFE_RANGE value.
  • Removed the VIA specific MACRO00..MACRO15, converted uses to QK_MACRO_0..QK_MACRO_15 etc.
  • Removed the VIA specific USER00..USER15, converted uses to QK_KB_0..QK_KB_15
  • Refactored the VIA specific FN_MO13, FN_MO23 keycodes/handling into a generalized simple tri-layer feature
  • Refactored WT RGB keycodes to be user keycodes, which map to "generalized" custom keycodes in VIA.

Also:

  • Support more than 16 macros
  • Make switch matrix tester work with large switch matrices using multiple queries to get state.
  • Fix device indication (i.e. flash backlight) when active keyboard changes in VIA

Regarding the tri-layer feature:

The intent of adding this to core is to refactor it out of via.c and remove the VIA-specific keycodes. A long time ago, when generalizing my keyboard-level code into VIA code, I decided it was useful enough to be added there, so that everyone using VIA could have access to the ability to access three layers with only two keys, without requiring every keyboard achieve this with custom keycodes and duplicated implementation code. I still believe it's a great feature that everyone should be able to use easily in QMK even when not using VIA. I am open to suggestions regarding changing the keycode names, adding aliases, etc.

Update: Tri-layer feature refactored in #19795

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

@tzarc tzarc requested a review from a team February 22, 2023 20:52
@github-actions github-actions bot added core keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Feb 22, 2023
@tzarc
Copy link
Member Author

tzarc commented Feb 22, 2023

Includes #19905.

@tzarc tzarc merged commit 7f805cc into develop Feb 22, 2023
@tzarc tzarc deleted the via_staging branch February 22, 2023 22:19
gm2211 pushed a commit to gm2211/qmk_firmware that referenced this pull request Mar 17, 2023
commit e43756014420f864e6e934c86c71eed0c7c090a1
Author: JX <572673807@qq.com>
Date:   Sat Mar 18 01:14:21 2023 +0800

    [Keyboard] Add yandrstudio/transition80 (#19790)

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

commit d02680314727240f73b94dc5c8e25faaeddbcee7
Author: Fabien <vaga@users.noreply.github.com>
Date:   Fri Mar 17 17:27:39 2023 +0100

    [Keyboard] Fix typos in readme for Lily58 R2G (#20149)

commit 687b7341ed1e5efc76bfcd1270c3a633ca674e4d
Author: blindassassin111 <38090555+blindassassin111@users.noreply.github.com>
Date:   Fri Mar 17 11:26:52 2023 -0500

    [keyboard] Viktus Minne (#19977)

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

commit 0f323a45cefd2606e220a5c34b02461fe30ea863
Author: ziptyze <mwcordier@gmail.com>
Date:   Fri Mar 17 12:07:26 2023 -0400

    [Keyboard] 1upkeyboards/pi40 update (#20066)

commit 1b3f7fcf7d3d441623e065c0be7821c5c5d87c75
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Mar 17 07:35:49 2023 +1100

    Add `qmk find` command, reuse logic for `qmk mass-compile`. (#20139)

commit f3f634ef671fe276c713d96a23e64dbc5797dd09
Author: ToffeeStudio <116937564+ToffeeStudio@users.noreply.github.com>
Date:   Thu Mar 16 18:11:58 2023 +0100

    [Keyboard] Add Blueberry (#19915)

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

commit b2ee950d9e86c78562a0c6e36d3bb29d73cecf11
Author: Kyle McCreery <mccreery.kyle@gmail.com>
Date:   Thu Mar 16 11:58:49 2023 -0400

    [Keymap] Sugarglider VIA keymap enhancement (#20140)

commit 2f7a06cf739fc97b9f590ef137e15a76eaaa3df2
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Thu Mar 16 09:30:09 2023 +0800

    Update keychron_common.c (#20055)

commit 7654c2a23b183f10c706bc6511d151ecc441fa7d
Author: Joel Challis <git@zvecr.com>
Date:   Thu Mar 16 00:37:58 2023 +0000

    Update keycodes_0.0.1_basic.hjson (#20129)

commit 012fa6dd4544f25e73b086c377e9f1a57d3d46a9
Author: しぐれ <23041178+ForsakenRei@users.noreply.github.com>
Date:   Wed Mar 15 18:55:18 2023 -0400

    [Doc] Add example to  keyboard housekeeping and some minor fixes (#19968)

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

commit 54dca8cbff3eebcd40d47adea82317ee54260f70
Author: mjbogusz <mjbogusz@users.noreply.github.com>
Date:   Wed Mar 15 21:30:29 2023 +0100

    [Keyboard] Add Atlantis PS17 (#19952)

commit 3eb04fee87f0c07c7e89a5c47455ebec2d0f994f
Author: dztech <moyi4681@users.noreply.github.com>
Date:   Thu Mar 16 00:53:28 2023 +0800

    add tiger80 iso layout support (#19975)

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

commit 0996bca9e96a598cf7b28b83550cf63aebf12393
Author: Josh Hinnebusch <joshhinnebusch@gmail.com>
Date:   Wed Mar 15 12:43:06 2023 -0400

    [Keyboard] Add hineybush/h87_g2 (#20053)

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

commit c18d5ebd2dff2615283931e2efe79cfdb2a550f2
Author: Conor Burns <mail@conor-burns.com>
Date:   Wed Mar 15 16:53:02 2023 +0100

    add new board: splaytoraid (#20052)

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

commit 915d7a18d757ddb22498d66b82c6309077cdb178
Author: Kyle McCreery <mccreery.kyle@gmail.com>
Date:   Wed Mar 15 11:49:14 2023 -0400

    [Keyboard] New Keyboard - Sugar Glider (#19933)

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

commit e62fc866dbac6b558b328be14e8096835c3aadc7
Author: Nick Brassel <nick@tzarc.org>
Date:   Wed Mar 15 08:31:10 2023 +1100

    Let's use workflows to parallelise the builds. (#20120)

    * Let's use workflows to parallelise the builds.

    * Nofail if files aren't present.

    * Formatting.

commit c91296f001a802ff34f23b71c2e673da4dca2f0b
Author: d-floe <31980883+d-floe@users.noreply.github.com>
Date:   Tue Mar 14 14:56:31 2023 -0500

    [Keyboard] Add KP60 (#20096)

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

commit 99a39a1198e4cfa3f36a13cd3c709076d41a76fa
Author: Sophie Machen <87283102+sophonaroap@users.noreply.github.com>
Date:   Tue Mar 14 10:58:08 2023 -0600

    Update newbs_getting_started to include instructions for apple silicon (#19579)

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

commit 4283e69ac74c8f85539ede9bd4bec0da1a56d134
Author: Cipulot <40441626+Cipulot@users.noreply.github.com>
Date:   Tue Mar 14 08:41:06 2023 +0100

    RF R1 8-9Xu PCB (#20048)

    Co-authored-by: Tom Barnes <barnestom@me.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>

commit a71e58270c4e2e8c88fe997405cbcb48bb864479
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Tue Mar 14 03:34:23 2023 +0800

    Document Autocorrect callback functions (#20115)

commit e0bd6fac10883fdce7d7c5b0c47fe454c9f2f0aa
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Mon Mar 13 13:33:31 2023 +0800

    Move Ferris Sweep to data-driven (#20111)

commit a5e7390419a23c6db9cb62810f8ff1645d20b6a3
Author: Darkhan <darkhanu@gmail.com>
Date:   Sun Mar 12 10:23:39 2023 +0000

    [keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709)

commit bcfe67883e1acf251d86d22691fb34c266228f6c
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Mar 12 12:55:26 2023 +1100

    Allow for CI builds to run for 23 hours, instead of 6. (part deux) (#20095)

commit 6b9dced6117c08879ec00fe3d6d16405aa708527
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Mar 12 12:18:49 2023 +1100

    Allow for CI builds to run for 23 hours, instead of 6. (#20094)

commit 042e42d1b7de603bc0a164b7d3b2ec761c6e140f
Author: Andrew Kannan <andrew.kannan@klaviyo.com>
Date:   Sat Mar 11 16:04:26 2023 -0500

    Add Chimera65 Hotswap keyboard (#20038)

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

commit dff9ee25e23536366d92e55d532f433dd8426db9
Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Date:   Sun Mar 12 01:52:35 2023 +0800

    [Keyboard] Add k83 (#19896)

commit 6fe223b5ee178495367192dcf4939c0b3201ec8b
Author: Dan White <BlueTufa@users.noreply.github.com>
Date:   Sat Mar 11 10:29:20 2023 -0700

    Ketch LGUI/LALT key transposed on Minivan layout (#20025)

commit b281d6efa2a01e95f7787349e4cfcad3cf345682
Author: azhizhinov <azhizhinov@mail.ru>
Date:   Sat Mar 11 20:26:47 2023 +0300

    [Keyboard] Change pierce vendor ID (#20088)

commit 36292faf947907e54a9277d33c28688db94857d1
Author: ebastler <moritz.plattner@gmx.net>
Date:   Sat Mar 11 17:52:45 2023 +0100

    Teleport native bugfix (changed F411CC wear levelling) (#20090)

    * workaround for flash size issue

    * enable mousekeys due to requests by some users

commit e8a5630c7c7aeb371fd1a82e0b1bea672f0e0aeb
Author: Nick Brassel <nick@tzarc.org>
Date:   Sat Mar 11 23:56:01 2023 +1100

    Yet another adventure in trying to fit things into a 32U4 (#20091)

commit 96b0baa230fb0672a68d1f75ba58613526fef0e7
Author: Christopher Hoage <iam@chrishoage.com>
Date:   Fri Mar 10 21:33:52 2023 -0800

    [Keyboard] Add Spleeb default and custom firmware (#19481)

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

commit dbd1d3cba111dabf3b2d322a3681039cf46603f7
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Sat Mar 11 15:12:14 2023 +1100

    [Keyboard] Add Binpad BN009 R2 3x3 macropad (#19992)

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

commit 1d04a818d795b264f33b4a8159f46fd726fd3583
Author: azhizhinov <azhizhinov@mail.ru>
Date:   Sat Mar 11 06:47:03 2023 +0300

    [Keyboard] VIA support for Pierce keyboard (#20045)

commit df814dec7af5e602fc3643b7e8a0e86a7509242d
Author: Andrew Kannan <andrew.kannan@gmail.com>
Date:   Fri Mar 10 12:57:11 2023 -0500

    Caerdroia Keyboard Firmware (#20036)

commit 950afdceeb75d06de0bc75f4dc520fb2528c6044
Author: paulgali <paulgali@live.co.uk>
Date:   Fri Mar 10 21:51:15 2023 +0400

    Zeno pcb V0.0.4 update via + fileformatting (#20023)

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

commit 7be63bb5243c6c95457001e429e928ed1203257a
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Sat Mar 11 01:38:56 2023 +0800

    Move macro3 to data-driven (#20046)

commit 943d0ff6195018f5084f2cb149742bde68a45f54
Author: Danny <nooges@users.noreply.github.com>
Date:   Fri Mar 10 11:08:07 2023 -0500

    Fix incorrect matrix positions for RGB LEDs (#20082)

commit bf4121a770938f3661ff5579bf28a65bcdfcb2af
Author: Andrew Kannan <andrew.kannan@gmail.com>
Date:   Fri Mar 10 05:23:53 2023 -0500

    [Keyboard] Add Ortho48v2 Keyboard (#18889)

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

commit 24bf0dfb37f09d6202b245cef146fbc8b5c17dda
Author: Kuribayashi Atsushi <kuribayashi.atsushi@g.sp.m.is.nagoya-u.ac.jp>
Date:   Fri Mar 10 18:20:37 2023 +0900

    [Keyboard] Add tsubasa keyboard (#19352)

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

commit 3b89fb61e8e638c99c0fc81592e121765258ece6
Author: Paul Enrico N. Viola <pviola@gbox.adnu.edu.ph>
Date:   Fri Mar 10 15:52:36 2023 +0800

    [Keyboard] update matrix pins for Polly40 (#20002)

commit eed3eb0b1da0c9499ad26d5d4042644a39b7b576
Author: Mark Stosberg <mark@rideamigos.com>
Date:   Fri Mar 10 02:19:20 2023 -0500

    [Keymap] add crkbd/keymaps/markstos (#19010)

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

commit 313fc4cb8f4e41c921112d0b105b82ad5d8a653e
Author: frobiac <frobiac@gmail.com>
Date:   Fri Mar 10 08:05:20 2023 +0100

    [Keyboard] frobiac custom boards and layout (#19883)

commit 62a8f412093c582a51a27e0fa1d7ad8596433cb9
Author: Budiman Jojo <budimanjojo@gmail.com>
Date:   Fri Mar 10 07:21:19 2023 +0700

    [Keymap] Fix the secondary keyboard not updating WPM (#20069)

commit ceb8222e57d3ffff8506b5318cb6773d6cbd1119
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Mar 10 09:36:20 2023 +1100

    Add CI builds for default and via keymaps (#20071)

commit 17bbef5200792d22df2bcc66e2f59a800252a1d3
Author: Flame Soulis <firecatdan@gmail.com>
Date:   Thu Mar 9 15:32:46 2023 -0500

    Keebio/KBO-5000 Encoder Misconfiguration Fix for #20073 (#20074)

commit 76fb534269367be40be1333c78c9fdf7c9b3de09
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Mar 10 07:27:04 2023 +1100

    `qmk info`: add warning when layout is offset (#20070)

commit 65f380c768fef5cb664201c16eec9e92c579db47
Author: Anjheos <69339386+Anjheos@users.noreply.github.com>
Date:   Thu Mar 9 11:42:09 2023 -0800

    Adding firmware for New Proto[Typist] in-stock PCBs. (#19958)

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

commit 9c79d2933c097d232f549a52a20514ec1d63a0a3
Author: jack <0x6A73@pm.me>
Date:   Wed Mar 8 12:58:23 2023 -0700

    [Doc] Update PR checklist (#19988)

commit ec3c2b75de1e79f8eca05e6ca2f62d573d1c7cf6
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Thu Mar 9 03:36:36 2023 +0800

    [Docs] Add mod-tap section header (#20041)

commit 5e4d23c54c6e65e7ed6030f911c7859eb29cf0c5
Author: Cipulot <40441626+Cipulot@users.noreply.github.com>
Date:   Wed Mar 8 11:43:57 2023 +0100

    EC Pro 2 PCB (#19917)

    * EC Pro 2 firmware by Cipulot

commit 2317c768e45f551143163f7d94140c7efe3217f3
Author: Freather <72902384+CMMS-Freather@users.noreply.github.com>
Date:   Wed Mar 8 01:50:37 2023 -0700

    [Keyboard] Teahouse Ayleen TKL (#19900)

    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: jack <0x6a73@protonmail.com>
    Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>

commit 952b88528f1c54a1793334a932fe3b443ba61618
Author: Joel Challis <git@zvecr.com>
Date:   Wed Mar 8 06:38:11 2023 +0000

    Fix processing of recently added system keycodes (#20058)

commit c1664ac6e383536860be9811a3f8086f4dcedcba
Author: Niles Tanner <nilestanner@users.noreply.github.com>
Date:   Tue Mar 7 15:50:32 2023 -0700

    VIA keymap for djinn (#19881)

commit 3d0f03f21e363f6485ee2fc1e10f9f61ca8709c2
Author: peepeetee <43021794+peepeetee@users.noreply.github.com>
Date:   Tue Mar 7 13:07:47 2023 -0800

    implement rgb matrix for momokai keyboards (#19904)

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

commit 25cb1c6a5ad604b9565f86d2aa7eff38f0d60521
Author: Olivia <125531297+Smooted@users.noreply.github.com>
Date:   Tue Mar 7 12:29:03 2023 -0600

    [Keymap] Smooted's BM80v2 keymap (#19873)

commit 8812db1d64d8927a23fdca49dd2409e090998e35
Author: Robert Mills <robcmills@gmail.com>
Date:   Tue Mar 7 10:13:46 2023 -0800

    [Keyboard] Add Karn Keyboard (#19846)

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

commit e6e11dfde77a82d197f30289ca6bff8d3921a439
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Tue Mar 7 09:05:34 2023 +0800

    Add disable git safe directory check step (#20040)

commit c8237a769124ce9019e3330b802f4af6275a2f64
Author: Dmitry Nosachev <quartz64@gmail.com>
Date:   Mon Mar 6 22:39:13 2023 +0300

    [Keyboard] Sejin EAT-1010R2 keyboard (#19809)

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

commit f067f4230538ee1efbeaebf13c92106f973ffe93
Author: souvlakeeb <109096368+souvlakeeb@users.noreply.github.com>
Date:   Mon Mar 6 12:24:56 2023 -0700

    [Docs] Discuss layout macro (#19803)

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

commit ca5eb9f664cd58cf4e396c54f5fc16c44224fdea
Author: gumorr <102767971+gumorr@users.noreply.github.com>
Date:   Mon Mar 6 13:17:29 2023 -0600

    [Keyboard] Add gummykey (#19695)

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

commit 61f3f5676a1f4ba31ad9ed7bdcba164178230275
Author: Leon Anavi <leon@anavi.org>
Date:   Mon Mar 6 03:28:01 2023 +0200

    keyboards/anavi: Add ANAVI Knobs 3 (#18624)

commit 500c4b748491727aa66f72331702072a8417d528
Author: Joel Challis <git@zvecr.com>
Date:   Sun Mar 5 23:07:47 2023 +0000

    Reject VIA keys within info.json (#20026)

commit 07b7fed122a612f2304211f37cf19ea7b392905a
Author: Sergey Vlasov <sigprof@gmail.com>
Date:   Sun Mar 5 16:29:10 2023 +0300

    Unbreak switchplate/southpaw_65 after #16277 (#20015)

    Apparently the changes done in #16277 swapped the values read from the
    PCA9555 expanders by mistake, which resulted in mixed up matrix columns.
    Fix the chip and register addresses to match the original code.

commit 77f7351991cef52a8b02c044acbfe1edb668f749
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Sat Mar 4 08:53:09 2023 +0800

    Add Keychron Q12 (#19844)

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

commit 127b53bd232544d01227361a48152184fc1b98bf
Author: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Date:   Fri Mar 3 23:04:00 2023 +0000

    Add Support for Lilly58 r2g (#19862)

    * Add support for lilly58 r2g by Mechboards

commit 95dd5738d2a78a78e8fdc0fc1cf0dc7152e29d7f
Author: Guillermo Aguirre <guillermoaguirre1@gmail.com>
Date:   Fri Mar 3 19:01:22 2023 -0300

    Add new keymap for Preonic rev3 (#19706)

commit d1a430b348a9578307f64823da2aebf36932cc52
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Mar 3 14:16:32 2023 +1100

    Initial deprecation policy documentation. (#19908)

commit 7ebb8c2dece8ad78f92d15898813a7d9b480caf7
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Mar 3 14:16:06 2023 +1100

    Update branch names to reflect configurator's new deployment. (#19999)

commit 6fabc330e3bd8156e84ef3106c07e93d210c37d1
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Mar 2 10:56:45 2023 +1100

    Check all keys have matrix positions when parsing C LAYOUT macros (#19781)

commit 80c6fbad1cd25071942f44119d76d29adcccd9f3
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Thu Mar 2 01:53:31 2023 +0800

    [Keyboard] Clean up contra & move to data-driven (#19973)

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

commit f6390892e356e68921c462d882d7e3e96ff605e0
Author: David Rambo <davidrambo@mailfence.com>
Date:   Wed Mar 1 09:49:33 2023 -0800

    [Keymap] Add davidrambo lulu keymap (#19448)

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

commit aeb3ed64c3cf009006664f8faebb4d12053e559c
Author: Paul Enrico N. Viola <pviola@gbox.adnu.edu.ph>
Date:   Thu Mar 2 01:05:36 2023 +0800

    added Polly40 keyboard (#19936)

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

commit 3fc9c0355959b8ca429c6f6a167732ec026326af
Author: Joel Challis <git@zvecr.com>
Date:   Wed Mar 1 02:55:14 2023 +0000

    Remove `all` from list of animations in `info.json` (#19978)

commit 53727062db036596eaec9e7fff6d1d9e112c2206
Author: Joel Challis <git@zvecr.com>
Date:   Tue Feb 28 20:27:11 2023 +0000

    Disable safe.directory check (#19970)

commit d35cdcc93394bbfd5a5af8fb21c0383d8c200afc
Author: gkeyboard <giggox_man@hotmail.com>
Date:   Wed Mar 1 03:24:35 2023 +0700

    [Keyboard] Add GPAD8-2R (gpad8_2r) Macro Pad (#19914)

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

commit b85a9abc96e1240b8e198abf1f9e9f1cc8aa89a1
Author: Michal S <mchal_@tuta.io>
Date:   Tue Feb 28 20:23:47 2023 +0000

    [Keymap] sofle/keymaps/michal: rewrite (#19938)

commit ee90ad28e6333cd7b4372ae23fb1c254d74ae40b
Author: studiokestra <74369928+studiokestra@users.noreply.github.com>
Date:   Tue Feb 28 13:22:14 2023 -0700

    [Keyboard] Add FRL84 PCB. (#19942)

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

commit e14254335d980410a09d558bc1e06d4645264654
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Feb 28 20:10:08 2023 +0000

    Bump tj-actions/changed-files from 34 to 35 (#19971)

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
    - [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/v34...v35)

    ---
    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 0596720f7fb6b877cd8c55b03dc014e189648f35
Author: Shawn Meier <shawn.meier@gmail.com>
Date:   Tue Feb 28 12:15:19 2023 -0700

    [Keyboard] remove non-existent method from ploopy documentation (#19957)

commit 051401175d98e777a6633445a0275b54ed36e97a
Author: Drashna Jaelre <drashna@drashna.net>
Date:   Tue Feb 28 11:14:48 2023 -0800

    [Keymap] Drashna updates for 0.20.0 (#19960)

commit 05631b276d557824518cdb0c7d5d78c8f118891c
Author: Joel Challis <git@zvecr.com>
Date:   Tue Feb 28 14:18:43 2023 +0000

    Flag "builddefs" as core changes (#19950)

commit bacec14073b2e897d5a52caf12de5a6a1f7b4078
Merge: d70e9b8659 b865b9e170
Author: Nick Brassel <nick@tzarc.org>
Date:   Tue Feb 28 11:22:29 2023 +1100

    Merge remote-tracking branch 'upstream/develop'

commit b865b9e1706ad28ae4882bd2e0331e98808295fa
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Feb 27 20:28:15 2023 +1100

    Add changelog for Leader Key refactor (#19953)

commit 1d182995ed71ba6d014a6e3360ef39e5d33cfbfb
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Feb 27 08:41:42 2023 +1100

    Breaking Changes 2023q1 changelog. (#19945)

commit bda28fa384d6f327ceb070176ddf4ce95690024e
Author: Joel Challis <git@zvecr.com>
Date:   Sun Feb 26 04:24:43 2023 +0000

    Hide hex output when building uf2 (#19940)

commit 89487677e3002dd645f7a4c31df671f1cff8bad1
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Feb 26 15:24:24 2023 +1100

    `keebio/kbo5000`: fix encoder config (#19941)

commit 7e0299117b389b1c7fcdfa2f20891ba2287ea771
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Feb 26 09:45:12 2023 +1100

    Move encoder config to data driven (#19923)

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

commit 314f6c1ddba09851b33e4f3b4bd43bdbc55f9628
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Feb 26 08:37:57 2023 +1100

    Move backlight config to data driven (#19910)

commit ba7546a334ec56e70629652e8552dd493449e9db
Merge: 9b410a9214 d70e9b8659
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Feb 25 06:04:23 2023 +0000

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

commit d70e9b8659a7fbbd7069fd542bd07e67e04327a1
Author: azhizhinov <azhizhinov@mail.ru>
Date:   Sat Feb 25 09:03:43 2023 +0300

    [Keyboard] Update Reviung Vendor ID (#19928)

commit 9b410a9214dc4ebd7797105bd24af7022ad0c580
Author: jack <0x6A73@pm.me>
Date:   Thu Feb 23 11:54:01 2023 -0700

    Remove VIA specific use of `MACRO0*` (#19918)

commit e719f5e2944b13588277eeefe460f6e21091c6fb
Author: jack <0x6A73@pm.me>
Date:   Thu Feb 23 07:46:15 2023 -0700

     Open Use standard magic keycodes in yandrstudio keymaps (#19919)

commit 9f2cd9119f18deb824ef7840c69f97c635b485cd
Author: Joel Challis <git@zvecr.com>
Date:   Wed Feb 22 22:50:09 2023 +0000

    Reallocate user/kb keycode ranges (#19907)

commit 961f0b7b2de54f988daf4ce7b791f91a33e55612
Author: Joel Challis <git@zvecr.com>
Date:   Wed Feb 22 22:49:07 2023 +0000

    Reallocate SAFE_RANGE (#19909)

commit ea772468650f7c79a9919a4770d371839985bef0
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Feb 23 09:32:18 2023 +1100

    Migrate some more layouts to data driven (#19889)

commit 3bf01bb9ed202b14f78105db2aa2a75d01fc4323
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Feb 23 09:20:23 2023 +1100

    Move QMK LUFA bootloader config to data driven (#19879)

commit 7f805cc7799deb0ca75f751cebd32c6640058af9
Author: Nick Brassel <nick@tzarc.org>
Date:   Thu Feb 23 09:19:00 2023 +1100

    VIA Protocol 12 + fixes (#19916)

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

commit 403b0addea48548abdbde6203d8673f2b77164a7
Author: Joel Challis <git@zvecr.com>
Date:   Wed Feb 22 21:14:29 2023 +0000

    Align magic keycodes (#19877)

commit 93f2ed3abf909d06334ee51ac687abd782cf68d5
Author: precondition <57645186+precondition@users.noreply.github.com>
Date:   Wed Feb 22 20:03:36 2023 +0100

    [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)

commit 24a86d5fdbb7502548398cf5d1f0f10014b25003
Author: jack <0x6A73@pm.me>
Date:   Tue Feb 21 22:58:29 2023 -0700

    Fixup cannonkeys/satisfaction75 (readd `backlight.breathing_period`) (#19901)

commit 0512e286a6aabe8645ed980abec82790a1f881cd
Author: Joel Challis <git@zvecr.com>
Date:   Wed Feb 22 01:15:18 2023 +0000

    Remove magic bodges from via keymaps (#19890)

commit 26854f59402f3f4b7ca5cfe0f3dd665a680715f5
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Feb 22 12:12:42 2023 +1100

    Remove default and unused `BACKLIGHT_LEVELS` (#19898)

commit 499fc3b85e99de725535eb73f653d77a71339e3f
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Feb 22 02:55:23 2023 +1100

    Add some missing `#pragma once`s (#19902)

commit 9c0ce80d7e7d266cfd2d8fb0d92889db06ea95ff
Author: Ryan <fauxpark@gmail.com>
Date:   Tue Feb 21 12:05:40 2023 +1100

    Move backlight config to data driven, part 1 (#19887)

commit 4b69225c225b76f6631977912c5197c834206b27
Merge: 7996be6db6 2133cc1011
Author: QMK Bot <hello@qmk.fm>
Date:   Mon Feb 20 05:43:29 2023 +0000

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

commit 2133cc1011500e66a0ee12e9622bc53f390a0d1e
Author: Eugenio Pastoral <46639608+achrovisual@users.noreply.github.com>
Date:   Mon Feb 20 13:42:42 2023 +0800

    New keymap for GMMK2 Compact (#19430)

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

commit 7996be6db6e9cf5f76427ed7bbfbe142e3f5aee5
Author: Joel Challis <git@zvecr.com>
Date:   Mon Feb 20 00:59:46 2023 +0000

    Refactor more KC_MISSION_CONTROL/KC_LAUNCHPAD usages (#19891)

commit f71f7733a32508905a37263c49da0ce36f04fc32
Author: zvecr <git@zvecr.com>
Date:   Sun Feb 19 20:30:18 2023 +0000

    Fix date

commit f5ccd04a5f228cc2ceea566a0d807b8c14e7418a
Author: zvecr <git@zvecr.com>
Date:   Sun Feb 19 20:23:01 2023 +0000

    Stub changelog

commit 330b73a2df1a4dd421534c267a2d3206a16813da
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Feb 19 22:33:47 2023 +1100

    Add license headers to all default layout keymaps (#19888)

commit 0152dd811dad101d5764f66476fa842170b86695
Author: Joel Challis <git@zvecr.com>
Date:   Sun Feb 19 07:59:50 2023 +0000

    Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)

commit e837a32b2b4d6eb96ffacad0022699d67c0f8f1e
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Feb 19 18:55:12 2023 +1100

    Move layouts for direct_pins boards to data driven (#19872)

commit 2222836f092ff52e0e93250ff91048cbb9071877
Merge: 3a23d0aab7 f93d72e57f
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Feb 19 05:42:36 2023 +0000

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

commit f93d72e57fbabc08cdd0b6038e8c9ef17d1fc8ac
Author: ThePanduuh <feojoe2@gmail.com>
Date:   Sun Feb 19 00:41:58 2023 -0500

    [Keymap] Add encoder map to degenpad default keymap (#19880)

commit 3a23d0aab72782c05e6c194130ffccb82ef95e11
Merge: 1283863c0e 08fc370621
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Feb 19 03:14:42 2023 +0000

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

commit 08fc37062175d6e4998c40be5b5f9a8993bc710b
Author: Kenny Hung (he) <kennysubs+github@outlook.com>
Date:   Sun Feb 19 03:14:05 2023 +0000

    BM40 keymap for Skewwhiffy, revamp (#19876)

commit 1283863c0e423eabfc01a4d3906cefbbf94a512c
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Feb 19 13:04:50 2023 +1100

    Add `mass-compile` ability to filter by key existence. (#19885)

commit 48a79b08ccbcd0af5269e2e9334042c8347d18f8
Author: Drashna Jaelre <drashna@live.com>
Date:   Sat Feb 18 17:08:03 2023 -0800

    Fix functions when `NO_ACTION_TAPPING` is defined (#11528)

commit 8f036574910177177cdd4e3cf5b48319b094c915
Merge: b8b1cb04b2 d2bed27414
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Feb 18 17:38:42 2023 +0000

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

commit d2bed27414ecf505ececf589846c950157d7daec
Author: CoffeeIsLife <36961653+CoffeeIsLife87@users.noreply.github.com>
Date:   Sat Feb 18 11:38:06 2023 -0600

    Add mouse layer to Kprepublic BM40HSRGB Coffee layout (#19878)

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

commit b8b1cb04b27e18f506b74e72d721616bb28ab688
Merge: f587a0c548 3110a70f6f
Author: fauxpark <fauxpark@gmail.com>
Date:   Sun Feb 19 04:35:43 2023 +1100

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

commit 3110a70f6f208e20174056e8600830e767b911ff
Author: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Date:   Sun Feb 19 01:28:56 2023 +0800

    Add ac001 keyboard (#19868)

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

commit 59f5889e627e67e659d8b15ce1acc4e0f8c65454
Author: Paul James <paul@peej.co.uk>
Date:   Sat Feb 18 18:26:44 2023 +0100

    [Keyboard] Add LED startup sequence to Lumberjack (#19841)

commit 7b5dee406441768e99e4fca1da042c630dd2baa7
Author: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Date:   Sat Feb 18 14:12:44 2023 -0300

    Add caps lock indicator capabilities to M75S (#19552)

commit f587a0c548d966bd4381236ed726f5ba733b67e2
Author: Joel Challis <git@zvecr.com>
Date:   Sat Feb 18 15:44:36 2023 +0000

    Align sequencer keycodes (#19875)

commit c9cee5accabe5e9a52ed89b1f276d0b7798ef937
Merge: 7ce71625bc 609b23af34
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Feb 18 08:14:13 2023 +0000

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

commit 609b23af344e7389503b197ba3594524a2ca8fad
Author: ThePanduuh <feojoe2@gmail.com>
Date:   Sat Feb 18 03:13:06 2023 -0500

    [Keyboard] Add Degenpad (#19812)

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

commit 7ce71625bc15e649f8c080b61ff17f7d7c2dfa9f
Author: pauper <125139481+pauperboards@users.noreply.github.com>
Date:   Sat Feb 18 00:26:43 2023 -0500

    [Keyboard] Brick (#19851)

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>

commit d1420cf1d9bf4ea6ec5458add81e4e43a1535623
Author: jack <0x6A73@pm.me>
Date:   Fri Feb 17 12:09:36 2023 -0700

    Fixup pegasushoof VIA keymap (#19874)

commit 86885ecbcccc322168577d86c418688d6b7f48d7
Author: Ryan <fauxpark@gmail.com>
Date:   Sat Feb 18 02:21:00 2023 +1100

    Fix more build failures (#19869)

commit a0708b2a782c36db2e08380f491d21bfcbd26a1e
Author: jack <0x6A73@pm.me>
Date:   Fri Feb 17 01:17:35 2023 -0700

    Fixup for_science (#19867)

commit 92f85ce929e7129fdc946edaee8868e1d92bfa7b
Merge: 8d5ad26310 92ea53aeda
Author: Drashna Jael're <drashna@live.com>
Date:   Thu Feb 16 22:34:35 2023 -0800

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

commit 92ea53aeda624b9c5d33a86b24661fbf2e319e89
Author: Emrik Östling <emrik.ostling@gmail.com>
Date:   Fri Feb 17 07:29:22 2023 +0100

    Added via keymap for bpiphany/pegasushoof (#19653)

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

commit 8d5ad2631053cf0f42965d515d0e2dc7594a8fb0
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 17:19:34 2023 +1100

    Fix API generation (#19866)

commit 8f6c228adbfec98828f0411f62bab07f96e5c020
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 16:40:49 2023 +1100

    Move `SOFT_SERIAL_PIN` to data driven (#19863)

commit 2da0827d4ffbcba161126d6001f370e97d0172a8
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 16:08:25 2023 +1100

    Remove matrix size defines (#19581)

commit 40ed20dddc5c1722b003928fd5da37eaf80cf57f
Author: jack <0x6A73@pm.me>
Date:   Thu Feb 16 20:58:32 2023 -0700

    Fixup durgod/dgk6x (scroll lock mis-defined as num lock) (#19864)

commit 17a0ccb432730ced9e73ae42a0d8730933bbc1d4
Merge: 43843e19b6 4a7894d98c
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 17 03:19:59 2023 +0000

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

commit 4a7894d98c5b452a4ade2dabd41e51e9d0632fee
Author: chickenman112 <76463635+chickenman112@users.noreply.github.com>
Date:   Thu Feb 16 19:19:13 2023 -0800

    [Keyboard] Add Ciel65 (#19847)

    Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>

commit 43843e19b630da894e7d5b92edbce8dbdf7f288c
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 14:15:06 2023 +1100

    Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)

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

commit f4ba17c4a0ee59603c167b04f2d6f6eee8b2cf1b
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 13:14:29 2023 +1100

    Move LED indicator config to data driven (#19800)

commit d784f78bd0a034c1d6085379615014fd701536ab
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 08:49:49 2023 +1100

    Move Bootmagic config to data driven (#19860)

commit 7fad94ba2d5092abe451d0bbc95caaa37fec95bc
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 17 08:13:41 2023 +1100

    Remove unused RGBLight defines from config.h (#19859)

commit 86ab1c13315db9db5bfd2328bdf7aeb2e858343b
Merge: 242f51007f beb9fcb8bc
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 16 16:31:05 2023 +0000

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

commit beb9fcb8bcf156337601499d0b0de5f246878808
Author: TommyZ <60314626+tommyamoszhao@users.noreply.github.com>
Date:   Fri Feb 17 00:30:24 2023 +0800

    [Keyboard] Add Quarkeys Z40 keyboard (#19741)

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

commit 242f51007f2a6151da49cebb0d6ac4aa77fa9e19
Author: Joel Challis <git@zvecr.com>
Date:   Thu Feb 16 01:00:01 2023 +0000

    Fix regen script for macOS (#19857)

commit 5e8c0e4d5f560e4880e42443dd3c3985b944afe9
Merge: a63808c23f 9cf58ec834
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Feb 15 22:41:33 2023 +0000

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

commit 9cf58ec8349769195e81b5100faf76f380c02757
Author: jack <0x6A73@pm.me>
Date:   Wed Feb 15 15:40:47 2023 -0700

    Elaborate on keyboard level encoder functionality (#19839)

commit a63808c23fac9c5fcb9fed296b756ebf6fc34d78
Author: Drashna Jaelre <drashna@live.com>
Date:   Wed Feb 15 13:06:10 2023 -0800

    [Bug] Fix compiliation issue for Key Overrides (#19856)

commit 7bd049a79ab5511125bf8fa205b618ba8b41e3af
Merge: 47b7b4bcff e4c41b4337
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Feb 15 02:46:25 2023 +0000

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

commit e4c41b433799a990854992d3676b99d68ebe9919
Author: jack <0x6A73@pm.me>
Date:   Tue Feb 14 19:45:40 2023 -0700

    Fixup work_board VIA keymap (reduce firmware size) (#19850)

commit 47b7b4bcff65368fcb863d14503a0c42e182c868
Merge: 7d692d64f3 7ae9dbca1d
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 14 21:12:24 2023 +0000

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

commit 7ae9dbca1d1551e397b256aa3864460775802db4
Author: Jeayo Keh <gezhaoyou@126.com>
Date:   Wed Feb 15 05:11:45 2023 +0800

    [Keyboard] add ‘soda/pocket’ (#19838)

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

commit 7d692d64f3997b816607c282b09fecae14212fe6
Author: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
Date:   Tue Feb 14 12:44:42 2023 -0800

    Fix Layer Mod handling of with right-handed mods. (#19845)

commit 9908ed7ecd1bc0c45f0322b959811bd8fd641961
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Wed Feb 15 04:44:18 2023 +0800

    Add swap hands status function (#19831)

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

commit 2cdf99ae950a82e233482347651b7689c4896827
Author: Ryan <fauxpark@gmail.com>
Date:   Tue Feb 14 18:39:41 2023 +1100

    Migrate `DIRECT_PINS` to data driven (#19826)

commit 0b796b91a352c6084ed0b4c0f5aa99cc9d2fa07c
Merge: b5b422335a 7d0358cfeb
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 14 07:38:14 2023 +0000

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

commit 7d0358cfebc75f685ad1cf3ff7ae20ec6afe4430
Author: spbgzh <72414103+spbgzh@users.noreply.github.com>
Date:   Tue Feb 14 15:37:12 2023 +0800

    add new keyboard creek70 (#19789)

commit b5b422335a19efbb5e354be9ac4a0cbce9f00ba6
Merge: 0bc804e6a1 aa9882abd6
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 14 07:17:57 2023 +0000

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

commit aa9882abd6a638de001e65f1058f7e8f74f9accb
Author: Sắn <59417802+MaiTheSan@users.noreply.github.com>
Date:   Tue Feb 14 14:17:21 2023 +0700

    Add Eclipse60 / tinyneko (#19379)

commit 0bc804e6a1c174d5a27867430a4b636b793e8603
Merge: 12f02dd8be 999200c05a
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 14 07:14:04 2023 +0000

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

commit 999200c05a376638b0c9e6f383c9e0e0aef69a34
Author: Keith Wade <keawade@protonmail.com>
Date:   Tue Feb 14 02:13:27 2023 -0500

    Add keaboard keyboard (#19816)

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

commit 12f02dd8be7e043050ccc1be897d965f95016164
Author: しぐれ <23041178+ForsakenRei@users.noreply.github.com>
Date:   Mon Feb 13 22:23:36 2023 -0500

    [Doc]Remove depracted extension links in vscode guide (#19842)

commit 74770ac79b4f4e398e9737ccdc274bfe0a09a910
Merge: e922b46a86 7a099b7ea5
Author: Dasky <32983009+daskygit@users.noreply.github.com>
Date:   Tue Feb 14 03:05:44 2023 +0000

    Merge branch 'master' into develop

commit 7a099b7ea5b7c38d4ca781354533b3962750e2b7
Author: precondition <57645186+precondition@users.noreply.github.com>
Date:   Tue Feb 14 03:49:17 2023 +0100

    Update KC_NLCK and KC_SLCK in international docs (#19521)

commit cd91a3ced79db6c293b20ee4a7bf429012f58478
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Tue Feb 14 01:58:27 2023 +0800

    Update fractal attribution comment (#19832)

commit e922b46a866aec40f34d9e0dfcb15932adeb0563
Author: Stefan Kerkmann <karlk90@pm.me>
Date:   Mon Feb 13 15:51:51 2023 +0100

    Update pico-sdk to 1.5.0 (#19829)

commit ef881364d41fa332c237f3e890c4de8fc684a888
Author: jack <0x6A73@pm.me>
Date:   Sun Feb 12 23:11:43 2023 -0700

    Fixup swiftrax/bumblebee (reduce firmware size) (#19834)

commit 37fc08af8446b60c243f8b7cf53909b0fc9a8a66
Author: jack <0x6A73@pm.me>
Date:   Sun Feb 12 23:10:51 2023 -0700

    Remove lingering `I2CD2` usages w/ RP2040 (#19833)

commit 896d9aa98cfec0f2b1010be7e0db289b8b809311
Author: Joel Challis <git@zvecr.com>
Date:   Sun Feb 12 23:02:05 2023 +0000

    Add rp2040_ce and add elite-pi and helios as alias (#19830)

    * add rp2040_ce and add elite-pi and helios as alias (#19628)

    * fix git mishap

    * Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h

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

    ---------

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

    * Tidy docs

    ---------

    Co-authored-by: Conor Burns <mail@conor-burns.com>

commit b8ac4dddb6234ed23dc28cc0068ea76f4f10be5c
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Feb 13 08:57:23 2023 +1100

    Fixup `develop` compiles. (#19828)

commit 9828f9d25666d49f94e14760a05087cfa8f3e650
Merge: b47f179a4a 9a654e5728
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Feb 12 20:10:30 2023 +0000

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

commit 9a654e5728bb80016d02d1365561bcc8badd8770
Author: Thomas <fearherbs1@gmail.com>
Date:   Sun Feb 12 15:09:43 2023 -0500

    [Keyboard] Add Blue Team Pad (#19807)

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

commit b47f179a4a331240874b3c9664dc0bc334b42220
Author: Drashna Jaelre <drashna@live.com>
Date:   Sun Feb 12 09:48:14 2023 -0800

    Make Magic handling more consistent in Action Keycode handling (#9126)

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

commit 6ceff1367d1d3c6fbf6f903ea9ef7aff9099eec5
Author: Joel Challis <git@zvecr.com>
Date:   Sun Feb 12 17:09:34 2023 +0000

    Tidy up use of keycode range helpers (#19813)

commit 13af26526837c9a82b53a42b1820ce19d587553c
Merge: 3ae87b1555 3f45fd4924
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Feb 12 17:06:22 2023 +0000

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

commit 3f45fd4924ad13d76049d02611f63b2337e52bf2
Author: souvlakeeb <109096368+souvlakeeb@users.noreply.github.com>
Date:   Sun Feb 12 10:05:46 2023 -0700

    Fix serial_driver.md list item numbering (#19819)

commit 3ae87b155531b4529970c65c7a92a7399ab0233f
Author: dexter93 <d3xter93@gmail.com>
Date:   Sun Feb 12 18:38:36 2023 +0200

    core: allow locking the matrix state (#18852)

    Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
    Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
    Co-authored-by: Nick Brassel <nick@tzarc.org>

commit db1eeea4788de062eccf327da5844fc3f46844f9
Author: Eric.a Gebhart <e.a.gebhart@gmail.com>
Date:   Sun Feb 12 11:31:04 2023 -0500

    Add combo hook to allow per layer combo reference layers. (#16699)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

commit bbf7a20b33de2d203518687cb5cd1aa85005ea27
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Feb 13 03:19:02 2023 +1100

    Refactor Leader key feature (#19632)

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

commit d10350cd2ceb2b9d80522cdec3ea908118f7fd35
Author: Joel Challis <git@zvecr.com>
Date:   Sun Feb 12 15:55:51 2023 +0000

    Restore packing of midi note keycodes (#19468)

commit b44e64a6bfc09f3e1bc277f84312d4bfe5a4c681
Merge: 584b7cf801 0afe0e2441
Author: fauxpark <fauxpark@gmail.com>
Date:   Mon Feb 13 00:20:19 2023 +1100

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

commit 584b7cf801f98d58aefe5a9bbc4a163aba4c1b74
Author: Sergey Vlasov <sigprof@gmail.com>
Date:   Sun Feb 12 09:14:34 2023 +0300

    Fix build failures with `OPT = 0` due to inline functions (#19767)

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

commit b1f4d49c43e5034b44e34c5ee6e2d9a72195e41d
Author: Drashna Jaelre <drashna@live.com>
Date:   Sat Feb 11 22:07:01 2023 -0800

    [Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821)

commit 9c6942ea40e675e2f9d8022d893184776d5a7e49
Author: jack <0x6A73@pm.me>
Date:   Sat Feb 11 19:40:16 2023 -0700

    Remove `config.h` include from quantum files (#19817)

commit 0afe0e24411a4c658e12c1872a9d4cd95358f2d8
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Feb 12 13:38:47 2023 +1100

    Fix layout aliases for two boards (#19818)

commit ab1dd0faabe1f5661536b3c1403bec96d5665ae3
Author: jack <0x6A73@pm.me>
Date:   Sat Feb 11 19:01:48 2023 -0700

    Fixup ek65 -- add processor & bootloader in info.json (#19815)

commit 78d366fca6c42086121bb64261c8acff32afe7f6
Author: jack <0x6A73@pm.me>
Date:   Sat Feb 11 18:58:30 2023 -0700

    Reduce synthlabs/060 firmware size (#19814)

commit fe02abc47921428fe6eb59ca817bfd082f0de4bf
Author: Drashna Jaelre <drashna@live.com>
Date:   Sat Feb 11 15:23:07 2023 -0800

    [Core] Tri Layer Keys (#19795)

    Co-authored-by: wilba <wilba@wilba.tech>
    Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Nick Brassel <nick@tzarc.org>

commit 40028437971fbca33f49e1d0b683b3b6e2dc9a61
Merge: 90f3d6201a 21f4375393
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Feb 11 20:38:10 2023 +0000

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

commit 21f437539357c227bcce604bc5afa3bd467d06aa
Author: precondition <57645186+precondition@users.noreply.github.com>
Date:   Sat Feb 11 21:37:30 2023 +0100

    Update documentation for LM(layer, mod) (#19284)

    * Update documentation for LM(layer, mod)

    * Move LM table to caveats section

commit 90f3d6201a3cc58f7bb0c6d8abd8092a43c968d5
Author: Joel Challis <git@zvecr.com>
Date:   Sat Feb 11 20:36:11 2023 +0000

    Reduce false positives in layout name validation (#19646)

commit 0a9d06a5053caf99535604f34b63c821e5cf5a1b
Merge: 34bc896cf9 f667821ed3
Author: QMK Bot <hello@qmk.fm>
Date:   Sat Feb 11 19:08:39 2023 +0000

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

commit f667821ed3fbcaafd84208b0c8a82bbdb5a019b5
Author: Luis Moreno <lmoreno.serrano@gmail.com>
Date:   Sat Feb 11 20:07:51 2023 +0100

    [Docs] Resynchronizing Your Branch including submodules (#19268)

commit 34bc896cf90e57e7e4fe12d07711ec51963ad959
Author: Drashna Jaelre <drashna@live.com>
Date:   Fri Feb 10 20:12:35 2023 -0800

    [Keyboard] Fix merge error with fave84 board (#19808)

commit 11d49d00e74618500e5c51e4c7f858eb906ccea8
Author: Joel Challis <git@zvecr.com>
Date:   Sat Feb 11 03:47:17 2023 +0000

    Remove matrix_init_quantum/matrix_scan_quantum (#19806)

commit 99918945149f98cf73f9365b0ad49a2fc07d1152
Author: Nick Brassel <nick@tzarc.org>
Date:   Sat Feb 11 13:45:51 2023 +1100

    Generate encodermap output from keymap.json. (#18915)

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

commit 01593501e30624af64abc1905944788f8e3b15ba
Merge: 3137883956 1504e9ca4c
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 10 22:41:56 2023 +0000

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

commit 1504e9ca4cb4fc518413da2fbafed86c6535d0e1
Author: Xelus22 <17491233+Xelus22@users.noreply.github.com>
Date:   Sat Feb 11 09:41:18 2023 +1100

    Fix bear65 (#19805)

commit 31378839566006de80e4b979079f3149b3a9f4df
Author: Jouke Witteveen <j.witteveen@gmail.com>
Date:   Fri Feb 10 23:39:13 2023 +0100

    Typographic updates to source generation (#19160)

commit 1d0b4c8d38794dc019ecb224f2992b4ddfa70839
Author: Joel Challis <git@zvecr.com>
Date:   Fri Feb 10 21:10:14 2023 +0000

    Tidy up use of keycode range helpers (#19756)

commit 2ffdec5dc2a5cb350998168e76d7916e2d9728fc
Author: Joel Challis <git@zvecr.com>
Date:   Fri Feb 10 21:08:54 2023 +0000

    Move more unicode ranges to DD (#19755)

commit 79b364d289932e78b4107edc941d26f2ef23cd0f
Merge: 61009c506b d0702b519d
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 10 18:06:46 2023 +0000

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

commit d0702b519d232c866db23b09e62132bff416858f
Author: Xelus22 <17491233+Xelus22@users.noreply.github.com>
Date:   Sat Feb 11 05:06:37 2023 +1100

    [Keyboard] Update Pachi RGB Rev2 VIA custom indicators (#19788)

commit 8c3e09b950e6b910a0ffe9fcf8bfb54c2e9b20d5
Author: Wolf Van Herreweghe <wolfvanh@gmail.com>
Date:   Fri Feb 10 19:05:57 2023 +0100

    [Keyboard] Add the Twilight by MD (#19787)

    Co-authored-by: Wolf <contact@vwolf.be>

commit 61009c506bb7e19111c428e936ae0b27a6db5d1f
Merge: 55e671a6f9 b444e82985
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 10 17:29:34 2023 +0000

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

commit b444e8298511ac53257b4a02973f2a82a6220a57
Author: kpagratis <kostas@pagratis.us>
Date:   Fri Feb 10 10:28:39 2023 -0700

    [Keyboard] Add Dactyl 6x5 68 keys (#18679)

commit 55e671a6f98bc69799f0e7f9f787ec02efcb1656
Merge: 95671148a4 98ed19045d
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 10 10:40:54 2023 +0000

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

commit 98ed19045d9b3956d124fca66f7f2239249f92b7
Author: Arialdo Martini <arialdomartini@gmail.com>
Date:   Fri Feb 10 11:40:15 2023 +0100

    [Docs] Combos example consistently uses A B keys (#19792)

commit 95671148a4f451cd98b98e5d2b8d559ad12eb24d
Author: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Date:   Fri Feb 10 11:39:35 2023 +0100

    [Docs] Change defines to enums in examples (#19793)

commit 50cd320616aa4850ebcd876b3462f449ec55c51b
Merge: 6df5d64bb9 bccf2cba6a
Author: fauxpark <fauxpark@gmail.com>
Date:   Fri Feb 10 20:19:08 2023 +1100

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

commit bccf2cba6aa4bcbed7041ee499ac312b42d0d563
Author: yiancar <yiangosyiangou@cytanet.com.cy>
Date:   Fri Feb 10 09:09:40 2023 +0000

    [Keyboard] Add alas keyboard (#19717)

    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: yiancar <yiancar@gmail.com>

commit 3b987f4a9d224e2ef5765b306ad25afbb28ce7a2
Author: FLinguenheld <90783310+FLinguenheld@users.noreply.github.com>
Date:   Fri Feb 10 10:07:39 2023 +0100

    [Keyboard] Flinguenheld (#19661)

commit bc3c6f0831939198e5e97e91bb5ff33c2ba444ae
Author: buzzlighter1 <mikhail.evtushenko@gmail.com>
Date:   Fri Feb 10 07:03:56 2023 +0300

    Update buzzlighter1 keymap (#19757)

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

commit 25ff06c01d84ba0d580e8a572e9b655cc555dcd9
Author: Wolf Van Herreweghe <wolfvanh@gmail.com>
Date:   Fri Feb 10 04:59:03 2023 +0100

    Move FAve 84H to data driven design + Via Custom UI (#19763)

    Co-authored-by: Wolf <contact@vwolf.be>

commit 5208361dcbd2bfd851a598964b88ac7da5e5340e
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Fri Feb 10 11:54:40 2023 +0800

    Update info.json for Keychron V10 (#19791)

commit 462ab3c4d23615b0a80a19b18ab7c69cf8904313
Author: Colin Kinloch <colin@kinlo.ch>
Date:   Thu Feb 9 21:29:23 2023 +0000

    [Keyboard] Add CXT Studio (#19531)

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

commit 1b3b1427d2eee2e64c872aa0a6c403dbd06defa2
Author: djok0127 <djok0127@gmail.com>
Date:   Thu Feb 9 13:10:25 2023 -0800

    [Keyboard] Add Igloo (#19678)

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

commit bc784749066fc830935bf409d1a0faf323619a8c
Author: Vertex-kb <102476474+Vertex-kb@users.noreply.github.com>
Date:   Fri Feb 10 05:07:44 2023 +0800

    [Keyboard] add arc60h (#18798)

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

commit cdaac2586164178dcf99fc2d72c5a506c99ef09a
Author: Juno Nguyen <juno.ngx@gmail.com>
Date:   Fri Feb 10 05:07:00 2023 +0800

    [Keymap] junonum: community keymap improvement (#19727)

    Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local>
    Co-authored-by: Joel Challis <git@zvecr.com>

commit 40f0325af85110388626d154331d6e3d4f4077c5
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 9 13:04:20 2023 -0800

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

commit 989f2476b6053fbb970a1560094b04b88d337891
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Fri Feb 10 08:01:21 2023 +1100

    [Keyboard] Add Binepad BNR1 v2 rotary encoder (#19770)

commit 9c6b8fae404f4e31a898b01e47e9d53d9c0c8a45
Author: eason <98533237+EasonQian1@users.noreply.github.com>
Date:   Fri Feb 10 04:57:31 2023 +0800

    [Keyboard] Add greatsword80 (#19746)

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

commit 4eb5c6803ff2cbcf6a166fd9e05636cacc2c7fdf
Author: Alabahuy <rezzaadio@gmail.com>
Date:   Fri Feb 10 03:56:17 2023 +0700

    Fix Matrix for kamigakushi (#19775)

commit 758766820d943c83e9f3a0b92b2b47d05b03385e
Author: Andrew Kannan <andrew.kannan@klaviyo.com>
Date:   Thu Feb 9 15:55:26 2023 -0500

    Add Type-B firmware to QMK (#19764)

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

commit e19cbe25f371e89ae1de04e71e5596625b8783f2
Author: Katrina <62135880+PepperKats@users.noreply.github.com>
Date:   Thu Feb 9 13:43:22 2023 -0700

    [Keyboard] Doio kb38 (#19650)

commit f07841cce38d1ae63d6c41b2c067c650a7bee648
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Fri Feb 10 04:40:17 2023 +0800

    [Keyboard] Added JIS version for Keychron Q2 (#19491)

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

commit 6df5d64bb9f2b6de149016b3c56d41dec54e8302
Merge: e24f9b2c0a 41a5046e89
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 9 19:36:44 2023 +0000

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

commit 41a5046e89410cf6a119493f7c4f302f480e94a9
Author: asdfire1 <45483619+asdfire1@users.noreply.github.com>
Date:   Thu Feb 9 20:36:06 2023 +0100

    [Keymap] Add colemak_luna keymap for crkbd (#19708)

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

commit e24f9b2c0af33ec0df0fb341546102e8f14b9be8
Author: miguelelinventor <miguelelinventor@gmail.com>
Date:   Thu Feb 9 20:27:37 2023 +0100

    Add Michi MCU Converter support (#19163)

commit c67285587c812a3dffb20113c8a270b596156d0e
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Feb 9 14:34:21 2023 +1100

    Fix errors flagged by generate-api (#19784)

commit b0604aca477d0ea010b0ba65364677b179327a1b
Merge: 7d677cfdff ff6c44db25
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 9 03:29:51 2023 +0000

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

commit ff6c44db25516b49666807592ddab3108ad58067
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Wed Feb 8 22:29:15 2023 -0500

    [keyboard] reedskeebs/alish40 (#19754)

    Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>

commit 7d677cfdffd903140b4552518625a608031a1de5
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Wed Feb 8 22:10:27 2023 -0500

    implement missing layouts + DD migration for wilba_tech/wt60_d (#19777)

commit df3c9a54015616d31ae0f55afb7b326bd6c300e6
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Thu Feb 9 11:05:21 2023 +0800

    Rename ramonimbao folder to rmi_kb (#19699)

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

commit ccb6c908dd71fac3dfa89f2d8baa8196eac9994f
Author: Ryan <fauxpark@gmail.com>
Date:   Thu Feb 9 10:57:42 2023 +1100

    Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)

    * Remove `SOFT_SERIAL_PIN` for non-split boards

    * Delete more empty config.h

commit f9aeea64c1f85d388485503e52035b5f7533ed26
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Feb 8 18:41:46 2023 +1100

    Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)

commit 3499677b6a5a9ee5845122382f93f0500dfd8429
Merge: c2362b4bea cf45a05296
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Feb 8 04:55:11 2023 +0000

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

commit cf45a0529671e33fdb63e3003d4340d7320b3e8e
Author: beelzebubi <59477216+beelzebubi@users.noreply.github.com>
Date:   Wed Feb 8 05:54:27 2023 +0100

    [Keyboard] Add Bear65 v2 (#19578)

    Co-authored-by: jack <0x6a73@protonmail.com>
    Co-authored-by: Tom Sennewald <tom@sennewald.me>

commit c2362b4bea60adff0b4995a9faf1ee59117e5bfa
Merge: 6dfaedb0d4 e871ddaae8
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Feb 8 04:52:31 2023 +0000

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

commit e871ddaae8d77d0a0b1bcf490ffdcc79cf39a61a
Author: mechlovin <57231893+mechlovin@users.noreply.github.com>
Date:   Wed Feb 8 11:51:51 2023 +0700

    [Keyboard] Fix the underglow RGB LED  (#19622)

    Co-authored-by: h40 <73354045+h40io@users.noreply.github.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>

commit 6dfaedb0d4671b033711f42de4ebf487bb7d85d2
Merge: 650864c27d aa3b64db2b
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Feb 8 04:43:26 2023 +0000

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

commit aa3b64db2bd8776f0b452bc3106c6ee663b3cce4
Author: Laneware <68452738+Laneware@users.noreply.github.com>
Date:   Wed Feb 8 14:42:47 2023 +1000

    [Keyboard] LW75 Support (#19506)

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

commit 650864c27d2477f3506912063c7d8adf5b4e6a28
Merge: 8d6bf19fc7 a7febfbb62
Author: QMK Bot <hello@qmk.fm>
Date:   Wed Feb 8 02:21:22 2023 +0000

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

commit a7febfbb62182e72ecc39c5fa9e8bd9ac923f47e
Author: soggywhale <112708531+soggywhale@users.noreply.github.com>
Date:   Wed Feb 8 03:20:42 2023 +0100

    changed the undefined ON and OFF parameters to thedefined constant (#19772)

commit 8d6bf19fc78fe372cd42486718d753f342895d2f
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Feb 8 01:46:51 2023 +1100

    Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)

commit 2202a25c352505ec2dba8d655fdfd216ca87849e
Merge: c9a1804ca7 5dfaf0a218
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 7 08:10:08 2023 +0000

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

commit 5dfaf0a21881c79a1268b354fd9ca9c113bb117e
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 7 00:09:26 2023 -0800

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

commit c9a1804ca7a1d447aac4d363d9786c6cc69b303e
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 7 00:09:04 2023 -0800

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

commit 7a07e4a443ee34eb5ebe58cdfacc9b4a6406e174
Merge: 11b6bb8179 4d5abe1e74
Author: QMK Bot <hello@qmk.fm>
Date:   Tue Feb 7 07:54:49 2023 +0000

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

commit 4d5abe1e74e8306bbef91bee75989d8efe6812d3
Author: eason <98533237+EasonQian1@users.noreply.github.com>
Date:   Tue Feb 7 15:54:10 2023 +0800

    [Keyboard] Add aeroboard (#19087)

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

commit 11b6bb8179ce93c5954c96e24ef6dd09c497a131
Author: Ryan <fauxpark@gmail.com>
Date:   Tue Feb 7 11:05:37 2023 +1100

    Remove unused Bootmagic row/col defines from config.h (#19761)

commit a988f8a169112e31b21ff7c61870ab483c396cf3
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Feb 6 13:40:23 2023 +1100

    Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)

commit f0618a1d53a50a6ed6a6b050daf31365599bef4b
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Feb 6 13:36:09 2023 +1100

    Remove `IS_HOST_LED_ON` and migrate usages (#19753)

commit d5e622b979c54ddc8f9ad97116c302e29c6aed12
Author: jack <0x6A73@pm.me>
Date:   Sun Feb 5 14:36:01 2023 -0700

    Remove `DEBOUNCE` macro usage (#19750)

commit a5f36b156ba2a80a992936e79073039f9a871573
Merge: 53b7dbe671 3dae56b634
Author: QMK Bot <hello@qmk.fm>
Date:   Sun Feb 5 20:50:17 2023 +0000

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

commit 3dae56b634e610ce72fdcb9bd3bff2dda330b83e
Author: Juno Nguyen <juno.ngx@gmail.com>
Date:   Mon Feb 6 04:49:25 2023 +0800

    [Keyboard] Add Brick (#19728)

commit 53b7dbe671813808ea3a7f36c9eb5ca3c59bf16c
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Feb 6 07:26:45 2023 +1100

    Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)

commit ebb512db827e84619e7151fcf76e3daf9328fe59
Author: Ryan <fauxpark@gmail.com>
Date:   Sat Feb 4 06:19:58 2023 +1100

    Debounce defines cleanup (#19742)

    * Clean up `DEBOUNCE` in config.h, 0-9

    * Clean up `DEBOUNCE` in config.h, A

    * Clean up `DEBOUNCE` in config.h, B

    * Clean up `DEBOUNCE` in config.h, C

    * Clean up `DEBOUNCE` in config.h, D

    * Clean up `DEBOUNCE` in config.h, E

    * Clean up `DEBOUNCE` in config.h, F

    * Clean up `DEBOUNCE` in config.h, G

    * Clean up `DEBOUNCE` in config.h, H

    * Clean up `DEBOUNCE` in config.h, handwired

    * Clean up `DEBOUNCE` in config.h, I

    * Clean up `DEBOUNCE` in config.h, J

    * Clean up `DEBOUNCE` in config.h, K

    * Clean up `DEBOUNCE` in config.h, L

    * Clean up `DEBOUNCE` in config.h, M

    * Clean up `DEBOUNCE` in config.h, N

    * Clean up `DEBOUNCE` in config.h, O

    * Clean up `DEBOUNCE` in config.h, P

    * Clean up `DEBOUNCE` in config.h, Q

    * Clean up `DEBOUNCE` in config.h, R

    * Clean up `DEBOUNCE` in config.h, S

    * Clean up `DEBOUNCE` in config.h, T

    * Clean up `DEBOUNCE` in config.h, U

    * Clean up `DEBOUNCE` in config.h, V

    * Clean up `DEBOUNCE` in config.h, W

    * Clean up `DEBOUNCE` in config.h, X

    * Clean up `DEBOUNCE` in config.h, Y

    * Clean up `DEBOUNCE` in config.h, Z

    * Remove default debounce from info.json

    * Migrate non-default debounce to info.json

commit fb6c9eaed4806d5cc0cc42ce2be8219190b6e564
Author: Joel Challis <git@zvecr.com>
Date:   Fri Feb 3 05:05:45 2023 +0000

    Regen keycode_table for unit tests (#19721)

commit a01a8949ebb9f24417f2a98c23e434f192dc1cf7
Merge: 903a42f869 17409dad54
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 3 02:15:02 2023 +0000

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

commit 17409dad542fa0dfd0ea966769264e718f950630
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 18:14:26 2023 -0800

    Format code according to conventions (#19739)

commit 903a42f869d75e203430ac86292a45149f866ca2
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 18:10:32 2023 -0800

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

commit 18090062ea26700fb29449153ca297d870b94391
Merge: 11fc7bf0dd 4d09bfa076
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 3 02:05:26 2023 +0000

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

commit 4d09bfa076e5850ab311852cc51db624a9bd7183
Author: nendezkombet <82454371+nendezkombet@users.noreply.github.com>
Date:   Fri Feb 3 09:04:47 2023 +0700

    [Keyboard] Add keebformom ortho 4x10 (#18104)

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

commit 11fc7bf0ddbda9f1fc1ebb3ae2dffc0443890012
Merge: a1ecbaa45d c3406eb8d7
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 3 01:01:13 2023 +0000

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

commit c3406eb8d71399f6232a07cb5354c343f23805dd
Author: zhol0777 <97376918+zhol0777@users.noreply.github.com>
Date:   Thu Feb 2 17:00:38 2023 -0800

    [Keyboard] Add mkh studio bully (#19696)

commit a1ecbaa45daa803eb5e87a0734faca30898a883d
Merge: 0250de184d 87c4152738
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 3 00:18:03 2023 +0000

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

commit 87c41527388fc3da129fe404366bbd12faf626b5
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Fri Feb 3 08:17:05 2023 +0800

    Update handedness by define examples (#19687)

commit 0250de184dead6ba615f95d7ce2dcbbb9c3b26e1
Merge: f20a05440e 8e9d109b8c
Author: QMK Bot <hello@qmk.fm>
Date:   Fri Feb 3 00:15:41 2023 +0000

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

commit 8e9d109b8c9b1caeea38dbafdfda20e1e79b2d58
Author: Kassandra Karan <87594618+SpaceyKasey@users.noreply.github.com>
Date:   Thu Feb 2 19:14:54 2023 -0500

    Added MacOS Support for BigKnob (#19693)

commit f20a05440ed38bb3de754b2193e56d3e41a939a1
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Feb 3 11:04:10 2023 +1100

    Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)

commit 8c0267c0eb51fa3bdcba5643ca70e293439acbf9
Merge: 007bcb2106 de6a6f963b
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 21:34:50 2023 +0000

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

commit de6a6f963b5e459e8853d83723651bc01774501d
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Fri Feb 3 05:34:39 2023 +0800

    [Keyboard] Add Keychron V6 (#19498)

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

commit 10c3b9737f27b67b3a5ddabb7411a840f7cd6ee7
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Fri Feb 3 05:34:18 2023 +0800

    [Keyboard] Add Keychron V10 (#19504)

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

commit 007bcb21069d69e1371be835721b690d0339e231
Merge: 2889f62179 a76e70cfff
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 21:34:07 2023 +0000

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

commit a76e70cffff69d5ba30a39f844df490fcddd93c7
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Fri Feb 3 05:33:56 2023 +0800

    [Keyboard] Add rev_0131 for Keychron Q0 (#19547)

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

commit d3b00d959421c183acb4ebc5c1a8882d39264b17
Author: TommyZ <60314626+tommyamoszhao@users.noreply.github.com>
Date:   Fri Feb 3 05:33:31 2023 +0800

    [Keyboard] Add Quarkeys Z67 with solder and hotswap versions (#19465)

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

commit 2889f62179970fbaf6396061d210317d7e6d7cba
Merge: a6900dd5c5 3115cdf663
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 21:33:06 2023 +0000

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

commit 3115cdf6639909cedabaaccabad959653359f359
Author: Andrew Kannan <andrew.kannan@klaviyo.com>
Date:   Thu Feb 2 16:32:22 2023 -0500

    [Keyboard] Add Crin (#18065)

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

commit a6900dd5c58f9a8bd4ffd91acf689c7177444ab6
Merge: d55b07696b eeadbd2176
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 20:15:05 2023 +0000

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

commit eeadbd217661c07852b8906ce038415f36961f4e
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Feb 3 07:14:26 2023 +1100

    Politely ask people not to submit issues to add support for unknown keyboards. (#19737)

commit d55b07696b59d6e4bb427e22ed171a4e23c95a2b
Author: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Date:   Thu Feb 2 19:23:27 2023 +0100

    Add commit info to `version.h` (#19542)

    * Initial commit

    * Fix import order

    * Fix deleted code instead of debug print line

    * Format

    * Update lib/python/qmk/cli/generate/version_h.py

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

    * Renaming

    * Update lib/python/qmk/cli/generate/version_h.py

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

    * Update lib/python/qmk/git.py

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

    ---------

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

commit 53132ab9cf3b7478c0e293fc1f3eab2203598a48
Merge: 49c912f9b4 f7e69639b5
Author: QMK Bot <hello@qmk.fm>
Date:   Thu Feb 2 18:18:26 2023 +0000

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

commit f7e69639b5bb3333d58b6da5df28ffcc59931bb8
Author: ziptyze <mwcordier@gmail.com>
Date:   Thu Feb 2 13:17:10 2023 -0500

    adding pi60 (#19431)

    *…
efjacobson added a commit to efjacobson/qmk_firmware that referenced this pull request Apr 8, 2023
* [Bug] Fix compiliation issue for Key Overrides (qmk#19856)

* Elaborate on keyboard level encoder functionality (qmk#19839)

* Fix regen script for macOS (qmk#19857)

* [Keyboard] Add Quarkeys Z40 keyboard (qmk#19741)

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

* Remove unused RGBLight defines from config.h (qmk#19859)

* Move Bootmagic config to data driven (qmk#19860)

* Move LED indicator config to data driven (qmk#19800)

* Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (qmk#19778)

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

* [Keyboard] Add Ciel65 (qmk#19847)

Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>

* Fixup durgod/dgk6x (scroll lock mis-defined as num lock) (qmk#19864)

* Remove matrix size defines (qmk#19581)

* Move `SOFT_SERIAL_PIN` to data driven (qmk#19863)

* Fix API generation (qmk#19866)

* Added via keymap for bpiphany/pegasushoof (qmk#19653)

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

* Fixup for_science (qmk#19867)

* Fix more build failures (qmk#19869)

* Fixup pegasushoof VIA keymap (qmk#19874)

* [Keyboard] Brick (qmk#19851)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>

* [Keyboard] Add Degenpad (qmk#19812)

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

* Align sequencer keycodes (qmk#19875)

* Add caps lock indicator capabilities to M75S (qmk#19552)

* [Keyboard] Add LED startup sequence to Lumberjack (qmk#19841)

* Add ac001 keyboard (qmk#19868)

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

* Add mouse layer to Kprepublic BM40HSRGB Coffee layout (qmk#19878)

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

* Fix functions when `NO_ACTION_TAPPING` is defined (qmk#11528)

* Add `mass-compile` ability to filter by key existence. (qmk#19885)

* BM40 keymap for Skewwhiffy, revamp (qmk#19876)

* [Keymap] Add encoder map to degenpad default keymap (qmk#19880)

* Move layouts for direct_pins boards to data driven (qmk#19872)

* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (qmk#19884)

* Add license headers to all default layout keymaps (qmk#19888)

* Stub changelog

* Fix date

* Refactor more KC_MISSION_CONTROL/KC_LAUNCHPAD usages (qmk#19891)

* New keymap for GMMK2 Compact (qmk#19430)

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

* Move backlight config to data driven, part 1 (qmk#19887)

* Add some missing `#pragma once`s (qmk#19902)

* Remove default and unused `BACKLIGHT_LEVELS` (qmk#19898)

* Remove magic bodges from via keymaps (qmk#19890)

* Fixup cannonkeys/satisfaction75 (readd `backlight.breathing_period`) (qmk#19901)

* [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (qmk#19893)

* Align magic keycodes (qmk#19877)

* VIA Protocol 12 + fixes (qmk#19916)

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

* Move QMK LUFA bootloader config to data driven (qmk#19879)

* Migrate some more layouts to data driven (qmk#19889)

* Reallocate SAFE_RANGE (qmk#19909)

* Reallocate user/kb keycode ranges (qmk#19907)

* Open Use standard magic keycodes in yandrstudio keymaps (qmk#19919)

* Remove VIA specific use of `MACRO0*` (qmk#19918)

* [Keyboard] Update Reviung Vendor ID (qmk#19928)

* Move backlight config to data driven (qmk#19910)

* Move encoder config to data driven (qmk#19923)

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

* `keebio/kbo5000`: fix encoder config (qmk#19941)

* Hide hex output when building uf2 (qmk#19940)

* Breaking Changes 2023q1 changelog. (qmk#19945)

* Add changelog for Leader Key refactor (qmk#19953)

* Flag "builddefs" as core changes (qmk#19950)

* [Keymap] Drashna updates for 0.20.0 (qmk#19960)

* [Keyboard] remove non-existent method from ploopy documentation (qmk#19957)

* Bump tj-actions/changed-files from 34 to 35 (qmk#19971)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
- [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@v34...v35)

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

* [Keyboard] Add FRL84 PCB. (qmk#19942)

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

* [Keymap] sofle/keymaps/michal: rewrite (qmk#19938)

* [Keyboard] Add GPAD8-2R (gpad8_2r) Macro Pad (qmk#19914)

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

* Disable safe.directory check (qmk#19970)

* Remove `all` from list of animations in `info.json` (qmk#19978)

* added Polly40 keyboard (qmk#19936)

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

* [Keymap] Add davidrambo lulu keymap (qmk#19448)

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

* [Keyboard] Clean up contra & move to data-driven (qmk#19973)

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

* Check all keys have matrix positions when parsing C LAYOUT macros (qmk#19781)

* Update branch names to reflect configurator's new deployment. (qmk#19999)

* Initial deprecation policy documentation. (qmk#19908)

* Add new keymap for Preonic rev3 (qmk#19706)

* Add Support for Lilly58 r2g (qmk#19862)

* Add support for lilly58 r2g by Mechboards

* Add Keychron Q12 (qmk#19844)

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

* Unbreak switchplate/southpaw_65 after qmk#16277 (qmk#20015)

Apparently the changes done in qmk#16277 swapped the values read from the
PCA9555 expanders by mistake, which resulted in mixed up matrix columns.
Fix the chip and register addresses to match the original code.

* Reject VIA keys within info.json (qmk#20026)

* keyboards/anavi: Add ANAVI Knobs 3 (qmk#18624)

* [Keyboard] Add gummykey (qmk#19695)

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

* [Docs] Discuss layout macro (qmk#19803)

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

* [Keyboard] Sejin EAT-1010R2 keyboard (qmk#19809)

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

* Add disable git safe directory check step (qmk#20040)

* [Keyboard] Add Karn Keyboard (qmk#19846)

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

* [Keymap] Smooted's BM80v2 keymap (qmk#19873)

* implement rgb matrix for momokai keyboards (qmk#19904)

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

* VIA keymap for djinn (qmk#19881)

* Fix processing of recently added system keycodes (qmk#20058)

* [Keyboard] Teahouse Ayleen TKL (qmk#19900)

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: jack <0x6a73@protonmail.com>
Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>

* EC Pro 2 PCB (qmk#19917)

* EC Pro 2 firmware by Cipulot

* [Docs] Add mod-tap section header (qmk#20041)

* [Doc] Update PR checklist (qmk#19988)

* Adding firmware for New Proto[Typist] in-stock PCBs. (qmk#19958)

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

* `qmk info`: add warning when layout is offset (qmk#20070)

* Keebio/KBO-5000 Encoder Misconfiguration Fix for qmk#20073 (qmk#20074)

* Add CI builds for default and via keymaps (qmk#20071)

* [Keymap] Fix the secondary keyboard not updating WPM (qmk#20069)

* [Keyboard] frobiac custom boards and layout (qmk#19883)

* [Keymap] add crkbd/keymaps/markstos (qmk#19010)

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

* [Keyboard] update matrix pins for Polly40 (qmk#20002)

* [Keyboard] Add tsubasa keyboard (qmk#19352)

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

* [Keyboard] Add Ortho48v2 Keyboard (qmk#18889)

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

* Fix incorrect matrix positions for RGB LEDs (qmk#20082)

* Move macro3 to data-driven (qmk#20046)

* Zeno pcb V0.0.4 update via + fileformatting (qmk#20023)

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

* Caerdroia Keyboard Firmware (qmk#20036)

* [Keyboard] VIA support for Pierce keyboard (qmk#20045)

* [Keyboard] Add Binpad BN009 R2 3x3 macropad (qmk#19992)

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

* [Keyboard] Add Spleeb default and custom firmware (qmk#19481)

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

* Yet another adventure in trying to fit things into a 32U4 (qmk#20091)

* Teleport native bugfix (changed F411CC wear levelling) (qmk#20090)

* workaround for flash size issue

* enable mousekeys due to requests by some users

* [Keyboard] Change pierce vendor ID (qmk#20088)

* Ketch LGUI/LALT key transposed on Minivan layout (qmk#20025)

* [Keyboard] Add k83 (qmk#19896)

* Add Chimera65 Hotswap keyboard (qmk#20038)

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

* Allow for CI builds to run for 23 hours, instead of 6. (qmk#20094)

* Allow for CI builds to run for 23 hours, instead of 6. (part deux) (qmk#20095)

* [keyboard] Prevent LED flicker when connecting AnnePro 2 (qmk#19709)

* Move Ferris Sweep to data-driven (qmk#20111)

* Document Autocorrect callback functions (qmk#20115)

* RF R1 8-9Xu PCB (qmk#20048)

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update newbs_getting_started to include instructions for apple silicon (qmk#19579)

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

* [Keyboard] Add KP60 (qmk#20096)

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

* Let's use workflows to parallelise the builds. (qmk#20120)

* Let's use workflows to parallelise the builds.

* Nofail if files aren't present.

* Formatting.

* [Keyboard] New Keyboard - Sugar Glider (qmk#19933)

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

* add new board: splaytoraid (qmk#20052)

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

* [Keyboard] Add hineybush/h87_g2 (qmk#20053)

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

* add tiger80 iso layout support (qmk#19975)

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

* [Keyboard] Add Atlantis PS17 (qmk#19952)

* [Doc] Add example to  keyboard housekeeping and some minor fixes (qmk#19968)

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

* Update keycodes_0.0.1_basic.hjson (qmk#20129)

* Update keychron_common.c (qmk#20055)

* [Keymap] Sugarglider VIA keymap enhancement (qmk#20140)

* [Keyboard] Add Blueberry (qmk#19915)

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

* Add `qmk find` command, reuse logic for `qmk mass-compile`. (qmk#20139)

* [Keyboard] 1upkeyboards/pi40 update (qmk#20066)

* [keyboard] Viktus Minne (qmk#19977)

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

* [Keyboard] Fix typos in readme for Lily58 R2G (qmk#20149)

* [Keyboard] Add yandrstudio/transition80 (qmk#19790)

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

* De-parallelise CI (qmk#20171)

* De-parallelise CI

No speed increase.

* Update .github/workflows/ci_builds.yml

* [Keymap] crkbd toinux update (qmk#19673)

* [Keyboard] Add Coban Pad 3A (qmk#19634)

* Add Support for LPAD (qmk#19852)

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

* Fixup kbdfans/tiger80 RGB animations (qmk#20164)

* Format code according to conventions (qmk#20175)

* Update lpad info.json (qmk#20184)

Update incorrect row and col pins, now confirmed working via manual build in QMK MSYS

* [Keyboard] Add Blu vimclutch (qmk#20060)

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

* [Keymap] for sharkby7e (qmk#20121)

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

* [Keyboard] Add Kuro65 keyboard (qmk#20122)

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

* [Keyboard] Add CannonKeys Bakeneko60 ISO Hotswap PCB (qmk#20130)

* [Keyboard] Add pteropus keyboard (qmk#20147)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Chi-Han Yang <chyang@enrichtx.com>

* [Keyboard] OSAv2 (qmk#20166)

* [Keyboard] Olly Orion: Disable SWD and JTAG (qmk#20169)

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

* [Keyboard] Add tiny board 16 rgb keyboard (qmk#20158)

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

* [Keyboard] update creek70 change rgb num (qmk#20196)

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

* Adding Bad Wings Support (qmk#20153)

* fixup: correct filename (qmk#20212)

* [Keyboard] Add via support for jotanck keyboard (qmk#20146)

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

* [Keyboard] Add Geistmaschine Geist (qmk#20117)

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

* [Keyboard] Ymd09 config updates (qmk#20124)

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

* [Keyboard] Fix tata80 wkl layout (qmk#20195)

* [jacky_studio/piggy60] warn about incompatible PCB rev (qmk#20232)

* EC 60 PCB (qmk#20050)

* Add EC 60 PCB firmware

* Moved from data driven row/col def to config def

* Implemented proper LAYOUT_ changes

* Removed unnecessary `.h` includes

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Update readme.md

Added missing `cipulot/`in readme example commands

* Update keyboards/cipulot/ec_60/readme.md

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

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update keyboards/cipulot/ec_60/rules.mk

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

---------

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* EC 23U PCB (qmk#20049)

* Add EC 23U PCB firmware

* Moved from data driven row/col def to config def

* Implemented proper LAYOUT_ changes

* Removed unnecessary `.h` includes

* Updated default thresholds

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Update readme.md

Added missing `cipulot/` in example commands.

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update rules.mk

* EC ProX PCB (qmk#20047)

* Add EC Pro X

Addition of EC Pro X PCB series.
This series comprises 2 versions:
- ANSI/ISO
- JIS

The PCBs are different and are compatible only with their respective cases.

* Moved from data driven row/col def to config def

* Added project url in info.json

* Implemented proper `LAYOUT_` changes

* Removen unnecessary `.h` includes

* Removal of `"w": 1`

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Fixed keymap error in ordering

* Update keyboards/cipulot/ec_prox/jis/readme.md

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

* Update keyboards/cipulot/ec_prox/ansi_iso/readme.md

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

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update keyboards/cipulot/ec_prox/jis/rules.mk

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

* Update rules.mk

---------

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [keyboard] Correcting info.JSON for Viktus Minne (qmk#20244)

* [Keyboard]Viktus Minne - Topre variant (qmk#20044)

* Adding the Viktus Minne topre pcb variant

* Update keyboards/viktus/minne_topre/readme.md

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

* Update rules.mk

* Moving layouts from *.h to info.json

* Removing minne_topre.h and updating others

* fixing *.c's

* Switch from int to void for ec_init

* Update info.json

* Update info.json

---------

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

* Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK (qmk#20131)

* Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK

* Add 65_iso_blocker community layout support

* Bump actions/stale from 7 to 8 (qmk#20246)

Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v7...v8)

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

* [Documentation] Pointing device minor rewrite (qmk#19641)

* Check for multiple matrix positions assigned to same key (qmk#20039)

* [chore] keyboards/tzarc: Alignment with clang-format. (qmk#20265)

* [keyboard] Correcting info.JSON for OSAv2 (qmk#20247)

* Remove invalid characters (qmk#20277)

* Add new keyboard Tightwriter (qmk#20136)

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

* I have zero involvement with this keyboard... (qmk#20287)

* CI Builds: master/develop, default/via, twice daily. (qmk#20283)

* Fix some invalid layout macros (qmk#20256)

* Add step summary output to CI builds, with failure logs. (qmk#20288)

* Fixup CI command failures. (qmk#20291)

* Add ability for `qmk mass-compile` to build specified targets (qmk#20294)

* Minify content published to API (qmk#20285)

* [Keyboard] Add alhenkb macropad (qmk#20123)

* [Keyboard] Add Plaque80 (qmk#20240)

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

* [Keyboard] Add Steezy60 Rev B (qmk#19688)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* [Keyboard] Add KeyDeck8 (qmk#20107)

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

* Revert to hex output for kint41 (qmk#20295)

* [Keyboard update] Fix json error (qmk#20299)

* [QP] Fix up delta frame boundaries (qmk#20296)

* [Keymap] Add md40 ckrbd keymap (qmk#19931)

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

* [Keymap] Ferris - Add split USB detection directive (qmk#20213)

* [Keyboard] Add GMMK Numpad (qmk#20067)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] update arkag keymap, add hitbox layout (qmk#20271)

Co-authored-by: Alex Kagno <alex@turncommerce.com>

* Add angle65 (qmk#19986)

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

* Enable encoder mapping in VIA for Keebio KBO-5000 (qmk#20272)

* [Keyboard] Add Mechlovin9 rev.3 (qmk#20119)

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

* [Keyboard] Add Royal Kludge RKG-68 (qmk#20138)

* [Keyboard] Add pocketpad (qmk#20229)

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

* [Keyboard] Add Erdnuss 65 (qmk#20202)

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

* [Keymap] Add dancxjo hotdox76v2 keymap (qmk#20016)

* Add support for Geistmaschine Macropod (qmk#20116)

Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>

* [Keyboard] Add nullbits SNAP keyboard (qmk#18916)

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

* Add user horrortroll in userspace (qmk#19769)

* Add recommendations for VSCode intellisense (qmk#19402)

* ISO-DE Keymap for Dactyl Manuform 6x7 (qmk#19441)

* [Bugfix] Check QGF's bpp against display's native_bits_per_pixel (qmk#19995)

* Adding my keymap (qmk#19964)

* Update WT60-H1, WT60-H3 layouts (qmk#20114)

* onekey: Fix console output on AVR (qmk#19930)

* New layer added to giabalanai keyboard (qmk#20118)

* Adding Unextended Standard PCB (qmk#20190)

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

* Refactor Galatea (qmk#20011)

* Add an alternate layout definition for Keyboardio Model 01 (qmk#20245)

* Suggest `qmk list-keyboards` when testing build environment (qmk#19471)

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

* Data-driven updates to overnumpad controller keyboards (qmk#20259)

* PR checklist: keyboard updates must go to `develop` (qmk#20323)

* Modify default encoder mappings, change PID, enable mousekeys (qmk#20329)

* Adding Oceanographer to QMK. (qmk#20324)

* Personal keymaps for crkbd and kyria (qmk#20009)

* Add Ripple TKL Hotswap Firmware (qmk#20302)

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

* Add Ripple TKL Keyboard firmware (qmk#20301)

* [keyboard] Adding OSAv2 numpad (qmk#20209)

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

* Use table for debounce algorithm description (qmk#20322)

* Manibus keyboard, update pinout (qmk#20309)

* Add debounce time description (qmk#20333)

* Resolve keyboard names for `qmk mass-compile`. (qmk#20335)

* [Keyboard] Add Budgy and Crowboard Keyboards (qmk#19141)

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

* Add Junco Keyboard (qmk#19516)

* [Keyboard] Add lxxt (qmk#19935)

Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>

* Add Iron160 I160-S and I160-H PCBs support (qmk#20077)

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

* Add peterfalken userspace & keymaps (qmk#19897)

Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>

* Bump peter-evans/create-pull-request from 4 to 5 (qmk#20346)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  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>

* [Keyboard] Add Keychron Q11 (qmk#20125)

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

* Move a_dux to data-driven (qmk#20043)

* Add Discord webhook at end of each CI run. (qmk#20355)

* Fixup CI build variables. (qmk#20357)

* Avoid generating empty ENCODER_RESOLUTION (qmk#20179)

* Convertors documentation: Removed duplicate table entry (qmk#20360)

* [Keyboard] Add audio support to Adafruit MacroPad RP2040 (qmk#20353)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: TommyZ <60314626+tommyamoszhao@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: chickenman112 <76463635+chickenman112@users.noreply.github.com>
Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>
Co-authored-by: Emrik Östling <emrik.ostling@gmail.com>
Co-authored-by: pauper <125139481+pauperboards@users.noreply.github.com>
Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>
Co-authored-by: ThePanduuh <feojoe2@gmail.com>
Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Paul James <paul@peej.co.uk>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: CoffeeIsLife <36961653+CoffeeIsLife87@users.noreply.github.com>
Co-authored-by: Fae <faenkhauser@gmail.com>
Co-authored-by: Kenny Hung (he) <kennysubs+github@outlook.com>
Co-authored-by: Eugenio Pastoral <46639608+achrovisual@users.noreply.github.com>
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: azhizhinov <azhizhinov@mail.ru>
Co-authored-by: Drashna Jaelre <drashna@drashna.net>
Co-authored-by: Shawn Meier <shawn.meier@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: studiokestra <74369928+studiokestra@users.noreply.github.com>
Co-authored-by: Michal S <mchal_@tuta.io>
Co-authored-by: gkeyboard <giggox_man@hotmail.com>
Co-authored-by: Paul Enrico N. Viola <pviola@gbox.adnu.edu.ph>
Co-authored-by: David Rambo <davidrambo@mailfence.com>
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Guillermo Aguirre <guillermoaguirre1@gmail.com>
Co-authored-by: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-authored-by: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Leon Anavi <leon@anavi.org>
Co-authored-by: gumorr <102767971+gumorr@users.noreply.github.com>
Co-authored-by: souvlakeeb <109096368+souvlakeeb@users.noreply.github.com>
Co-authored-by: Dmitry Nosachev <quartz64@gmail.com>
Co-authored-by: Robert Mills <robcmills@gmail.com>
Co-authored-by: Olivia <125531297+Smooted@users.noreply.github.com>
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Niles Tanner <nilestanner@users.noreply.github.com>
Co-authored-by: Freather <72902384+CMMS-Freather@users.noreply.github.com>
Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>
Co-authored-by: Cipulot <40441626+Cipulot@users.noreply.github.com>
Co-authored-by: Anjheos <69339386+Anjheos@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Anjheos <Anjheos.Designs@gmail.com>
Co-authored-by: Flame Soulis <firecatdan@gmail.com>
Co-authored-by: Budiman Jojo <budimanjojo@gmail.com>
Co-authored-by: frobiac <frobiac@gmail.com>
Co-authored-by: Mark Stosberg <mark@rideamigos.com>
Co-authored-by: Kuribayashi Atsushi <kuribayashi.atsushi@g.sp.m.is.nagoya-u.ac.jp>
Co-authored-by: Andrew Kannan <andrew.kannan@gmail.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>
Co-authored-by: paulgali <paulgali@live.co.uk>
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Co-authored-by: Christopher Hoage <iam@chrishoage.com>
Co-authored-by: ebastler <moritz.plattner@gmx.net>
Co-authored-by: Dan White <BlueTufa@users.noreply.github.com>
Co-authored-by: Andrew Kannan <andrew.kannan@klaviyo.com>
Co-authored-by: Darkhan <darkhanu@gmail.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Sophie Machen <87283102+sophonaroap@users.noreply.github.com>
Co-authored-by: d-floe <31980883+d-floe@users.noreply.github.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
Co-authored-by: Conor Burns <mail@conor-burns.com>
Co-authored-by: Josh Hinnebusch <joshhinnebusch@gmail.com>
Co-authored-by: dztech <moyi4681@users.noreply.github.com>
Co-authored-by: mjbogusz <mjbogusz@users.noreply.github.com>
Co-authored-by: しぐれ <23041178+ForsakenRei@users.noreply.github.com>
Co-authored-by: ToffeeStudio <116937564+ToffeeStudio@users.noreply.github.com>
Co-authored-by: ziptyze <mwcordier@gmail.com>
Co-authored-by: blindassassin111 <38090555+blindassassin111@users.noreply.github.com>
Co-authored-by: Fabien <vaga@users.noreply.github.com>
Co-authored-by: JX <572673807@qq.com>
Co-authored-by: toinux <toinux@gmail.com>
Co-authored-by: Dam Vu Duy <RyanDam@users.noreply.github.com>
Co-authored-by: Laneware <68452738+Laneware@users.noreply.github.com>
Co-authored-by: Agent Blu, 006 <blu006@ucr.edu>
Co-authored-by: Sid Quinsaat <37809009+sharkby7e@users.noreply.github.com>
Co-authored-by: Tobias Minn <tobias.minn@gmail.com>
Co-authored-by: hulahermit <36484223+hulahermit@users.noreply.github.com>
Co-authored-by: Chi-Han Yang <chyang@enrichtx.com>
Co-authored-by: mechlovin <57231893+mechlovin@users.noreply.github.com>
Co-authored-by: Ning <vipning@qq.com>
Co-authored-by: spbgzh <72414103+spbgzh@users.noreply.github.com>
Co-authored-by: Jason Hazel <me@jasonhazel.com>
Co-authored-by: jotix <69703151+jotix@users.noreply.github.com>
Co-authored-by: SHVD3x <103226441+SHVD3x@users.noreply.github.com>
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: takashicompany <t@kashi.company>
Co-authored-by: Alejandro Chacón <alhenx@gmail.com>
Co-authored-by: 4pplet <mail@4pplet.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Maverick0197 <123402474+Maverick0197@users.noreply.github.com>
Co-authored-by: Shane Dowling <shane@shanedowling.com>
Co-authored-by: Cameron Varley <cam.avarley@gmail.com>
Co-authored-by: Alexander Kagno <ar@kagno.org>
Co-authored-by: Alex Kagno <alex@turncommerce.com>
Co-authored-by: Vertex-kb <102476474+Vertex-kb@users.noreply.github.com>
Co-authored-by: Raphael Mangubat <16827478+raphkris@users.noreply.github.com>
Co-authored-by: Thomaz Peres <58439854+Thomaz-Peres@users.noreply.github.com>
Co-authored-by: butterkeebs <124812866+butterkeebs@users.noreply.github.com>
Co-authored-by: cttt <57359810+ctt-t@users.noreply.github.com>
Co-authored-by: Travis Reed <dancxjo@users.noreply.github.com>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
Co-authored-by: HorrorTroll <sonicvipduc@gmail.com>
Co-authored-by: Woongbin Kang <wbk@outlook.com>
Co-authored-by: andi4000 <3588439+andi4000@users.noreply.github.com>
Co-authored-by: Torsten Schneider <83730717+to-schneider@users.noreply.github.com>
Co-authored-by: 3araht <69518343+3araht@users.noreply.github.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
Co-authored-by: Lisa Ugray <lisa.ugray@gmail.com>
Co-authored-by: Julius Degesys <Julius.Degesys@gmail.com>
Co-authored-by: Purdea Andrei <andrei@purdea.ro>
Co-authored-by: Cameron Larsen <44081018+cameronjlarsen@users.noreply.github.com>
Co-authored-by: Alex Paulescu <alex.paulescu@gmail.com>
Co-authored-by: Alex Miller <39163867+doesntfazer@users.noreply.github.com>
Co-authored-by: Dane Skalski <daneski13@gmail.com>
Co-authored-by: DeskDaily <65656486+DeskDaily@users.noreply.github.com>
Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
Co-authored-by: Luis Garcia <luis@bitjester.com>
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
Co-authored-by: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants