Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Dumbpad v3x #16285

Closed
wants to merge 7 commits into from
Closed

[Keyboard] Dumbpad v3x #16285

wants to merge 7 commits into from

Conversation

deveth0
Copy link

@deveth0 deveth0 commented Feb 9, 2022

Description

This PR adds support for the new v3.x of dumbpad by @imchipwood (https://github.com/imchipwood/dumbpad) which features per-key RGB and hotswap sockets.

Types of Changes

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

Checklist

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

@deveth0 deveth0 changed the title Dumbpad v3x [Keyboard] Dumbpad v3x Feb 9, 2022
keyboards/dumbpad/v3x/templates/keymap.c Outdated Show resolved Hide resolved
keyboards/dumbpad/v3x/v3x.c Outdated Show resolved Hide resolved
keyboards/dumbpad/v3x/v3x.c Show resolved Hide resolved
keyboards/dumbpad/v3x/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/dumbpad/v3x/keymaps/deveth0/keymap.c Outdated Show resolved Hide resolved
@deveth0
Copy link
Author

deveth0 commented Feb 23, 2022

Hey, I think all open issues should be resolved, could you please have another look and let me know, how to proceed?
Cheers

@drashna drashna requested a review from a team February 27, 2022 00:45
@github-actions github-actions bot added the via Adds via keymap and/or updates keyboard for via support label Apr 3, 2022
@deveth0
Copy link
Author

deveth0 commented Apr 3, 2022

I updated the PR to include VIA Mappings

@deveth0
Copy link
Author

deveth0 commented Apr 15, 2022

Any chance to get a second review / merge?

keyboards/dumbpad/v3x/v3x.c Outdated Show resolved Hide resolved
@deveth0
Copy link
Author

deveth0 commented Apr 26, 2022

Bumb :)

@imchipwood
Copy link
Contributor

Bump - I believe all requested changes have been implemented.

@deveth0
Copy link
Author

deveth0 commented May 31, 2022

Bump ?

Copy link
Member

@noroadsleft noroadsleft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything here looks good except for the sequence of the readme, but I don't see why this PR is targeting the develop branch.

Comment on lines +19 to +27
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

## Bootloader

Enter the bootloader in 3 ways:

* **Bootmagic reset**: Hold down the encoder and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the encoder and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the encoder and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

@github-actions
Copy link

Thank you for your contribution!
This pull request has been automatically marked as stale because it has not had activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready.
For maintainers: Please label with bug, awaiting review, breaking_change, in progress, or on hold to prevent the issue from being re-flagged.

@github-actions github-actions bot added the stale Issues or pull requests that have become inactive without resolution. label Aug 28, 2022
@github-actions
Copy link

Thank you for your contribution!
This pull request has been automatically closed because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, or re-open when it's ready.
// [stale-action-closed]

@github-actions github-actions bot closed this Sep 28, 2022
@dickofn
Copy link
Contributor

dickofn commented Oct 7, 2022

why is this PR closed and not merge while https://github.com/qmk/qmk_firmware/pull/17058/checks is merged

@noroadsleft
Copy link
Member

noroadsleft commented Oct 10, 2022

The PR author never responded to my question regarding why the PR targets the develop branch, nor committed the changes I requested.

@dickofn
Copy link
Contributor

dickofn commented Oct 10, 2022

The PR author never responded to my question regarding why the PR targets the develop branch, nor committed the changes I requested.

@noroadsleft may I create a new fork and pr with the changes you suggest? I'm new to this kind of open-source contribution

@noroadsleft
Copy link
Member

may I create a new fork and pr with the changes you suggest? I'm new to this kind of open-source contribution

Re-implementing this PR is okay – especially so if you have the supported hardware, or some kind of relationship with the original PR's author (though not strictly required).

@dickofn
Copy link
Contributor

dickofn commented Oct 10, 2022

may I create a new fork and pr with the changes you suggest? I'm new to this kind of open-source contribution

Re-implementing this PR is okay – especially so if you have the supported hardware, or some kind of relationship with the original PR's author (though not strictly required).

I already did re-implementing all #18663

to be honest no connection to anyone, but have the product and very happy using it since the first time

noroadsleft pushed a commit that referenced this pull request Oct 12, 2022
* feat: support for dumbpad_v3x

- all credit goes to
- ref: #16285

- included comment from noroadsleft
- ref: #16285 (review)

* fix: add newline on every .c, .h, .mk files end

* feat: response to change #18663 (comment)

* feat: response to change #18663 (comment)
quinnyo pushed a commit to quinnyo/qmk_firmware that referenced this pull request Oct 21, 2022
* feat: support for dumbpad_v3x

- all credit goes to
- ref: qmk#16285

- included comment from noroadsleft
- ref: qmk#16285 (review)

* fix: add newline on every .c, .h, .mk files end

* feat: response to change qmk#18663 (comment)

* feat: response to change qmk#18663 (comment)
adophoxia added a commit to adophoxia/vial-qmk that referenced this pull request Oct 27, 2022
commit 432feecc61d9b4ede3fb7b65920714853209a7a7
Author: ai03 <admin@ai03.com>
Date:   Thu Oct 27 09:16:59 2022 +0900

    [Keyboard] Add Lunar II (#18827)

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

commit 42c240f6cfe697744cdf876ace1e7273f43db60d
Author: Danny <nooges@users.noreply.github.com>
Date:   Wed Oct 26 16:44:06 2022 -0400

    Add Sinc Rev. 3 (#18846)

    * Initial work on adding Sinc Rev. 3

    * Add RGB Matrix support

    * Add encoder map support

    * Set I2C pins

    * Update LED locations for right half

    * Move USB definitions to info.json

    * Update RGB modes

    * Replace pin mappings for right half with correct ones

    * Move config.h back to rev1/rev2 due to addition of rev3

    * Convert initial Rev. 3 config work to be data-driven

    * Convert RGB Matrix config to DD format

    * More config cleanup

    * Use full-duplex PIO

    * Add MCU/bootloader settings for Rev. 2

    * Change ISO Enter location since it shares location with Backslash

    * Adjust build settings to reduce flash/EEPROM usage

commit 8ea8a4edcb2e33df93bdcfae08b4aeef05d995c6
Author: Terlekchi Seityagiya <seityaya@ukr.net>
Date:   Wed Oct 26 22:41:30 2022 +0300

    [Keyboard] Kepler 33 (#18771)

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

commit 48dc8122e71abd76763109e02295d29644a75b96
Author: kopibeng <52724926+kopibeng@users.noreply.github.com>
Date:   Thu Oct 27 03:41:02 2022 +0800

    [Keyboard] Update MNK65 (#18743)

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

commit 99d5b5506ae780ffb522075788e3472b570ed7a4
Author: Nostril <hong.aaron.c@gmail.com>
Date:   Wed Oct 26 12:40:44 2022 -0700

    [Keymap] Add new IIDX gamepad keymap for Synth Labs Solo (#18741)

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

commit e59475992e984e3384f48205e2f90855bc4661bf
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Thu Oct 27 06:39:17 2022 +1100

    [Keyboard] Add Binepad BNR1 rotary encoder (#18809)

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

commit e485261e53517931d205cb8542446e36e7246f26
Author: Markus Korn <markus.korn@gmail.com>
Date:   Wed Oct 26 21:38:20 2022 +0200

    [Keymap] gmmk gmmk2 p65: new keymap (#18808)

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

commit 9dec43a0f2ebfb0af1aea7e43b651cc67fd39a32
Author: HorrorTroll <sonicvipduc@gmail.com>
Date:   Thu Oct 27 00:59:30 2022 +0700

    Added new keyboard DOIO KB16 (Rev 2) (#18699)

commit cd8099539b289c2d990d30be33d47bdb535ee911
Author: ziptyze <mwcordier@gmail.com>
Date:   Wed Oct 26 13:57:11 2022 -0400

    Addition of pi60_rgb to 1upkeyboards (#18633)

commit 5d8c8a6f7c2fcb0b104af78ef8cca311b1840c44
Author: Ryan <fauxpark@gmail.com>
Date:   Wed Oct 26 00:44:25 2022 +1100

    Fix splitkb/aurora/sweep (#18839)

    * Fix splitkb/aurora/sweep

    * Add back layout alias

commit 51cc4f804e4befae6cfd6f75c01699dab9b2870b
Author: jack <0x6A73@pm.me>
Date:   Tue Oct 25 07:41:21 2022 -0600

    Fixup huytbt/h50 (#18841)

commit cb960da1f4453b324dc78aee0cab9e61dae363c1
Author: jack <0x6A73@pm.me>
Date:   Tue Oct 25 07:40:40 2022 -0600

    Fixup bpiphany/ghost_squid (#18842)

commit f100de88e524633d4f7b35602b37ad6a76044f1d
Author: Dalius Dobravolskas <daliusd@wix.com>
Date:   Tue Oct 25 09:23:35 2022 +0300

    Callum style layout improvements and my layout changes (#16174)

commit 846e9d4c537c85f1a549f14865d1923793d8dbf9
Author: syntax-magic <dan.syntaxmagic@gmail.com>
Date:   Mon Oct 24 22:46:37 2022 -0700

    [Keymap] Added tap dance to LNG1 key (LNG2) (#18682)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: syntax-magic <dkim.8881@gmail.com>

commit 2dff39720dda4ad00f89102ab238104c400490df
Author: Andrew Kannan <andrew.kannan@klaviyo.com>
Date:   Tue Oct 25 01:05:53 2022 -0400

    [Keyboard] Add Ellipse PCB support (#18706)

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

commit d861a35ebf0b067a1cc4d7fce3d09b16462a078d
Author: Andrew Kannan <andrew.kannan@klaviyo.com>
Date:   Tue Oct 25 01:05:22 2022 -0400

    [Keyboard] Add Ellipse hotswap PCB support (#18707)

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

commit 67fd4e6b7afe5515b67f153723f57beabbebe25e
Author: Joel Challis <git@zvecr.com>
Date:   Mon Oct 24 23:29:23 2022 +0100

    [DOCS] Use correct OSM arguments (#18835)

commit 40aa9c87456b8677c10c241ec13ef9de0a84b64f
Author: Peter Hindes <19994487+PeterHindes@users.noreply.github.com>
Date:   Mon Oct 24 10:18:03 2022 -0600

    spelling fix (#18831)

commit 51dd63c9268220a4810e7568b63edffcb96260df
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sun Oct 23 06:34:42 2022 -0700

    MWStudio MW65 Black Refactor (#18824)

    * mw65_black.h: add matrix diagram

    * mw65_black.h: fill-in matrix definition

    Fill the empty electrical positions with `KC_NO`.

    * mw65_black.h: update matrix diagram

    * rename LAYOUT to LAYOUT_65_ansi_blocker

    * add LAYOUT_65_ansi_blocker_tsangan

    * info.json: correct maintainer value

commit 590ce134b38756d3fad607136f84b239309a9f6e
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sun Oct 23 06:33:45 2022 -0700

    Mode SixtyFive HI Layout Refactor (#18823)

    * m65hi_alpha.h: add matrix diagram

    * rename LAYOUT_all to LAYOUT_65_iso_blocker

    * add LAYOUT_65_iso_blocker_tsangan

    * tidy-up keymaps

    - use four-space indent
    - polish keycode grid alignment

    * touch-up keymaps

    Switch one Page Down keycode for Page Up on the `default` keymap, and switch the Page Down and Page Up keycodes on the `via` keymap.

commit 64e84419106013d9977192fd2087c0bb8baae84a
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sun Oct 23 06:33:25 2022 -0700

    Han60 Refactor (#18819)

    * info.json: apply friendly formatting

    * han60.h: add matrix diagram

    * han60.h: tidy file

    - remove trailing whitespace
    - use four-space indent

    * info.json: remove key overlaps from LAYOUT_all rendering

    * rename LAYOUT_tsangan to LAYOUT_60_ansi_tsangan

    * rename LAYOUT_tsangan_arrowkeys to LAYOUT_60_ansi_arrow_tsangan

    * refactor LAYOUT_tsangan_iso into LAYOUT_60_iso_tsangan

    Moves position `K2C` (Enter) to the home row.

    * refactor LAYOUT_tsangan_iso_arrowkeys into LAYOUT_60_iso_arrow_tsangan

    Moves position `K2C` (Enter) to the home row.

    * refactor default keymap

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

    * bugfix layout macros

    * add reference keymaps

commit 9248a04e17618a796532c62d6cf71427bce9133a
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sun Oct 23 06:32:34 2022 -0700

    Studio Kestra Galatea: fix ISO layout macros (#18825)

    Switch the matrix positions for `KC_NUHS` and `KC_ENT`.

commit ac75d6e4e6750a357690a3f524eb935544f20774
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sun Oct 23 06:32:10 2022 -0700

    Aurora65: Correct Layout Data (#18826)

    * info.json: apply friendly formatting

    * info.json: correct layout data

commit 716969a01a5a2a6d48bfb4d8595bf85092b7244b
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 22 16:07:31 2022 -0700

    Macro3: rename LAYOUT to LAYOUT_ortho_2x4 (#18820)

commit 4a9771c0ecc9ffe8c7b9ad69f11df03406dc4cfc
Author: Huy Ta Ba Thanh <huytbt@gmail.com>
Date:   Sun Oct 23 05:59:43 2022 +0700

    Add H50 keyboard from huytbt (#18752)

    * Add H50 keyboard from huytbt

    Add H50 keyboard

    The H50 is a mini keyboard with a 50 percent layout. The keyboard consists of 53 keys.

    * Optimize code

    * Optimize keymap code

    * Optimize code H50 keyboard

commit 9e2a063163c84629c61042f255f3357a40f36579
Author: Controller Works <103382872+controller-works@users.noreply.github.com>
Date:   Sat Oct 22 18:56:38 2022 -0400

    Add mini36 (#18739)

commit 69719db6e99750d5de911ffe0dfb01f6f666d19f
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 22 13:48:29 2022 -0700

    Bathroom Epiphanies Ghost Squid Refactor (#18816)

    * refactor default keymap

    - shorten layer names
      - KM_QWERTY -> _QW
      - KM_MEDIA -> _MD
      - KM_GUI_LOCK -> _GL
    - use QMK-native keycode aliases
    - use four-space indent
    - grid-align keycodes

    * remove third layer from default keymap

    The third layer only serves to disable the GUI keys, which we can do with a keycode.

    * update default keymap readme

    * ghost_squid.h: add matrix diagram

    * add LAYOUT_fullsize_ansi

    * add LAYOUT_fullsize_iso

    * use LAYOUT_fullsize_iso macro in default keymap

    Refactor the default keymap to use the new LAYOUT_fullsize_iso macro.

    * remove LAYOUT macro

    Same matrix as LAYOUT_fullsize_iso, but in a different assignment order.

    * enable Community Layout support

commit af02e24aa7eb9fa7df646f5ebcc3a18601f6314d
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 22 13:48:13 2022 -0700

    MechBrewery MB65S Layout Rework (#18814)

    * rename LAYOUT_65_ansi_blocker_tsangan to LAYOUT_65_ansi_blocker_tsangan_split_bs

    Layout was implemented with Split Backspace.

    * rename LAYOUT_65_iso_blocker_7u_spc to LAYOUT_65_iso_blocker_tsangan_split_bs

    * rules.mk: update Community Layout support setting

    * mb65s.h: update matrix diagram

    * add LAYOUT_65_ansi_blocker

    * add LAYOUT_65_iso_blocker

    * add LAYOUT_65_ansi_blocker_tsangan

    * add LAYOUT_65_iso_blocker_tsangan

    * move Community Layout support to info.json

    * update Community Layout support

commit cdb04900cd1c84bb2ef983a8eca0667fba4ce5c0
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 22 13:22:29 2022 -0700

    Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (#18815)

commit fc394dfdd43651e5ba46575319832b91afe92e14
Author: Eddie Nuno <GOD11341258@gmail.com>
Date:   Sat Oct 22 13:39:49 2022 -0600

    [Docs] Fix link to keyboard layout editor (#18801)

commit 68e68e7dc22f2a63d86e958406f7e97b7b6433f4
Author: stanrc85 <47038504+stanrc85@users.noreply.github.com>
Date:   Sat Oct 22 14:50:20 2022 -0400

    [Keyboard] Add Bolsalice keyboard (#18772)

commit bd044ae5fff8b811caaf542f0d31d73f3c50ec36
Author: HorrorTroll <sonicvipduc@gmail.com>
Date:   Fri Oct 21 12:02:11 2022 +0700

    Update Black E6.5 keymap issues on QMK Configurator (#18794)

commit 5343df09e081f7cf53e680ca818acaadc3184d29
Author: Alex Berger <419632+aberger@users.noreply.github.com>
Date:   Fri Oct 21 05:27:20 2022 +0200

    [Keyboard] Fix saka68 solder layout (#18788)

commit 693303ddbc24e37dba8db5e5914990e598c5df74
Author: DeskDaily <65656486+DeskDaily@users.noreply.github.com>
Date:   Fri Oct 21 10:21:04 2022 +0800

    [Keyboard] Add Octopad+ Keyboard (#18484)

    Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>

commit 2c3859fbf7f4253dc8d3751063e5e64145cd2a8c
Author: Stefan <ctndesigner@gmail.com>
Date:   Fri Oct 21 03:20:47 2022 +0200

    Keychron Q3 I2C & CKLED2001 transfer speedup (#18780)

commit 93a0995e485e4d2fe1cb070edffcdd8581d525ed
Author: 8bits4ever <87928173+8bits4ever@users.noreply.github.com>
Date:   Fri Oct 21 03:20:23 2022 +0200

    A1200 Converter. Small modification on a1200.h file (#18783)

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

commit c3b6a4bcb2b7ee3a511b0179ac50f7effab25404
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Oct 20 18:17:04 2022 -0700

    Wavtype p01_ultra Touch-Up (#18784)

commit dbce41cb6be91005c529bd906dfe22ac55da192f
Author: Markus Fritsche <37203914+marfrit@users.noreply.github.com>
Date:   Thu Oct 20 23:29:57 2022 +0200

    [Docs] Update platformdev_blackpill_f411.md (#18666)

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

commit d13f5f0d662175a2d7b4fc93941dc996bfa92ff2
Author: Wolf Van Herreweghe <wolfvanh@gmail.com>
Date:   Thu Oct 20 09:52:38 2022 +0200

    [Keyboard] Fix LEDs being inverted on Sabre (#18762)

commit 1b107baf5666973f6e76e73347d0c45bf245db58
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Oct 20 00:41:40 2022 -0700

    Wilba Tech WT65-D Layout Additions (#18779)

commit ada77ac291f864e87f119f5c20d5fbcc489c3700
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Oct 19 17:49:37 2022 -0700

    Ano Layout Refactor (#18778)

    * info.json: apply friendly formatting

    * info.json: remove dead space in Configurator rendering

    * physically arrange layout macro

    * info.json: correct Configurator key sequence

commit 04e51d7aa8ce0e9aa394b878177aecf4e9e70b59
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Oct 19 13:58:47 2022 -0700

    Delikeeb Vaneela Configurator Fix (#18777)

    * info.json: fix layout reference

    `LAYOUT` -> `LAYOUT_ortho_5x12`

    * info.json: apply friendly formatting

    * info.json: correct maintainer value

commit 0b8fbff1cbb510e922a6c3a23793b7d0ddf9e3b9
Author: Tyler Thrailkill <tylerbthrailkill@gmail.com>
Date:   Tue Oct 18 18:40:26 2022 -0600

    Adjust oled gen to fix flashing on timeout (#18747)

    Fixes an issue in Ocean Dream that causes flashing after the oled screen
    times out and turns off.

    This occurs because writing to an OLED screen turns it on as well and we
    are both writing then immediately turning the screen off, but only if
    the timeout has occurred (no WPM, 30 seconds has passed).

commit 89dbc181617e69a5b4d91d9d772724daa2d387bb
Author: mmccoyd <mmccoyd@users.noreply.github.com>
Date:   Mon Oct 17 19:23:21 2022 -0700

    [Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)

    Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>

commit 5fdb49b5dbf11025e0425950a1e32b88e21d596f
Author: jack <0x6A73@pm.me>
Date:   Mon Oct 17 10:13:40 2022 -0600

    Fixup handwired/kbod (#18754)

commit f731e2789fdd225be1c5b0322c6ba882adf47c8d
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Oct 17 07:30:49 2022 +1100

    Allow Fedora to update ChibiOS configs. (#18698)

commit 81988cc0326d4983bc9167dedfd1aed303a816e8
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Oct 16 15:58:42 2022 +1100

    Slipped through the cracks. (#18742)

commit 8464bb91e2a5eb3b1c467810be1cc55748211232
Author: jack <0x6A73@pm.me>
Date:   Sat Oct 15 17:16:17 2022 -0600

    Fixup work_louder/micro VIA keymap (#18738)

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

commit 4b5ebb7248bfe8cd860fe952d6ad24c42b74ca69
Author: jack <0x6A73@pm.me>
Date:   Sat Oct 15 16:24:26 2022 -0600

    Fixup latinpadble (#18736)

commit b5e26ccb9401c5d5393110620fde9d67b7787634
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 15 14:26:56 2022 -0700

    Y&R Studio NZ67v2 Layout Refactor (#18724)

    * info.json: apply friendly formatting

    * nz67v2.h: use ____ for KC_NO

    * nz67v2.h: add matrix diagram

    * add LAYOUT_all

    Same matrix as `LAYOUT`, but physically arranged to mimic the keyboard layout.

    Rotary encoder positions move from the bottom row to the top row.

    * refactor keymaps to use LAYOUT_all macro

    * info.json: add LAYOUT_all data

    * remove LAYOUT macro

    Now unused.

    * add LAYOUT_65_ansi_blocker

    * add LAYOUT_65_ansi_blocker_split_space

    * remove dead space from layouts

    Remove empty space from `LAYOUT_65_ansi_blocker` and `LAYOUT_65_ansi_blocker_split_space` layouts.

commit 679cbb8426e9bfa78b045ce1edbb8bec9e04c597
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 15 14:25:53 2022 -0700

    bbrfkr Dynamis Refactor (#18733)

    * dynamis.h: use XXX for KC_NO

    * dynamis.h: add matrix diagram

    * info.json: apply friendly formatting

    * refactor keymaps

    - use four-space indent
    - grid-align keycodes for readability

    * info.json: fix LAYOUT_iso key sequence

commit ccdd28930a8f399f3dfd5e39a14e3972e5bc1872
Author: Reibl János Dániel <janos.daniel.reibl@protonmail.com>
Date:   Sat Oct 15 23:22:59 2022 +0200

    fix: Remove OLED support (#18719)

    * fix: Remove OLED support

    * redundant files

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

commit 1e726a13d8a4f494f88aac6975b1b0e3be78242b
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Sat Oct 15 09:36:20 2022 -0700

    Xelus RS60 Layout Refactor (#18708)

    * add matrix diagrams

    * add LAYOUT_60_ansi

    * add LAYOUT_60_ansi_tsangan

    * add LAYOUT_60_tsangan_hhkb

    * enable Community Layout support

    * enable Community Layout support, phase 2

    Remove the `LAYOUTS` rules from the `rules.mk` files, now that the data is in `info.json`.

commit 06a7a1c205f43c0c4c435d48de5ab3893398b19d
Author: jack <0x6A73@pm.me>
Date:   Thu Oct 13 17:07:07 2022 -0600

    Fixup momoka_ergo (#18704)

commit 78484449e29ec3a4e3e5bbb980591beccaf40d9e
Author: jack <0x6A73@pm.me>
Date:   Thu Oct 13 16:28:42 2022 -0600

    Fixup bluebell/swoop (#18703)

commit dcc0c3f3504f59a03d1780f1359f15d1f33a5c73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 13 23:27:03 2022 +0100

    Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 (#18702)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1.
    - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
    - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.0...v4.4.1)

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

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit ca7cfff7c5ffd12a04ed0eaa3c0fc8151bcb8621
Author: arnstadm <45672752+arnstadm@users.noreply.github.com>
Date:   Thu Oct 13 21:34:35 2022 +0200

    add akb/vero (#18652)

commit a3f9992cc97a49944b92e02268db179266842125
Author: Paula Isabel <102936794+paulaxisabel@users.noreply.github.com>
Date:   Fri Oct 14 03:02:15 2022 +0800

    docs: fix typos (#18671)

commit 2762b458fc0eda29bdb4b583962956a4732855c7
Author: Kevin Boss <kevin.boss@outlook.com>
Date:   Thu Oct 13 20:56:24 2022 +0200

    Add momoka ergo via support (#18678)

commit 4a30ea6a18efcc122fd0b7b3626cc1602227e586
Author: Duccio <ducciobreschi@gmail.com>
Date:   Thu Oct 13 20:43:03 2022 +0200

    Add Swoop keyboard (#18436)

commit f50ba3b03132edcc04d9ad2c0a5faa5e73a73d48
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Thu Oct 13 18:53:16 2022 +0800

    Update info.json of Q3 ISO with Encoder (#18697)

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

commit 4a74e3d02d585ff099c5f900eb05ce3c16c985d7
Author: Wilba <wilba@wilba.tech>
Date:   Thu Oct 13 18:14:58 2022 +1100

    Fix Caps Lock indicators on Wilba Tech PCBs (#18695)

commit d5b908186461814cfc999fd5878d5d1ed5df2370
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Oct 13 00:13:16 2022 -0700

    Keychron Q3 Layout Touch-Up (#18696)

commit a8df5fd3031e97a43c1577e31af6c066bf66b712
Author: leah-splitkb <103112489+leah-splitkb@users.noreply.github.com>
Date:   Thu Oct 13 05:06:18 2022 +0200

    [Keyboard] Add splitkb.com's Aurora Sweep (#18691)

commit a195f78200a40f2065b0bf75271fabbb7d381385
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Oct 12 16:17:35 2022 -0700

    Vertex ARC60 Layout Refactor (#18670)

commit 80894f5c4458e50c584629698b2422641c16fb5b
Author: Alex Ong <alex.ong@unsw.edu.au>
Date:   Thu Oct 13 10:12:06 2022 +1100

    Quefrency xeal (#18657)

commit f5ac3ecaa74d61ced78c765c9f5da65ba85f5aca
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Oct 12 16:11:48 2022 -0700

    Viendi 8L Layout Refactor (#18677)

commit 29169243a73cfc26adbf3b0b4ea09ae88927f598
Author: Dicko <dickofn@gmail.com>
Date:   Thu Oct 13 05:19:07 2022 +0700

    [Keyboard] Support for dumbpad_v3x (#18663)

    * feat: support for dumbpad_v3x

    - all credit goes to
    - ref: https://github.com/qmk/qmk_firmware/pull/16285

    - included comment from noroadsleft
    - ref: https://github.com/qmk/qmk_firmware/pull/16285#pullrequestreview-1038213899

    * fix: add newline on every .c, .h, .mk files end

    * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991515821

    * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991516192

commit 4dec07741b4bfb1b9858f5d862589754b28dec5c
Author: Joel Challis <git@zvecr.com>
Date:   Wed Oct 12 22:40:53 2022 +0100

    Remove unused LED_INDICATORS constant (#18686)

commit cf749f2dd03a7e04395d9b6862cc11a22c76fb9d
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Thu Oct 13 02:33:44 2022 +0800

    Keychron q3 (#16912)

    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: Nick Brassel <nick@tzarc.org>
    Co-authored-by: Cesar Rojas <cesar.fieoner@gmail.com>
    Co-authored-by: lokher <lokher@gmail.com>
    Co-authored-by: Adam Karim <adam@akarsoft.com>
    Co-authored-by: bootstrapper <ido.samuelson@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit edef8d2a84002059fb32c299499a99e4b9bcf62c
Author: Alex Ong <alex.ong@unsw.edu.au>
Date:   Wed Oct 12 23:20:16 2022 +1100

    Remove xealousbrown keyboard (#18658)

    Co-authored-by: alexo <alex-ong>

commit 868c7b52930fc6d3f44a57cb257fcc39e60ac3d0
Author: 4pplet <mail@4pplet.com>
Date:   Tue Oct 11 15:22:43 2022 +0200

    Bugfix waffling60 rev d solder (#18673)

commit 46fe3b0cf562ff4b62b9a2f50598976ca02e2e2b
Author: Andy Tsai <cgmandy@gmail.com>
Date:   Mon Oct 10 01:37:25 2022 -0700

    [Keyboard] Add hardwareabstraction/handwire Board  (#18504)

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

commit 2dadbbf04deac73309f740c06b9fae0c01d07f3c
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Mon Oct 10 01:09:15 2022 -0700

    Vertex AngleR2 Layout Refactor (#18661)

commit cd4a265560b45d117ac8296887188015c907e3c8
Author: Artjoms Rizihs <artjomsR@users.noreply.github.com>
Date:   Mon Oct 10 01:04:30 2022 -0700

    [Keyboard][Keymap] Fix random keys being sent on Mac + userspace changes (#15648)

    * qmk art 2020+

    * fix compilation

    * remove functions. translation matrix

    * fix edgecases

    * whitespace

    * fix memory oddity changing the keymap with every string print

    * return edge cases

    * support workman layout for git strings

    * subm

    * secrets

    * fix git ignore

    * rename var

    * workman HW feature toggle

    * remember lenght for inserting secrets

    * blink leds on secret finish

    * 75:fix LEDs not reflecting state on boot

    * move common led functions to user file

    * move common led funcs to separate file

    * move funcs file to separate folder

    * capsword

    * move string functions to a separate file

    * consolidate led funcs

    * tidy up variables

    * email

    * fix printing random keys on Mac + temp disable dynamic macro

    * make switch lang shortcut configurable

    * revert ergodone behaviour

    * move git ignore to userspace folder

    * ergodone clean up + saving space

    * navigation combos

    * shift caps always turns on caps lock. more combos

    * convert led funcs into header file

    * convert string funcs into header file

    * fix compilation for split75

    * remove git cherry pick

    * update legal headers

    * more legal headers

    * home row macros

    * refactor combo names

    * redo combos for homerow + f10 11 12

    * custom strings implementation (like secrets)

    * ergodone: more consistent f keys

    * tweak left right combos to minimise typing interference

    * ctr z shortcut

    * ergodone: move del to a more convenient key

    * rename secrets file to a shorter length

    * ergodone tweaks

    * fix after merge

    * removed included .c files

    * Update keyboards/ktec/ergodone/keymaps/art/user_config.c.example

    * Update keyboards/mt/split75/keymaps/art/user_config.c.example

    * Update users/art/secr.h.example

    * Update users/art/custom_definitions.h.example

    * Update users/art/art_user_config.h.example

    * Update users/art/art.h

commit 7aab5e4d896606a7731c8adfce41115611df75c2
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Mon Oct 10 14:17:21 2022 +1100

    [Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (#17362)

    * initial upload

    * adjust keymap

    * Delete config.h

    * Update post.rules.mk

    * remapped to correct pins

    * add idobao keymap

    * disable underglow

    * minor fix

    * right menu on windows

    * imgur

    * ID61_process_special_k() function

    * KC_APP fix

    * Update keymap.c

    * pre-pr touchups

    * enum layouts

    * review changes recommended by tzarc

    * refactor special keys to common lib

    * rename layout and add info.json labels

    * account for 15 possible USER keys

    * post drashna review

    * Fn Arrow keys added

    * post review edits

    * use bitmask instead of bool array in specialk.c

    * move to community layout

commit a3d2c89c4cff53f2a72dc349227ad2075e61c363
Author: Leon Anavi <leon.anavi@konsulko.com>
Date:   Mon Oct 10 05:28:19 2022 +0300

    [Keyboard] Add ANAVI Macro Pad 10 (#18620)

commit 7b3ad56f13f83e1b688f6330898b5234cda7168e
Author: Nick Brassel <nick@tzarc.org>
Date:   Sat Oct 8 15:52:38 2022 +1100

    Fix future naming collisions. (#18645)

commit 52a5949917ba9608fff3ac950310af2affdd2b6c
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Fri Oct 7 19:04:07 2022 -0700

    Synth Labs Solo Configurator Fixes (#18642)

    * info.json: apply friendly formatting

    - four-space indent
    - line breaks between physical rows

    * info.json: fix key sequence

    * info.json: fix layout macro reference

    The macro `LAYOUT` doesn't exist - this data should reference `LAYOUT_all`.

    * info.json: add LAYOUT_left data

    * info.json: add LAYOUT_right data

    * info.json: correct LAYOUT_right key sequence and positioning

commit 5d7e19209eac263f24d90e079749f646a86e50cc
Author: jpe230 <pablin.123.ra@gmail.com>
Date:   Fri Oct 7 14:30:19 2022 -0500

    Update CRKBD keymap (#18619)

commit de2c81d5b29fc3b3b86f977b72ab3357a1d13a63
Author: jack <0x6A73@pm.me>
Date:   Fri Oct 7 02:07:56 2022 -0600

    Remove all `BACKLIGHT_LEVELS 0` (#18630)

commit a8d6b37fac324910f83f524f008c8def40445c86
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Fri Oct 7 01:58:13 2022 -0400

    DD mappings for build.debounce_type and backlight.levels (#18628)

commit ca2f9e4c8f483da93d7c082b4640832912bec76a
Author: adophoxia <100170946+adophoxia@users.noreply.github.com>
Date:   Thu Oct 6 22:32:19 2022 -0700

    Add encoder map support for Keychron Q1v1 and Q2 (#18598)

commit 1a9058b2d1f4516a746f61a8b61b7e4399742ad8
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Oct 6 22:30:09 2022 -0700

    Studio Kestra Nascent Refactor (#18625)

commit a000ea11f7100e646524acf5316f3119eaf8988b
Author: tarneo <contact.tarneo@gmail.com>
Date:   Fri Oct 7 04:54:50 2022 +0200

    [Keyboard] Add supersplit (#18611)

    Co-authored-by: tarneo <tarneo@tarneo.fr>

commit b820c6db2dd9e6547f4652637bb431937bb850c9
Author: 4pplet <mail@4pplet.com>
Date:   Thu Oct 6 03:01:09 2022 +0200

    [Keyboard] Add waffling80 Rev B (#18603)

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

commit 316edfd297b8a40ce66833c3a373c32155b83bcf
Author: peepeetee <43021794+peepeetee@users.noreply.github.com>
Date:   Wed Oct 5 18:00:08 2022 -0500

    Enable mouse keys for momokai tap_trio (#18614)

commit 2f559c03136764ac29c0586896c3f06e82bcc683
Author: Leon Anavi <leon.anavi@konsulko.com>
Date:   Thu Oct 6 01:37:22 2022 +0300

    [Keyboard] adafruit/macropad: Fix typo (#18616)

commit 6313258f23ae22943396dad7ae56a1904d5697ea
Author: ziptyze <mwcordier@gmail.com>
Date:   Wed Oct 5 17:52:18 2022 -0400

    Product changes to 1up lineup (#18382)

commit 248f98bdad5c10d96649ceb5acad53cba1f513ad
Author: precondition <57645186+precondition@users.noreply.github.com>
Date:   Wed Oct 5 21:19:45 2022 +0200

    width:2 → height:2 for spacetime thumb keys (#18605)

commit fe6f707a856044c754911b6b742f5518b3caaa22
Author: adophoxia <100170946+adophoxia@users.noreply.github.com>
Date:   Wed Oct 5 10:42:21 2022 -0700

    [Keyboard] Add encoder map support for GMMK Pro (#18600)

commit 44aad7b92bb38c4fbd0ebc143a3f88c564c7373a
Author: 4pplet <mail@4pplet.com>
Date:   Wed Oct 5 19:30:41 2022 +0200

    [Keyboard] Add waffling60 Rev D ANSI Hotswap (#18579)

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

commit e7d5a6e490c54c65189fd600c2fcc942191a4ed3
Author: 4pplet <mail@4pplet.com>
Date:   Wed Oct 5 19:30:03 2022 +0200

    [Keyboard] Add waffling60 Rev D Solder (#18580)

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

commit f7785223e5e8aa2a7dbb665e8359de36aa4e7227
Author: Brian Choromanski <BrianChoromanski@gmail.com>
Date:   Wed Oct 5 13:29:43 2022 -0400

    Added new issue template for "Other issues" (#18578)

commit 959f4cbb621868a4f0c1701f54ad2a1f45d889af
Author: George Rodrigues <georgerodrigues@live.com.au>
Date:   Wed Oct 5 13:32:07 2022 -0300

    docs: some typos (#18582)

    probably hacktoberism

commit 5f671de13a01c88ceb86874dba91e4e66c4a3d51
Author: precondition <57645186+precondition@users.noreply.github.com>
Date:   Wed Oct 5 17:04:17 2022 +0200

    RESET → QK_BOOT in nyhxis/nfr_70 (#18607)

commit c1d21de1a230ef34ba0cc96fc4de08021ac1bff0
Author: Nick Brassel <nick@tzarc.org>
Date:   Wed Oct 5 21:35:56 2022 +1100

    Fixup builds for mechlovin/infinity87. (#18604)

commit 164d2f36d1ef07554f754cf6290a9a69e1f2f21a
Author: Klesh Wong <klesh@qq.com>
Date:   Wed Oct 5 17:59:28 2022 +0800

    fix: ps2_interrupt.c failed to compile (#18597)

commit df7f33582febedc3665e57eba1d22b1651d24d0a
Author: Nick Brassel <nick@tzarc.org>
Date:   Wed Oct 5 20:52:10 2022 +1100

    Add C++ prerequisite for Fedora. (#18602)

commit 0e819542896587aca648964efc91ae235630466f
Author: Jesper Severinsen <30658160+jesperseverinsen@users.noreply.github.com>
Date:   Wed Oct 5 04:34:48 2022 +0200

    [Keyboard] Add Nyhxis NFR-70 keyboard (#17562)

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

commit b100db1e5668c9a10437e89d41af76910c58d51d
Author: Kim Minjong <make.dirty.code@gmail.com>
Date:   Wed Oct 5 11:16:11 2022 +0900

    [Docs] Add a note about the print function. (#17737)

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

commit 3f63bbc7d829d7269e9caa89f128adf86ae5b196
Author: nodatk <nodatk@gmail.com>
Date:   Wed Oct 5 10:40:18 2022 +0900

    [Keyboard] Twig50 (#18085)

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

commit fe7ac87f1801faf7ae5127c480ca292d05fdc542
Author: Conor Burns <mail@conor-burns.com>
Date:   Wed Oct 5 03:37:28 2022 +0200

    [Docs] Clarify how to use the bootloader LED for rp2040 (#18585)

commit 8b824a802929b40de075c24d21fae3d447506c56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 5 09:08:59 2022 +1100

    Bump anothrNick/github-tag-action from 1.51.0 to 1.52.0 (#18590)

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

commit d43045e845ba3e3179c3c358f96103752b56648b
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Tue Oct 4 18:00:01 2022 -0400

    define `oled_write_ln_P` as `oled_write_ln` for non-AVR MCUs (#18589)

commit 78c4907f34cc7936299ae5cc78460cb45f286e56
Author: mmccoyd <mmccoyd@users.noreply.github.com>
Date:   Mon Oct 3 19:17:08 2022 -0700

    [Docs] Clarify CAPS_WORD behaviors (#18137)

    Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
    Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
    Co-authored-by: Drashna Jaelre <drashna@live.com>

commit dc5234746148adf06ef399a50a8ecd1b3f5e999d
Author: Brian Choromanski <BrianChoromanski@gmail.com>
Date:   Mon Oct 3 21:42:56 2022 -0400

    Added new issue templates for feature requests and bug reports (#18576)

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

commit 88046b3ebf2c628abbad501e21ebd99cae8687e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 4 08:51:57 2022 +1100

    Bump anothrNick/github-tag-action from 1.50.0 to 1.51.0 (#18575)

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

commit 1d194ac60f3cfecbd972795e9706cfc8922b7420
Author: Johns <Johns-Q@users.noreply.github.com>
Date:   Mon Oct 3 09:41:24 2022 +0200

    Adds Anne Pro 2 c18 ISO variant support (#18154)

commit f5e81681cd07750a7ec1c76a0326d5f87ef8ac5a
Author: Alabahuy <rezzaadio@gmail.com>
Date:   Mon Oct 3 13:35:43 2022 +0700

    add rart60 (#18570)

    * add rart60

commit cc1565f2a3e46f6f364f872962ced35aef5ddae8
Author: Ryan <fauxpark@gmail.com>
Date:   Mon Oct 3 12:26:04 2022 +1100

    `:flash`: print bootloader (#18569)

commit 9ecd6eb9b9ddf487ced76bf0b5114674cf61432b
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Oct 3 07:24:22 2022 +1100

    Add `tzarc/ghoul`. (#18562)

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

commit 2b3f6d0ec6bf504b0b5794bd4f1f3ed7e792a221
Author: Peter Park <peterchpark@gmail.com>
Date:   Sat Oct 1 10:56:41 2022 -0700

    [Keyboard] Add Uni v4 keyboard (#18280)

    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: Peter Park <peter@Peters-MacBook-Air.local>

commit 0bae3b09a1ca1cd68f2979101cc9385596c7b498
Author: 4pplet <mail@4pplet.com>
Date:   Sat Oct 1 19:44:52 2022 +0200

    [Keyboard] Add waffling60 Rev D ISO Hotswap (#18372)

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

commit 2d25b89d115d9957456172d76fb6942ccf92a7b9
Author: Joel Challis <git@zvecr.com>
Date:   Sat Oct 1 17:20:42 2022 +0100

    Remove more RESET keycode references (#18559)

commit 059a7fb9b033fe1adb8a797e0f3dbc074499020c
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Oct 2 00:21:22 2022 +1000

    Djinn theme, allow force redraws (#18558)

commit 9f0d9b4fbea2da81c82d7dc091aa56d52a7db675
Author: Ryan <fauxpark@gmail.com>
Date:   Sat Oct 1 12:54:42 2022 +1000

    onekey: fix quine keymap (#18555)

commit 2b33d2c098e3bda50fde67fb49f856e2bb3ab1b5
Author: Markus Knutsson <markus.knutsson@tweety.se>
Date:   Sat Oct 1 01:33:09 2022 +0200

    [Keyboard] Add Little Big Scroll 4  macropad  (#18516)

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

commit 3db33fba28f3322fdd1da59a7eff81ecfb9b4358
Author: nimishgautam <nimishg@gmail.com>
Date:   Sat Oct 1 01:07:20 2022 +0200

    [Keymap] corne layout with mac/linux text editing shortcuts (#18374)

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

commit 245f00b4d93c65d5540d2096c9f3536ead93ef26
Author: jack <0x6A73@pm.me>
Date:   Fri Sep 30 16:08:40 2022 -0600

    Fixup keebio/sinc (#18551)

commit dfa58801447ae1411af062624777a28b0ba872d7
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Fri Sep 30 13:45:21 2022 -0700

    Smith and Rune Iron 165R2 Refactor (#18552)

    by noroadsleft

commit 5329f2558cf2ed45e9876bd557e03d54b244519b
Author: Forrest Cahoon <forrest.cahoon@gmail.com>
Date:   Fri Sep 30 15:23:24 2022 -0500

    Forrcaho foldkb caps lock blink (#17424)

    * Add mapping for Keebio FoldKB

    * Add (test) macro key; draw box chars around layout

    * More programming macro keys added

    * Fix stupid bug: return false when key has been handled

    * Add mouse layer

    * Encoder functions as mouse scroll wheel

    * add readme.md for my foldkb layout

    * Custom Keebio FoldKB keymap: blink backlight when caps lock is on

commit 3b95f97a19847786550c7813d6a6a5731d525620
Author: Pascal J <3cwrucjat@relay.firefox.com>
Date:   Fri Sep 30 22:08:10 2022 +0200

    [Keyboard] handwired/tractyl_manuform: Arduino Micro (#17199)

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

commit 4dfd744e4e6b609bc31bfede61fb98b906f275cb
Author: JX <572673807@qq.com>
Date:   Sat Oct 1 03:42:28 2022 +0800

    [Keyboard] Add nightstar75 (#18546)

commit 10005e9f39409986493dc3865cc64734c9db786e
Author: 3araht <69518343+3araht@users.noreply.github.com>
Date:   Fri Sep 30 15:13:21 2022 +0900

    Rotary encoder setting is revised to solve a malfunction. (#18227)

    * Rotary encoder setting is revised to solve a mulfunction. UNUSED_PINS deleted.

    * Encoder map applied.

    * ENCODER_MAP_ENABLE moved to keymap level.

    * Settings in rules.mk moved to info.json.

    * picture sent to imgur. config.h streamlined.

commit e1e86cb1fb97afe3c2d8331dde4e0f1d61d67e37
Author: Purdea Andrei <andrei@purdea.ro>
Date:   Fri Sep 30 09:02:24 2022 +0300

    Add Unicomp PC122 keyboard (#18326)

commit b77ff4edf40fbdc4b49d9b3835a54c7884ea20ac
Author: Luis Moreno <lmoreno.serrano@gmail.com>
Date:   Fri Sep 30 07:55:46 2022 +0200

    AceVice One's keymap for Kyria keyboard (#18393)

commit 043e6e72c0a4ec14c7eefa216aa3451796f1ecc2
Author: Controller Works <103382872+controller-works@users.noreply.github.com>
Date:   Fri Sep 30 01:48:41 2022 -0400

    [Keyboard] Add mini42 (#18491)

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

commit f3351c6bfb4833505f3b2b4484d14d6f6446125a
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Fri Sep 30 13:42:29 2022 +0800

    [Keyboard] Add saevus cor (#18368)

commit cb2a99a415e8bce8ba814b9684c3979ff934ee91
Author: Zicodia <82699172+Z1codia@users.noreply.github.com>
Date:   Fri Sep 30 00:42:11 2022 -0500

    [Keyboard] Fix tklfrlnrlmlao layout (#18543)

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

commit 454c8c31001398dd5b8a6adbc166033b7eac446a
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Fri Sep 30 06:24:41 2022 +0100

    [Keyboard] add Ask55 (#18256)

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

commit cc8f2c584a08cf5fde497c7d0ed8ad209b7a4646
Author: JX <572673807@qq.com>
Date:   Fri Sep 30 13:13:49 2022 +0800

    [Keyboard] Add yandrstudio/buff67v3 keyboard (#17592)

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

commit dc7d2692c6de6e8d5ae11f9cab5f76bbbdbb9c49
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 21:28:12 2022 -0700

    Grammar Fix for PR Checklist (#18540)

    * Grammar Fix for PR Checklist

    * Update docs/pr_checklist.md

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

    * Update docs/pr_checklist.md, take 2

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

commit 83776b44b3ee7ff95cef9481dee023d98528e5e6
Author: Joseph Fass <joseph.fass@gmail.com>
Date:   Thu Sep 29 20:44:25 2022 -0700

    [Keyboard] Add handwired tkk diodeless keyboard (#18379)

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

commit be61df0827cbd07468a6acdd9b7ce8d2e7c8094e
Author: Andrew Kannan <andrew.kannan@gmail.com>
Date:   Thu Sep 29 23:29:11 2022 -0400

    [Keyboard] Add Moment Solderable (#18385)

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

commit dab9edeabb1ccbaa0d71d10b5b349c6862dea771
Author: Markus Knutsson <markus.knutsson@tweety.se>
Date:   Fri Sep 30 05:01:33 2022 +0200

    [Keyboard] Add Little Big Scroll 6 macropad (#18510)

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

commit 2c4fd924c02b081b0e0d87f972c0e55b08741eec
Author: JX <572673807@qq.com>
Date:   Fri Sep 30 10:57:39 2022 +0800

    [Keyboard] Add EAU87 (#18532)

commit 168b69654fe9101e4278a0620032e88b8049eb45
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Sep 30 12:57:20 2022 +1000

    Explicitly specify path to RP2040 wear_leveling config file. (#18541)

commit 917c12d973f73b79dfc7337b3a0a2331dface569
Author: jack <0x6A73@pm.me>
Date:   Thu Sep 29 20:56:34 2022 -0600

    [Keyboard] fixup tklfrlnrlmlao (#18539)

commit 8f7b382902c46b8335d4138bcd949e82fa14406d
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 19:49:05 2022 -0700

    P3D Glitch Configurator Fix and Keymap Touch-Up (#18534)

commit adcdacf93c7d83306e794fad8f6c3c1ba19bd414
Author: ZyberSE <reine@tuba.nu>
Date:   Fri Sep 30 04:01:33 2022 +0200

    [Keymap] Personal user space code and keymaps by ZyBeR (#18512)

    Co-authored-by: ZyBeR <n/a>

commit 5b2eb4ec85062125ed44c1a790d087a1d604a1ed
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 17:56:34 2022 -0700

    Plywrks Ahgase Community Layout Support (#18535)

commit 26c3e877c7e836d45cb84ec5265fab62e4c90028
Author: Seth Barberee <seth.barberee@gmail.com>
Date:   Thu Sep 29 19:23:02 2022 -0500

    [Keyboard] Convert most of sinc to data driven info.json (#18481)

commit 1dd15a8f22d3f497cf0e6226f8bb8e228d806628
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Thu Sep 29 20:10:33 2022 -0400

    [Keyboard] tau4 fixup/refactor (#18523)

commit 96c1ac24eea52fa0b69829ff04a64d2c38febea7
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 16:02:21 2022 -0700

    TKL-FF Community Layout Support (#18538)

commit 413284a2e80c926c155bbdbee4dbc7c05687b63e
Author: Zicodia <82699172+Z1codia@users.noreply.github.com>
Date:   Thu Sep 29 17:55:19 2022 -0500

    Fixed layout matrix for TKLFRLNRLMLAO (#18537)

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

commit 43e57ab777c4ea1fed0f649c7b6bed88505d0c43
Author: Joe Scotto <contact@joescotto.com>
Date:   Thu Sep 29 16:32:27 2022 -0400

    [Keyboard] Add ScottoCMD Keyboard (#18520)

commit 94ec64f91b9914d6b1a45485607cd1d494decc1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 30 05:34:02 2022 +1000

    Bump anothrNick/github-tag-action from 1.49.0 to 1.50.0 (#18536)

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

commit 45b5ed5c6e1ecdf95e9ce0523a8ff49d45b8822f
Author: Ryan <fauxpark@gmail.com>
Date:   Fri Sep 30 04:23:11 2022 +1000

    Onekey: migrate some stuff to data driven (#18502)

commit bad8c6718901603b8a64d371b003ae4ab6a24044
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 10:45:36 2022 -0700

    Neson Design 700E Refactor (#18524)

commit 49128d6b8534a8b1b234e75ade8a1f8a2b8390f8
Author: syntax-magic <dan.syntaxmagic@gmail.com>
Date:   Thu Sep 29 10:33:23 2022 -0700

    Updated documentations. No changes to keymap.c functions. (#18530)

commit b51b3681b7d38f86d8c5b2df152c44ad5d7a1bff
Author: Daniel Bast <2790401+dbast@users.noreply.github.com>
Date:   Thu Sep 29 19:15:00 2022 +0200

    Fix keychron q2 iso default keymaps (#18501)

commit 00dc764f7268bd2780645eb07ce59892faba0341
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Thu Sep 29 13:08:45 2022 -0400

    [docs] Improve documentation regarding info.json (#18508)

    * docs: raise info.json awareness

    * docs: note that DD migration is WIP

commit bfcbcfe3c7efad948a026ad8c365007bb82d9b6a
Author: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Date:   Fri Sep 30 00:50:47 2022 +0800

    Update q0 for keychron (#18522)

commit 14e18864056f836f359258521d63ddf7597d0dd7
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 09:48:44 2022 -0700

    novelkeys/nk20: rename LAYOUT_all to LAYOUT (#18525)

    This board only supports one layout.

commit 961de3c20524ded55aa3778b15bedfa3f192905a
Author: Markus Knutsson <markus.knutsson@tweety.se>
Date:   Thu Sep 29 17:01:34 2022 +0200

    Update reference_info_json.md (#18518)

    * Update reference_info_json.md

    * Update docs/reference_info_json.md

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

    * Update docs/reference_info_json.md

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

    * Update docs/reference_info_json.md

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

    * Update docs/reference_info_json.md

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

    * Update docs/reference_info_json.md

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

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

commit 51f2d27321eb791f97e1e32b277b370321019fac
Author: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com>
Date:   Thu Sep 29 04:50:32 2022 -0600

    Fix typo (#18526)

commit eb55551e2d764ac48c48e02165589ab11f4c8005
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Thu Sep 29 01:32:25 2022 -0700

    Monoflex 60 Layout Refactor and Touch-Up (#18517)

commit 6b8dfdfca5bf14a7877d165ff2e9de746f2da79a
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Sep 28 23:41:33 2022 -0700

    Mokey Ibis80 Refactor (#18514)

commit c705f0f85f0ef4ca3bdb110c810e7d4e8f395b46
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Wed Sep 28 23:32:03 2022 -0700

    Mechlovin Zed65 Wearhaus66 Configurator Fixes (#18507)

commit c71bc77da16885e94c9ea26b411d44d2cb5a4c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 29 11:02:36 2022 +1000

    Bump anothrNick/github-tag-action from 1.46.0 to 1.49.0 (#18515)

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

commit d6f77637c5fe89cb70be4b33cc445a6c55a46d26
Author: Mike Ryan <justfalter@users.noreply.github.com>
Date:   Wed Sep 28 14:23:42 2022 -0500

    [Keyboard] dygma/raise: multiple fixes and improvements (#18361[)

commit d050e689f511ad3af4dfd2b9705a49f0f8d71d92
Author: Alabahuy <rezzaadio@gmail.com>
Date:   Thu Sep 29 02:23:17 2022 +0700

    [Keyboard] add rart80 (#18287)

commit 269600f64072e79e7c248f7c2dd97bf310be2fcc
Author: Luis Carlos <luisca2992@gmail.com>
Date:   Wed Sep 28 13:22:59 2022 -0600

    Update feature_tap_dance.md (#18509)

    Fixed typo

commit 7b7255553ceb33fc77ac7bd691ce355097262207
Author: Max Renner <rennerom@gmail.com>
Date:   Wed Sep 28 14:21:16 2022 -0500

    [Keymap] Add rennerom planck layout (#17283)

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

commit 6f108642eb814e56d191db91cf0d0288914f53d7
Author: Felix Jen <fjen@felixjen.com>
Date:   Wed Sep 28 14:20:26 2022 -0500

    [Keyboard] Add KG60 and KG65 (#17565)

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

commit 63c87f591e96c1038acbc0665f6aea8628fd2089
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Tue Sep 27 21:51:40 2022 +0800

    Update VID and PID of Abats Keyboard Club Nayeon (#18503)

commit 848e1ec318889b727403228c1ca2f3e206a4fec0
Author: Arturo Avila <69410272+ADPenrose@users.noreply.github.com>
Date:   Tue Sep 27 07:44:41 2022 -0500

    [Keyboard] Updated Kintsugi to support encoder mapping (#18492)

commit f8c8005ce1bc9292951f65e26c47a7e934b5a773
Author: JX <572673807@qq.com>
Date:   Tue Sep 27 20:36:49 2022 +0800

    [Keyboard] Add wave75 (#18490)

commit 7d0c1332cc794c49423ffae04967678d5b2ce48c
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Tue Sep 27 02:17:08 2022 -0700

    Mechlovin Foundation Configurator Cleanup (#18500)

commit 492c34f8d06517348f1df865c220bb002a775149
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Tue Sep 27 02:16:51 2022 -0700

    Linworks FAve 87H Layout Refactor (#18497)

commit e1980726badbbe77fa1ff8be74334b7a993a955d
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Tue Sep 27 02:16:35 2022 -0700

    Linworks FAve 84H Layout Refactor (#18496)

commit cad1547ee63165b8c140c44cc0f4a2106ce21001
Author: Arturo Avila <69410272+ADPenrose@users.noreply.github.com>
Date:   Tue Sep 27 04:16:23 2022 -0500

    [Keyboard] Add Obi keyboard (#18489)

commit e021fe90b1226eabc618cd5d42acfd2ba7a674fa
Author: Zicodia <82699172+Z1codia@users.noreply.github.com>
Date:   Tue Sep 27 04:16:03 2022 -0500

    [Keyboard] Add TKLFRLNRLMLAO (#18487)

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

commit 045170a958820ca8294d6aec2db4ccb1129038dc
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Mon Sep 26 18:53:31 2022 -0700

    Keyten Aperture Community Layout support (#18495)

    * rename LAYOUT_all to LAYOUT_65_ansi_blocker_tsangan_split_bs

    * enable Community Layouts support

    * info.json: format whitespace

    - apply four-space indent
    - remove trailing whitespace

    * info.json: correct maintainer value

    Field is intended to reference the maintainer's GitHub username.

commit 357eeafd394c737917309e779890e59dd3a77ac5
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Mon Sep 26 16:43:33 2022 -0700

    Keyquest Enclave-1: rename LAYOUT to LAYOUT_ortho_3x3 (#18494)

    * rename LAYOUT to LAYOUT_ortho_3x3

    * info.json: correct maintainer value

    Field is intended to reference the maintainer's GitHub username.

commit b521641c507cf043a327e7073483bef5cf4f580a
Author: Drashna Jaelre <drashna@live.com>
Date:   Sun Sep 25 23:15:50 2022 -0700

    [Keyboard] Ploopy Thumb Trackball (#18214)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    Co-authored-by: Nick Brassel <nick@tzarc.org>
    Co-authored-by: ploopyco <git@ploopy.co>

commit d98ec93eb8bcbb63d9f8c4778ebf5bafbd2e98f9
Author: Nick Lopez <github@glowingmonkey.org>
Date:   Sun Sep 25 23:14:36 2022 -0700

    [Keyboard] Add Osborne 1 handwired keyboard (#18397)

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

commit 65d0fef47a3ca748b2f20a3fb4d472e7b82862b3
Author: zhiquankhor <53843869+zhiquankhor@users.noreply.github.com>
Date:   Mon Sep 26 14:13:48 2022 +0800

    [Keymap] Add zq keymap for w1_at (#18479)

commit 667831daba99ffeb95cf71ee965d280af1fa659b
Author: Alejandro J <ajarov@users.noreply.github.com>
Date:   Mon Sep 26 03:12:24 2022 -0300

    [Keymap] Add ajarov's crkbd layout (#17479)

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

commit 1b9de35f3a436627b9b8c43dc162e4a3648bd194
Author: Ben Allen <25768863+BenResTech@users.noreply.github.com>
Date:   Mon Sep 26 07:11:48 2022 +0100

    [Keymap] Adding Benrestech keymap for the Crkbd (#18163)

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

commit e2954cd43280b10c657dacc6362d322f22625041
Author: JX <572673807@qq.com>
Date:   Mon Sep 26 14:11:22 2022 +0800

    [Keyboard] add yr6095 (#18278)

commit 7a5a99b6a56e148b0bdcd146dfba1525214f0293
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Mon Sep 26 14:00:59 2022 +0800

    [Keyboard] Add GHS.JEM (#17340)

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

commit 995a0077fcc9f6146f367dd2509a6f192c8795ca
Author: JX <572673807@qq.com>
Date:   Mon Sep 26 13:51:09 2022 +0800

    [Keyboard] add eau75 (#18173)

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

commit 6809f154c9b8a405444c1a32839e7e3687ddb8e2
Author: Cao Thai Duong <57068549+KD-MM2@users.noreply.github.com>
Date:   Mon Sep 26 14:42:04 2022 +0900

    [Keyboard] Add Handwired 87 keys (#17682)

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

commit 04b93bd2a9940bc194b512797a6a9a205c77e8c1
Author: syntax-magic <dan.syntaxmagic@gmail.com>
Date:   Sun Sep 25 21:53:16 2022 -0700

    [Keymap] Switched keys around in RIGHFN layer and updated indicator lights to green (#18465)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: syntax-magic <dkim.8881@gmail.com>

commit fe7ee4961c85ce646165a5e5844576fe342849b2
Author: Joe Scotto <me@joescotto.com>
Date:   Sun Sep 25 23:39:09 2022 -0400

    [Keyboard] Add Scotto9 Macropad (#18452)

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

commit a4dcf22fd7fd251b14688286d1e9abff2fcdf546
Author: Daniel Shields <1530706+shieldsd@users.noreply.github.com>
Date:   Mon Sep 26 04:38:37 2022 +0100

    [Keymap] Tune mod tap configuration for dshields home row mods (#18458)

commit 82eb98449de01456ed0d7568d0525ab6cc380155
Author: jack <0x6A73@pm.me>
Date:   Sun Sep 25 18:00:20 2022 -0600

    Fixup saevus/cor_tkl (#18476)

commit ab58ae582ed720caf0738361d876186712021394
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Mon Sep 26 02:03:19 2022 +0800

    [Keyboard] Layout matrix correction (#18473)

commit 1bdf4cdc22ae57d111efb2f7d71e405e5c7b3f11
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun Sep 25 22:04:52 2022 +1000

    Fix `tzarc/djinn` screen geometry. (#18478)

commit 056d6aee27a452df76b7abcd15ef22172d619033
Author: Ryan <fauxpark@gmail.com>
Date:   Sun Sep 25 17:54:41 2022 +1000

    Untangle layouts for Dimple rev3 and Infinity87 (#18462)

commit 431c92893fff5d6678b9ac6d4acd0b6a70b3ebad
Author: Drashna Jaelre <drashna@live.com>
Date:   Sat Sep 24 12:58:10 2022 -0700

    [Keyboard] Update Work Louder VIA layouts (#18470)

    * [Keyboard] Fix Encoder Maps for Work Louder Boards

    * Fix via keymap for work board

    * Cleanup

commit e88f0adcaed6432a0b1f7f7ea59e9928f0ff871a
Author: Joe Scotto <me@joescotto.com>
Date:   Sat Sep 24 14:56:06 2022 -0400

    [Keyboard] Add Scotto36 Keyboard (#18446)

commit 7caf0b1ab89224c92671e4617f023b6ea1fa1531
Author: adophoxia <100170946+adophoxia@users.noreply.github.com>
Date:   Sat Sep 24 11:53:22 2022 -0700

    [Keyboard] Add Keychron Q0 (#18348)

commit dfa6fd4b2a5087b4775288038b8956051fd034f8
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Sun Sep 25 02:49:13 2022 +0800

    [Keyboard] Add Plywrks Allaro (#18275)

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

commit 29016495782df4bc15da2a4e7b203b4c49f6c276
Author: Falke Carlsen <11318702+falkecarlsen@users.noreply.github.com>
Date:   Sat Sep 24 18:39:44 2022 +0200

    [Keymap] falkecarlsen gmmk keymap and readme (#17286)

commit 6d4d228beaa13ad2d904df9d92d30aa0a68396bb
Author: Joel Challis <git@zvecr.com>
Date:   Sat Sep 24 17:05:12 2022 +0100

    [Keyboard] Add SENSE75 firmware (#18442)

commit 244f27ac277e14371157779bc1004b674b1fd39b
Author: Wes Lord <weslord@gmail.com>
Date:   Sat Sep 24 09:04:14 2022 -0700

    Remove orphan custom functions reference in keymap docs (#18444)

commit 0dca9a1f62aaa85340b2605a9ae4ea7eb84a5c62
Author: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date:   Sat Sep 24 23:44:50 2022 +0800

    [Keyboard] Convert Cradio config to data driven model (#18412)

commit fa1388a42ea1f830aff0412813683b00f1048a8e
Author: Andrew Kannan <andrew.kannan@gmail.com>
Date:   Sat Sep 24 11:38:42 2022 -0400

    [Keyboard] Add Moment Hotswap PCB (#18384)

commit 5ff2d93582fb5ca2e15e0c21f32b760d4a4c9044
Author: Ramon Imbao <ramonimbao@gmail.com>
Date:   Sat Sep 24 23:36:19 2022 +0800

    [Keyboard] Add Saevus Cor TKL (#18369)

commit 3072feb8ed79c861a0066ec6721669dec6f6309f
Author: Steven Karrmann <skarrmann@gmail.com>
Date:   Sat Sep 24 11:35:37 2022 -0400

    [Keyboard] Add Janus keyboard (#18367)

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

commit 45cc7f1e94e2eeee2a25195fcb7719d08570272d
Author: takashicompany <t@kashi.company>
Date:   Sat Sep 24 23:05:53 2022 +0900

    [Keyboard] Add GOAT51 (#18220)

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

commit fe9c1d8e456c293166ff8664ff280710eb5aa416
Author: lunatic <56441863+lunaticwhat@users.noreply.github.com>
Date:   Sat Sep 24 20:58:03 2022 +0700

    [Keyboard] add CherryB CB65 (#18356)

commit 6cf4af987616fa5270f0d9ab7ec6e2ba8712dda3
Author: jun10000 <39115187+jun10000@users.noreply.github.com>
Date:   Sat Sep 24 16:38:43 2022 +0900

    [Keyboard] Add om60 rev1 keyboard (#18126)

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

commit e3e0a35b5843f5f681d7f3730f843454b24aa7ca
Author: Matt Chan <5021+mattchan@users.noreply.github.com>
Date:   Sat Sep 24 03:03:07 2022 -0400

    kegen/gboy: Fix typo in readme.md; add labels to info.json and reformat for readability (#18269)

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

commit 2791ceb6aa000bce07638ad117a73eba4df0e3f6
Author: Wilba <wilba@wilba.tech>
Date:   Sat Sep 24 09:39:55 2022 +1000

    Add caps lock and scroll lock indicators (#17725)

commit 03a671e7953844d085deba313d9e7de3c5a84105
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date:   Fri Sep 23 15:26:52 2022 -0700

    JadooKB JKB65 Community Layout Support (#18461)

    * rename LAYOUT_67_ansi to LAYOUT_65_ansi_blocker

    * enable Community Layouts support

commit 3b7aeddc4dea42f9c7850b2a39661349d0b1352e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 23 09:52:21 2022 +1000

    Bump actions/stale from 5 to 6 (#18456)

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

commit ea80141f6920c115bcf7993eb3173737a580e6d6
Author: Drashna Jaelre <drashna@live.com>
Date:   Wed Sep 21 14:00:25 2022 -0700

    [Docs] Explicitly mention kb/user callbacks as boolean (#18448)

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

commit ee22f34e69abcd191b887d8dec7ae25655cc6cb4
Author: bojiguard <107382014+bojiguard@users.noreply.github.com>
Date:   Thu Sep 22 02:32:31 2022 +0900

    Fungo rev1: fix QMK Configurator key sequence - info.json (#18434)

    * * info.json: fix key position and order

    * fix json format

    * Update keyboards/fungo/rev1/info.json

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

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

commit b03a3d7047e85a798c9368c64dbdb3f75be6d761
Author: Nick Brassel <nick@tzarc.org>
Date:   Wed Sep 21 21:08:47 2022 +1000

    Checklist clarification. (#18440)

commit b0f824755a1239a5ee6285a8930f6521f3924869
Author: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Date:   Tue Sep 20 15:43:49 2022 -0300

    Update Apollo PCBs to use wear levelling code (#18411)

commit 456d6f33426946d632ed52a3278b5fcd0c398644
Author: Joel Challis <git@zvecr.com>
Date:   Tue Sep 20 07:52:43 2022 +0100

    Remove legacy keycodes from unit tests (#18430)

commit 100cf3db3a14b4d841bf55e53aba5b54036f67af
Author: Jimmy Sjölund <jimmy@sjolund.se>
Date:   Tue Sep 20 08:19:51 2022 +0200

    [Keymap] Added Kyria keyboard to jimmysjolund (#18335)

commit 41fdf32afb34e09946822c2aebcf26915e9c6d2a
Author: Danny <nooges@users.noreply.github.com>
Date:   Mon Sep 19 15:26:29 2022 -0400

    Add encoder map to Quefrency VIA keymap (#18380)

    * Add encoder map to Quefrency VIA keymap

    * Explicitly define which RGB animations are enabled

    * Set different PID to prep for different VIA .json usage

    * Add ifdefs to handle if ENCODER_ENABLE is set to NO

commit 51620c10424c1ca4be2e7cae922eb271e0c679ca
Author: Felix Springer <39434424+jumper149@users.noreply.github.com>
Date:   Mon Sep 19 20:42:38 2022 +0200

    Fix boardsource/lulu RGB matrix (#18407)

    * Fix ordering of entries for RGB matrix.

    * Fix typos in RGB matrix definition.

    These matrix indices overlapped.

    * Improve positions in RGB matrix.

    The rotary encoder and the key below that are in a new column.
    The rotary encoder's height is inbetween rows.
    The key below is kind of off-axis and thus hard to pin down to a
    specific location.

    The modifer keys in the bottom row are staggered compared to the other
    columns.

commit 652d1d8a6d0a98ab2cff285dc46b91b702adedc6
Author: Marius Renner <ragingcactus@ragingcactus.net>
Date:   Mon Sep 19 20:34:29 2022 +0200

    Fix int8_t overflow in RGB heatmap effect (#18410)

commit 89df40d4f340311e64189de45770879257c867f3
Author: Danny <nooges@users.noreply.github.com>
Date:   Mon Sep 19 14:19:13 2022 -0400

    Enable more BDN9 RGB effects (#18420)

commit ed6679b89cc2a60dd259b57c1b12f73ef16b7046
Author: Derek <dschmell91@gmail.com>
Date:   Mon Sep 19 14:18:13 2022 -0400

    [Keyboard] Sodium50 - Fix configuration (#18422)

commit 2c516fab292fdd6bb9b42ad528f83118a3831cf6
Author: coliss86 <coliss86@users.noreply.github.com>
Date:   Mon Sep 19 03:20:22 2022 +0200

    [Docs] Extract 'Layer Change Code' and EEPROM (#18174)

    * [Docs] Extract 'Layer Change Code' and EEPROM

    * adjust wording

    * Update docs/custom_quantum_functions.md

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

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

commit d8ef2ea7dd59e018a816a519f74c1813d198498c
Author: Daniel Shields <1530706+shieldsd@users.noreply.github.com>
Date:   Mon Sep 19 00:10:50 2022 +0100

    Add home row modifiers to dshields keymaps. (#18376)

commit e7e08030d20afd513138531762018cdacea55e65
Author: Joel Challis <git@zvecr.com>
Date:   Mon Sep 19 00:09:02 2022 +0100

    Reduce charue/sunsetter_r2 firmware size (#18378)

    * Reduce charue/sunsetter_r2 firmware size

    * add rules.mk

commit ecb4ba70b1d48835e75da6b0a8ad566c2f126b9f
Author: Danny <nooges@users.noreply.github.com>
Date:   Sun Sep 18 19:01:05 2022 -0400

    Add encoder map to BDN9 VIA keymap (#18388)

commit c6ff10a2577e0dcee1c8dc1ec25c84c3355d9986
Author: jonavin <71780717+Jonavin@users.noreply.github.com>
Date:   Sun Sep 18 18:57:37 2022 -0400

    FIx ARRAYSIZE def and Murphpad string array (#18392)

    Co-authored-by: Jonavin <=>

commit c56dc9c0bbe8ba1449e39923e3de2f562707eb40
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon Sep 19 07:19:03 2022 +1000

    Fixup axon40 lint. (#18409)

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

commit 3444dd5e2d9c5438bf919eb4b6afd3cba3cb65b2
Author: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Date:   Sun Sep 18 02:01:46 2022 -0400

    [keyboard] kbdfans/kbd75rgb info.json fix (#18391)

commit 4781a798cab353397cf2ab92908a49096d505891
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 16 22:03:32 2022 +0100

    Bump anothrNick/github-tag-action from 1.45.0 to 1.46.0 (#18386)

    Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.45.0 to 1.46.0.
    - [Release notes](https://github.com/anothrNick/github-tag-action/releases)
    - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.45.0...1.46.0)

    ---
    updated-dependencies:
    - dependency-name: anothrNick/github-tag-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit 799046fd9de389f15651d121d64f5be373e7dffe
Author: npspears <40127181+npspears@users.noreply.github.com>
Date:   Fri Sep 16 12:37:39 2022 -0500

    Quark revision - rotary encoder and 7u support (#17664)

    by npspears

commit 1ec8ae8a49f02ae732cc5315d75bf2a6505fe00d
Author: an_achronism <87213873+an-achronism@users.noreply.github.com>
Date:   Fri Sep 16 17:25:16 2022 +0100

    Initial support for Tetromino added (#18341)

    by the spherical lad @an-achronism

commit cf88d956130ef847677cf4defd1f21d4e72c677f
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri Sep 16 18:19:10 2022 +1000

    Add ability to remove temporary files during multibuild. (#18381)

commit 617f957e82d8c5213f77ce8003c4c17439d26077
Author: Joel Challis <git@zvecr.com>
Date:   Fri Sep 16 02:03:18 2022 +0100

    Fix handwired/swiftrax/bumblebee layout macro (#18377)

commit 57c35bd8177d975f3a62505e51d531d1f4587215
Author: ziptyze <mwcordier@gmail.com>
Date:   Thu Sep 15 14:16:58 2022 -0400

    [Keyboard] Add pi40 (#18207)

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

commit 56bad5d357d0d670a64db12107e9d687e566e759
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Thu Sep 15 16:52:38 2022 +1000

    [Keyboard] Removal of deprecated defines in IDOBAO…
aivalja pushed a commit to aivalja/qmk_firmware that referenced this pull request Nov 7, 2022
* feat: support for dumbpad_v3x

- all credit goes to
- ref: qmk#16285

- included comment from noroadsleft
- ref: qmk#16285 (review)

* fix: add newline on every .c, .h, .mk files end

* feat: response to change qmk#18663 (comment)

* feat: response to change qmk#18663 (comment)
ramonimbao pushed a commit to ramonimbao/qmk_firmware that referenced this pull request Nov 28, 2022
* feat: support for dumbpad_v3x

- all credit goes to
- ref: qmk#16285

- included comment from noroadsleft
- ref: qmk#16285 (review)

* fix: add newline on every .c, .h, .mk files end

* feat: response to change qmk#18663 (comment)

* feat: response to change qmk#18663 (comment)
nolanseaton pushed a commit to nolanseaton/qmk_firmware that referenced this pull request Jan 23, 2023
* feat: support for dumbpad_v3x

- all credit goes to
- ref: qmk#16285

- included comment from noroadsleft
- ref: qmk#16285 (review)

* fix: add newline on every .c, .h, .mk files end

* feat: response to change qmk#18663 (comment)

* feat: response to change qmk#18663 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap stale Issues or pull requests that have become inactive without resolution. 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

7 participants