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

Organize KPrepublic, K.T.E.C, xiudi boards into directories #12159

Merged
merged 2 commits into from
Aug 22, 2021

Conversation

peepeetee
Copy link
Contributor

@peepeetee peepeetee commented Mar 8, 2021

Description

Moved all KPrepublic board directories into the same directory

Organize KPrepublic, K.T.E.C, xiudi boards into folders.
The original scope of this pr was to organize kprepublic boards into a folder. As I was doing that, I erroneously included xiudi and K.T.E.C boards, as they were sold by KP republic. Thus the scope expanded to organize all of these into their respective directories, as there was a significant amount of xd boards.
List of affected boards:

Now in /kprepublic

  • cospad
  • bm16a
  • bm16s
  • bm40hsrgb
  • bm43a
  • bm60poker
  • bm60rgb
  • bm60rgb_iso
  • bm68rgb
  • jj4x4
  • jj40
  • jj50

Added 2021-08-06:
-bm65iso

Now in /xiudi

  • xd002
  • xd004
  • xd60
  • xd68
  • xd75
  • xd84
  • xd87
  • xd84pro
  • xd96

Now in /ktec

  • daisy
  • staryu
  • ergodone

All readmes has been updated to reflect the updated path

Command used:
mkdir kprepublic xiudi ktec
while read -r LINE; do mkdir kprepublic/"$LINE"; git mv "$LINE"/* kprepublic/"$LINE"; done < ~/list1
while read -r LINE; do mkdir xiudi/"$LINE"; git mv "$LINE"/* xiudi/"$LINE"; done < ~/list2
while read -r LINE; do mkdir ktec/"$LINE"; git mv "$LINE"/* ktec/"$LINE"; done < ~/list3

Types of Changes

Directory structure reorganization

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

Issues Fixed or Closed by This PR

Checklist

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

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Mar 8, 2021
@peepeetee
Copy link
Contributor Author

Please check if daisy, staryu, cospad and the xd series should be in this folder

@peepeetee
Copy link
Contributor Author

@fougner
Copy link
Contributor

fougner commented Mar 8, 2021

I don't have anything against the intention of the patch, xd87 is a kprepublic kbd so it makes sense to have it under a kprepublic dir. However, i do have some suggestions for the PR in general before I'd +1 it:

  • do this as one single move so git correctly tracks file history etc. Currently the commit says "moved" but you're in fact copying files.
  • the main keyboard dir seem to currently limit itself to lowercase, I assume we want to follow the same pattern.
  • don't use past tense in commit messages, use imperative form as if to describe what the patch does if applied, e.g. "move zap into zup".

@peepeetee
Copy link
Contributor Author

peepeetee commented Mar 8, 2021 via email

Copy link
Contributor

@filterpaper filterpaper left a comment

Choose a reason for hiding this comment

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

Perhaps you can also take this opportunity to update the build command documentation to use the qmk python script that is agnostic to current folder.

keyboards/kprepublic/bm40hsrgb/readme.md Outdated Show resolved Hide resolved
keyboards/kprepublic/bm40hsrgb/readme.md Outdated Show resolved Hide resolved
keyboards/kprepublic/bm43a/readme.md Outdated Show resolved Hide resolved
keyboards/kprepublic/bm16s/readme.md Outdated Show resolved Hide resolved
keyboards/kprepublic/bm60rgb/readme.md Outdated Show resolved Hide resolved
@peepeetee peepeetee closed this Mar 8, 2021
@github-actions github-actions bot removed keymap via Adds via keymap and/or updates keyboard for via support keyboard labels Mar 8, 2021
@peepeetee peepeetee reopened this Mar 8, 2021
@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Mar 8, 2021
@peepeetee peepeetee marked this pull request as draft March 10, 2021 10:48
@drashna drashna requested review from a team March 17, 2021 02:13
@peepeetee peepeetee marked this pull request as ready for review March 17, 2021 16:23
@peepeetee
Copy link
Contributor Author

peepeetee commented Mar 17, 2021

Please review if Staryu should be included

Consider renaming cospad to xd24 for better sorting

@peepeetee peepeetee changed the title move all KPrepublic boards into the same directory Organize KPrepublic, K.T.E.C, xiudi boards into folders Mar 17, 2021
@peepeetee
Copy link
Contributor Author

@drashna outdated due to scope expansion, please rescind approval

@peepeetee peepeetee changed the title Organize KPrepublic, K.T.E.C, xiudi boards into folders Organize KPrepublic, K.T.E.C, xiudi boards into directories Mar 17, 2021
@peepeetee
Copy link
Contributor Author

Please make sure that there are no other kprepublic, xiudi, or ktec boards

@peepeetee
Copy link
Contributor Author

@yuhe00

@peepeetee peepeetee removed the request for review from a team March 17, 2021 22:17
@peepeetee peepeetee force-pushed the KPrepublic branch 2 times, most recently from a5a7721 to 04cf9d1 Compare August 17, 2021 00:50
@tzarc tzarc merged commit 78ccd9c into qmk:develop Aug 22, 2021
sekigon-gonnoc added a commit to sekigon-gonnoc/qmk_firmware that referenced this pull request Sep 11, 2021
commit 43614a5c5acc7cfe19f218f7e07963c7620f7441
Author: sekigon-gonnoc <[email protected]>
Date:   Sat Sep 11 15:37:47 2021 +0900

    add usb_util.c

commit 9ad77b65f6d8967382c6ff59f8fdf1e5670598ab
Merge: 86367f4db9 2a54722eab
Author: sekigon-gonnoc <[email protected]>
Date:   Sat Sep 11 15:29:20 2021 +0900

    Merge branch 'master' into merge/master/rp2040

commit 86367f4db93037621274b7f209be463a4b52df2d
Merge: 50af85756a 8a2d3a8861
Author: sekigon-gonnoc <[email protected]>
Date:   Sat Sep 11 14:58:17 2021 +0900

    Merge commit '8a2d3a8861' into merge/master/rp2040

commit 2a54722eabfa35604642047a7b9bec7d5c22cb3e
Merge: fde66d3ad7 46f15cd1a5
Author: sekigon-gonnoc <[email protected]>
Date:   Sat Sep 11 14:50:52 2021 +0900

    Merge branch 'master' into merge/master/ble_micro_pro

commit fde66d3ad752af0f488f2e2e16753afcfeca3079
Merge: 5353df9ce9 8a2d3a8861
Author: sekigon-gonnoc <[email protected]>
Date:   Sat Sep 11 14:26:01 2021 +0900

    Merge commit '8a2d3a8861' into merge/master/ble_micro_pro

commit 46f15cd1a533cce8c9f7a406b1e6ee6765e48a20
Author: yfuku <[email protected]>
Date:   Sat Sep 11 13:59:28 2021 +0900

    [Keyboard] owl8 bugfix (#14020)

commit d0b1d9f548aa39e1d267e8f62db4e0c65aae9206
Author: AKiwi92 <[email protected]>
Date:   Sat Sep 11 05:20:43 2021 +0100

    [Keyboard] KiwiKeebs Macro V2 (QMK/VIA) and update to V1 (#13499)

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

commit 6213989c3248405aed7710d68599c8e61ac5b910
Author: rarick <[email protected]>
Date:   Fri Sep 10 22:52:17 2021 -0500

    [Keymap] Add keymap for crkbd/rarick (#13240)

    * Added new keymap for crkbd/rarick

    * Delete flash.sh

    Deleted rarick crkbd flashing script, as it will not be used by most users.

    * Applied feedback, and fixed build error caused by builder updates

    * Update keyboards/crkbd/keymaps/rarick/config.h

    Removed USE_MATRIX_I2C, no longer used.

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

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

commit d7747a2d700eec08679011d79dc6192fe43ca402
Author: Zac Moulton <[email protected]>
Date:   Fri Sep 10 18:56:50 2021 -0700

    [Keymap] moults31 userspace and keymaps (#12025)

commit 759d1927f099ba319ad09c69a2cc71026d775713
Author: Xelus22 <[email protected]>
Date:   Sat Sep 11 05:14:39 2021 +1000

    [Keyboard] Add RS60 (#14073)

    * initial rs60

    * update

    * remove

    * Include rs60.h

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * List form readme.

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * add layout

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

    * add license

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

    * 2021 update

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

    * add license

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

    * sigprof suggested changes

    * Remove redundant define

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

    * Fixup readme

    Co-authored-by: Sergey Vlasov <[email protected]>

    * Update keyboards/xelus/rs60/info.json

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

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

commit 7277f1febe0e86e8a32beb779aa24e02bfdb6826
Author: Ryan <[email protected]>
Date:   Fri Sep 10 23:11:17 2021 +1000

    Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)

commit d5cb7de5e4ea60dce69764a627358d534af1f666
Author: Ryan <[email protected]>
Date:   Fri Sep 10 17:17:54 2021 +1000

    Change USBasp and bootloadHID bootloaders to lowercase (#14354)

commit 7eea780a7da2d9197b78b62b7294a6b2bc2fa572
Author: Ryan <[email protected]>
Date:   Fri Sep 10 13:35:46 2021 +1000

    Remove bootloader listings from rules.mk (#14330)

commit 2cb9219a3e655218f5380a41cf5bc5e3135caaa1
Author: Ryan <[email protected]>
Date:   Fri Sep 10 13:32:22 2021 +1000

    Remove commented out BLUETOOTH_ENABLE rules (#14361)

commit 7f80076d044d729407cc4aad35095ff4a8ff5653
Author: Joel Challis <[email protected]>
Date:   Fri Sep 10 03:57:36 2021 +0100

    Align rgb/led matrix docs with current behaviour (#14367)

commit 22499636871ae8f0b8f2da90f801f9290fb1d186
Author: Uy Bui <[email protected]>
Date:   Fri Sep 10 02:02:45 2021 +0900

    [Keyboard] Add custom pcb for Polaris (#14347)

    * [Keyboard] pcb for Polaris

    * [Keyboard] pcb for Polaris: update  layout

    * Update keyboards/wekey/polaris/info.json

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

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

commit d6dd2e0d516a67bdc9bde2b6d1680a00c48675e4
Author: Ryan <[email protected]>
Date:   Thu Sep 9 16:50:52 2021 +1000

    Fix CRLF in lyra/rev1 (#14360)

commit 4c88f76be8099d45444cea894bb2162870115832
Author: Malevolti <[email protected]>
Date:   Thu Sep 9 07:34:32 2021 +0100

    [Keyboard] add lyra (#13977)

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

commit 82ee9bd475be9723d53ea3e8e101a038bbfa1b25
Author: mechlovin <[email protected]>
Date:   Wed Sep 8 22:23:26 2021 -0700

    [Keyboard] Add Olly JF PCB (#14056)

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

commit 6d43a5daf4225cf677840d11b151d28f49e8f9e9
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 8 20:19:06 2021 -0700

    Backport F_CPU/F_USB hack from system76 (#14286)

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

commit cb4006c0b47e9d99c2f60b74d414b19cf4b9e333
Author: Felix Jen <[email protected]>
Date:   Wed Sep 8 19:44:52 2021 -0700

    [Keymap] Fix Maker Keyboards Alexa Keymap (#14355)

commit 891ddd9a30628509b239a0d41fbdc65b4530f80a
Author: Ethan Yates <[email protected]>
Date:   Wed Sep 8 20:14:03 2021 -0600

    [Keyboard] Add 61Key (#14259)

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

commit f3bef84dace5d1d938f9d02be644bf421a4a3de1
Author: JayceFayne <[email protected]>
Date:   Thu Sep 9 03:34:49 2021 +0200

    `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)

commit da81e5c7cd700cdb3ecd750ae8044f514fb65ca2
Author: JayceFayne <[email protected]>
Date:   Thu Sep 9 03:34:34 2021 +0200

    `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)

commit 853e56d080d71ebf1be7299e3b78f6e5ec190aa5
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 8 18:10:43 2021 -0700

    [Keyboard] Minor tweaks to Work Board layout (#14351)

commit 9e77cdf4e66ff1cfdd7effaf77e129bf3ae9a1a5
Author: Ryan <[email protected]>
Date:   Thu Sep 9 10:27:58 2021 +1000

    Bugfix for Joystick and JSON schema (#14295)

commit 3f2a030de6a306ed72eafe7aa143a5b695f9469d
Author: rhmokey <[email protected]>
Date:   Thu Sep 9 07:57:43 2021 +0800

    [Keyboard] Add new Mokey keyboard (#14329)

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

commit d510f6afa97801ea53078ac7fbdbd24824d77f4e
Author: Gastón Jorquera <[email protected]>
Date:   Wed Sep 8 16:55:12 2021 -0700

    [Keymap] Add Gaston's Lily58 custom keymap (#14334)

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

commit 4294aa0f1ee546c74a72bad3e556d7ee4e020a88
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 8 16:52:43 2021 -0700

    [Keyboard] Tractyl Manuform - configuration updates (#14314)

    * [Keyboard] Tractyl Manuform - configuration updates

    * Update readmes

    * Add more details

    * Fix issues with encoder pins

    * Additional fixes for pin config

    * Fix up some comments

commit 8f8411a98a60ffe9e8410e892bff946d9122d3a9
Author: Keenan Brock <[email protected]>
Date:   Wed Sep 8 19:02:50 2021 -0400

    [Keyboard] Add VIA keymap for the reviung39 (#14234)

commit 2e0659f7fddd4c872b230c4a7d2e2a5517042414
Author: Joel Challis <[email protected]>
Date:   Wed Sep 8 23:44:18 2021 +0100

    Fixes for recent i2c migrations (#14352)

commit 9c175f180138558748b0b240e76cb04fa11f9927
Author: jackytrabbit <[email protected]>
Date:   Wed Sep 8 15:34:36 2021 +0800

    [Keyboard] Update VIA support for lazydesigners/the40 (#14240)

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

commit 541e1012912e320e0f65ac1e24f9f8659a5571a8
Author: Gabriel Bustamante <[email protected]>
Date:   Wed Sep 8 03:53:33 2021 -0300

    [Keymap] New keymap for bm40 (#14182)

commit 3ef01a3482b76a956ba2f9f399a14d9e2f86b362
Author: Rifaa Subekti <[email protected]>
Date:   Wed Sep 8 12:07:00 2021 +0800

    [Keyboard] add wang ergo (#14245)

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

commit 1ebaec96e7a9695578813916ba2e1651101e385b
Author: James Young <[email protected]>
Date:   Wed Sep 8 03:23:45 2021 +0000

    Sneakbox Ava tidy-up (#14298)

commit 267ffb9914fd04026aa9841c6c15e51ee6841811
Author: IFo Hancroft <[email protected]>
Date:   Wed Sep 8 06:01:58 2021 +0300

    [Keymap] Adding IFo Hancroft's ErgoDox EZ Keymap (#14342)

commit 0b8d6df39037e58b6b699332d2bbbc448889c6b2
Author: Drashna Jaelre <[email protected]>
Date:   Tue Sep 7 18:53:55 2021 -0700

    [Keyboard] Fix issues with 3w6 rev2 matrix (#14346)

commit 60c5bd7b5e0e75f48d9731118b92a3add3342efd
Author: Joel Challis <[email protected]>
Date:   Wed Sep 8 02:23:11 2021 +0100

    handwired/dactyl - Refactor use of legacy i2c implementation (#14344)

commit 04c0704b280c4847c43b164335e9741b19219131
Author: Joel Challis <[email protected]>
Date:   Tue Sep 7 16:35:13 2021 +0100

    3w6 - Refactor use of AVR only I2C functions (#14339)

    * Refactor use of legacy i2c functions

    * Align rev2

    * Review fixes

commit e7a5c006d9777a4009da934f408961aa2d2e6fb1
Author: Joel Challis <[email protected]>
Date:   Tue Sep 7 16:34:59 2021 +0100

    Refactor use of legacy i2c implementation (#14341)

commit 2d6635214ab05858271f312619c5447bf317cf51
Author: Joel Challis <[email protected]>
Date:   Tue Sep 7 16:33:29 2021 +0100

    ergodone - Refactor use of legacy i2c implementation (#14340)

    * Refactor use of legacy i2c implementation

    * copy-paste error

commit 1dbe4e7dd0e0b1516997d84d16228e1d1ce29462
Author: shiftux <[email protected]>
Date:   Mon Sep 6 21:44:39 2021 +0200

    [Keyboard] Redox media (#13084)

    * adding a new revision 'media' to the redox keyboard

    * readme update

    * encoder fix

    * video link

    * drashna change requests

    * removing SPLIT_USB_TIMEOUT

    * intermediate rename

    * lowercase

    * drashna comments

    * include if defined KEYBOARD_redox_media

    * lowercase readme, tmp step

    * lowercase readme

    * drashna changes

    * more drashna comments

    * readme update

    * readme update

    * fauxpark and drashna comments

    * fauxpark comments

    * Update keyboards/redox/media/readme.md

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

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

commit 85a14ac25bca14e91a21f1820e06079b9c3a078e
Author: Monksoffunk <[email protected]>
Date:   Mon Sep 6 22:49:09 2021 +0900

    [Keyboard] Zinc: fix RGBLED_NUM bug (#13287)

commit 1a494da288509d162593aaa07f4f9ca36b6b3dbd
Author: Joel Challis <[email protected]>
Date:   Sun Sep 5 23:56:10 2021 +0100

    Fix eeprom for Durgod boards (#14324)

commit 1e1be4c229651703ef7c62784b704a859a3d13cf
Author: Drashna Jaelre <[email protected]>
Date:   Sun Sep 5 15:35:42 2021 -0700

    [Bug] Fix compile issues for boards with custom matrix (#14323)

commit 8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64
Author: Joel Challis <[email protected]>
Date:   Sun Sep 5 21:36:43 2021 +0100

    Tidy up defines within STM EEPROM emulation (#14275)

    * Tidy up defines within stm eeprom emulation

    * Fix tests

    * Resolve todo

    * Still use page notion in clear

    * Remove more f4 refs

commit fe6d6cf76dc827adb2f46d55217dc189eae21b02
Author: Ryan <[email protected]>
Date:   Mon Sep 6 06:36:31 2021 +1000

    Remove empty override functions (#14312)

    * Remove empty override functions, 0-9

    * Remove empty override functions, A-D

    * Remove empty override functions, E-H

    * Remove empty override functions, handwired

    * Remove empty override functions, I-L

    * Remove empty override functions, M-P

    * Remove empty override functions, Q-T

    * Remove empty override functions, U-Z

commit 8a8fdd9a728a4cdc0ddce54fab9bf3b4ff8bf942
Author: Niko Wenselowski <[email protected]>
Date:   Sun Sep 5 21:36:16 2021 +0200

    Highlight keycode (#14317)

    This should make it consistent with other docs and hopefully will make less people miss this detail.

commit 767f2c02844acd77c86ea84fb86a1a7f49f379b0
Author: JayceFayne <[email protected]>
Date:   Sun Sep 5 18:09:20 2021 +0200

    [Core] Add `is_oled_scrolling` (#14305)

commit 0471429c018b85ebbccfe8c823621235c99458b2
Author: kb-elmo <[email protected]>
Date:   Sun Sep 5 18:05:55 2021 +0200

    [Keyboard] Fix rotary encoder function for Voice65 (#14316)

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

commit 014aa0661e2d9cf5b67334f82869d4a841cc703f
Author: JayceFayne <[email protected]>
Date:   Sat Sep 4 16:01:56 2021 +0200

    Fix Space Cadet md link (#14300)

commit c9262cf7f8ff42741189a765ca76b531ac20fbc5
Author: Albert Y <[email protected]>
Date:   Sat Sep 4 10:02:15 2021 +0800

    Enable extra keys for Technik ortho and stagger (#14282)

    * Extra keys for technik ortho

    * Extra keys for technik staggered

    Co-authored-by: filterpaper <filterpaper@localhost>

commit b15bd128a543453f4545898ca3ad1be1b23a0cf5
Author: James Young <[email protected]>
Date:   Fri Sep 3 20:03:15 2021 +0000

    FJLabs Ready100 Configurator Fixes (#14291)

    * grid-align keycodes; use short-form keycodes

    No logic change.

    * info.json: correct layout macro reference

    * info.json: correct LAYOUT_64key data

    Removes an extra key from the layout data.

    * 64_ansi Community Layout support

    * rename LAYOUT_64key to LAYOUT_64_ansi (with alias for backwards compatibility)
    * add LAYOUTS = 64_ansi to rules.mk

    * remove width and height keys from info.json

commit 06c89e8abf072c4fe63120305d22d66ad50894ce
Author: James Young <[email protected]>
Date:   Fri Sep 3 20:01:50 2021 +0000

    Naiping NPhhkb: 60_tsangan_hhkb Community Layout support  (#14292)

    * 60_tsangan_hhkb Community Layout support

    * rename LAYOUT to LAYOUT_60_tsangan_hhkb
    * add LAYOUTS = 60_tsangan_hhkb to rules.mk

    * correct maintainer field in info.json

    * remove width and height keys from info.json

    * fix GitHub account link on readme

commit 90909fbaf7946808970c4c5e83d9dcfdcd08b496
Author: James Young <[email protected]>
Date:   Fri Sep 3 20:00:29 2021 +0000

    takashicompany/endzone34: correct QMK Configurator key sequence (#14290)

    * update info.json formatting

    * convert tabs to spaces
    * apply human-friendly formatting

    * correct Configurator key sequence

    * remove width and height keys from info.json

commit 5f6d9913f814edcaf4e882615b76c85ed5499805
Author: James Young <[email protected]>
Date:   Fri Sep 3 18:48:10 2021 +0000

    OwLab Voice65 Hotswap: 65_ansi_blocker Community Layout support (#14293)

    * 65_ansi_blocker Community Layout support

    * rename LAYOUT to LAYOUT_65_ansi_blocker (with alias for backwards compatibility)
    * add LAYOUTS = 65_ansi_blocker to rules.mk

    * remove width and height keys from info.json

commit 8574bf20d35b21c7b44ba8550fa11b4d100fdbbd
Author: Ryan <[email protected]>
Date:   Sat Sep 4 02:09:30 2021 +1000

    Remove more cruft in keyboard files (#14288)

commit 5353df9ce95986bafb818695909e604c44a2982d
Author: sekigon-gonnoc <[email protected]>
Date:   Fri Sep 3 08:18:05 2021 +0900

    kqb: Fix bug: Resolve startup error with ch559

commit a01057d19dfa208fcf5c7cd16689257cb41ac79b
Author: jhauh <[email protected]>
Date:   Thu Sep 2 18:50:17 2021 +0100

    [Keymap] Update iris fluffactually keymap (#14265)

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

commit 956cf8d7bfbca187ad9d1e0aabbe6c25348d5e07
Author: Drashna Jaelre <[email protected]>
Date:   Thu Sep 2 10:49:44 2021 -0700

    [Keyboard] Work Louder board fixup (#14247)

    * [Keyboard] Add some last minute tweaks to Work board

    * Additional fixes

    * Fix rgb pin

    * Fix ws2812 hackery

    * additional led tweaks

    * Add indicator LEDs

    * fix bootmagic settings

    * Fix up RGB stuff

    * Limit power draw for entire board

    * fixup lights and such

    * change LED order on loop

    * Fix indicators if via is not enabled

    * Enable Sleep for rgb matrix

    * Even more LED tweaks

    * Final tweaks?

    * Tweak keycodes

commit d36a7c512d14e3bc6534f311e8f1a8a69878acb3
Author: James Young <[email protected]>
Date:   Thu Sep 2 17:17:35 2021 +0000

    PistachioPro: correct Configurator key sequence (#14277)

    * info.json: apply human-friendly formatting

    * correct LAYOUT key sequence

    Moves the Enter key object to the correct place in sequence.

commit ebfa7e14f34c274a80fffb6a4fb9a3194c045d44
Author: James Young <[email protected]>
Date:   Thu Sep 2 17:09:38 2021 +0000

    Matrix Falcon info.json fixes (#14273)

    * apply human-friendly formatting to info.json

    * update key labels; correct maintainer field

    * add LAYOUT_all data to info.json

    * remove width and height keys from info.json (per fauxpark)

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

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

commit 0290dd35471a6649c878c590fb9b4798940d05b2
Author: James Young <[email protected]>
Date:   Thu Sep 2 17:08:35 2021 +0000

    Yoichiro Lunakey Macro: correct Configurator key sequence (#14276)

    * apply human-friendly formatting to info.json

    * correct Configurator key sequence

commit 98a2e9dc0ef7b18826e21af75fd24861ac683173
Author: jonavin <[email protected]>
Date:   Thu Sep 2 00:12:57 2021 -0400

    [Keymap] new murphpad landscape keymap with encoder enhanced functions (#14103)

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

commit e056ae58a045d59686572ec1349c5c9f285517e5
Author: peott-fr <[email protected]>
Date:   Wed Sep 1 21:12:15 2021 -0700

    [Keymap] Fine-tuning Nyquist keymap. (#14269)

commit 37aef4ebe17b04de07a17748e2452c2f1ebe77bd
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 1 21:08:58 2021 -0700

    [Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)

commit c1e5c920a9929a0434edca537e6c58aed294668c
Author: James Young <[email protected]>
Date:   Thu Sep 2 03:50:44 2021 +0000

    naiping/np64: 64_ansi Community Layout support and codebase touch-up (#14264)

commit b55154fb0ad40d895ccc11bb09498f026e0c0773
Author: James Young <[email protected]>
Date:   Thu Sep 2 03:47:28 2021 +0000

    neson design/n6: Extended Community Layout Support and Layout Macro Fix (#14266)

commit c0eab2a50491e7b27cb6fe8df82480a05e625068
Author: James Young <[email protected]>
Date:   Thu Sep 2 03:46:53 2021 +0000

    wuque/serneity65: Layout Macro rework and Configurator fix (#14267)

commit cb53c4fd41885ba60192cbd0b5fd23d6a687ab17
Author: hvp <[email protected]>
Date:   Thu Sep 2 05:44:36 2021 +0200

    [Keymap] hvp keymap for Cornelius, updated ut47.2 and userspace (#14187)

commit 872414f454435321b073ba747205b5f16ce0c53a
Author: peott-fr <[email protected]>
Date:   Wed Sep 1 20:44:12 2021 -0700

    [Keymap] Add peott-fr H87 keymap (#14232)

commit b6ca21c65c0d32241ed697072292bd5118b64f9a
Author: jonavin <[email protected]>
Date:   Wed Sep 1 23:42:31 2021 -0400

    [Keymap] Jonavin keymap gmmk pro (#14220)

    add rgb nightmode and optional colemak layer

    Co-authored-by: Jonavin <=>

commit cded3b75821547cd69614ab8b4a71417b6fa4bcb
Author: Christian Eiden <[email protected]>
Date:   Thu Sep 2 05:41:17 2021 +0200

    [Keymap] own scylla keymap (#14224)

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

commit bb356a1584aa30020744432b87304ba912079ee7
Author: qieq <[email protected]>
Date:   Thu Sep 2 06:40:12 2021 +0300

    [Docs] Update path to keycode.h (#14263)

commit 7575bc23a677c9d34f4416dcfd2db6eafc1fd623
Author: James Young <[email protected]>
Date:   Wed Sep 1 17:44:03 2021 +0000

    MatchstickWorks SouthPad: correct Configurator key sequence (#14255)

    * matchstickworks/southpad: correct Configurator key sequence

    * replace tabs with spaces; apply four-space indent

commit 583f07ac58dca26183e56b14acd997eff98388c3
Author: James Young <[email protected]>
Date:   Wed Sep 1 12:20:56 2021 +0000

    owl8: add info.json file (#14256)

    * owl8: add info.json file

    * remove width and height keys (per fauxpark)

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

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

commit c573926e05ccdf71fdafa433db7cc46712d96d11
Author: Jay Greco <[email protected]>
Date:   Wed Sep 1 02:48:14 2021 -0700

    Fix snailmap compilation error (#14250)

    * Fix snailmap compilation error

    * Update keymap.c with correct OLED_ENABLE defines

commit 8d97c54770ef5205455dc7d8b004fcaf3d148168
Author: James Young <[email protected]>
Date:   Wed Sep 1 02:50:32 2021 +0000

    mnk50: Configurator Fix and Layout Macro Additions (#14257)

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

commit c5ec423438696881c25ce1fe2ee189091e0510d6
Author: Casey Webster <[email protected]>
Date:   Tue Aug 31 19:50:42 2021 -0500

    [Keymap] cwebster2 Keymap and userspace updates (#14258)

commit fac5ec46564320ebbbc3d1f5575566badca2d3d7
Author: Andre Brait <[email protected]>
Date:   Wed Sep 1 01:18:35 2021 +0200

    Move GMMK Pro layouts to the correct subdir (#14241)

    Also fix a compilation issue in the mike1808 keymap

commit b7693c971c171298ca2be5c2bb4a71ca15893762
Author: Drashna Jaelre <[email protected]>
Date:   Tue Aug 31 15:25:46 2021 -0700

    [Keyboard] Disable console on Iris Rev5 (#14249)

commit 92106ee0388813399df01b07cf47a4f1e89ecf2d
Author: James Young <[email protected]>
Date:   Tue Aug 31 18:29:49 2021 +0000

    emi20: remove dead space from Configurator layout (#14254)

commit b6d7b13a7a0f7a03bd44355766d35ab3fcb76feb
Author: Felix Jen <[email protected]>
Date:   Tue Aug 31 11:24:41 2021 -0700

    [Keyboard] Add FJLabs KF87 PCB (#14179)

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

commit 6f5428687c37d45cf279d9d3f44de1098a767723
Author: Ibnu Daru Aji <[email protected]>
Date:   Wed Sep 1 01:23:02 2021 +0700

    [Keymap] reflects current rick's keymap (#14169)

commit bdd0a6c09789e3e4380f4351f1f83004542d309f
Author: Salicylic-acid3 <[email protected]>
Date:   Tue Aug 31 14:19:21 2021 +0900

    [Keyboard] Addition of VIA keymap and a few fixes for naked60 (#14225)

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

commit f2c9e82e5b3887ed28c3a5c68d27c4efaca54201
Author: Joel Challis <[email protected]>
Date:   Tue Aug 31 00:25:41 2021 +0100

    cherry pick tidy up (#14244)

commit 1e7117317fd8a51f9ca6e926777694b930c9502b
Author: coliss86 <[email protected]>
Date:   Tue Aug 31 01:13:19 2021 +0200

    Documentation: Fix links in key overrides (#14228)

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

commit 5ed8edae498178c8a3c958d36b5e19150ef2caf2
Author: JX <[email protected]>
Date:   Tue Aug 31 03:34:19 2021 +0800

    Update ws2812_spi.c (#14237)

commit 2dc07391bd61e266ac2410ba7c0413c19eea5db5
Author: Danny <[email protected]>
Date:   Mon Aug 30 14:49:46 2021 -0400

    [Keyboard] Add Iris Rev. 5 (#13934)

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

commit 27aebba1b1eadedf2ce25efc081aef3bdbbaab7a
Author: dogspace <[email protected]>
Date:   Mon Aug 30 14:42:04 2021 -0400

    [Keymap] Add new snailmap keymap to nullbitsco/nibble keyboard (#14024)

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

commit c9283f4c1f073da0072638e78b3d5bf5619a89f4
Author: kb-elmo <[email protected]>
Date:   Mon Aug 30 20:29:15 2021 +0200

    [Keyboard] Add OwLab Jelly Epoch (#14190)

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

commit b63114ea2963b2c6391176329e8ef6381b16aea2
Author: Rifaa Subekti <[email protected]>
Date:   Tue Aug 31 02:28:54 2021 +0800

    [Keyboard] add slamz keyboard (#14188)

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

commit 9583f9f589ec4ecaafd3c8f9c709ce981dc684af
Author: Purdea Andrei <[email protected]>
Date:   Mon Aug 30 21:22:53 2021 +0300

    [Bug] Fix build error when enabling NO_HAPTIC_MOD (#14178)

    Without this build would fail, if a keyboard had haptic feedback enabled,
    TAPPING_TOGGLE was not overridden in a config.h, and if NO_HAPTIC_MOD was
    defined in config.h.

commit 949cfd4632066eb6f5574bc360b35a73afbc616f
Author: Felix Jen <[email protected]>
Date:   Mon Aug 30 11:05:13 2021 -0700

    [Keyboard] add maker keyboards alexa (#14165)

commit 557fce7a8e7606355f4b058ff597d70d1a3e32c7
Author: peott-fr <[email protected]>
Date:   Mon Aug 30 11:04:42 2021 -0700

    [Keymap] Add peott-fr keymap for Kbd6x (#14164)

commit 9d32cb68c31c752964ea9fceee8492e4a5e7bd56
Author: Vincent Vorholter <[email protected]>
Date:   Mon Aug 30 20:03:53 2021 +0200

    [Keyboard] Changed ProductID on basketweav keyboards (#14162)

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

commit baa423004a870b5cb86f4d1197dcda5f8b390f49
Author: Zach White <[email protected]>
Date:   Sun Aug 29 16:46:36 2021 -0700

    ensure that the directory for sys.executable is in the user's path (#14229)

commit b705020dafd0aa7531d03cd8fa64260684a3fb79
Author: Zach White <[email protected]>
Date:   Sun Aug 29 16:41:56 2021 -0700

    move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)

commit 13a2da973f182f238d1e27bd9da6f98173dad026
Author: peott-fr <[email protected]>
Date:   Sun Aug 29 14:52:49 2021 -0700

    Nyquist (#14202)

    * adding my Nyquist keymap

    * Updating Nyquist keymap with licensing.

    * Cleaning-up and improving Nyquist keymap.

    * Cleaning-up and improving Nyquist keymap.

commit a1866a962c21a6e15f40cbde2bd09c0ff42f1454
Author: Sergey Vlasov <[email protected]>
Date:   Mon Aug 30 00:24:43 2021 +0300

    Update the nix-shell environment (#13316)

    * Nix: Allow calls to `bin/qmk` even when the build was started by `qmk`

    The `$PATH` modifications performed by the Nix wrapper for the `qmk`
    executable prevent `bin/qmk` from working properly (the changed `$PATH`
    contains a wrong `python3` executable which does not have the needed
    Python modules in its module path).  As a workaround, disable the
    generation of that wrapper for the `qmk` Python package (there is yet
    another wrapper generated while building the Python environment, which
    would still set the Python module path properly when running `qmk`).

    Although `bin/qmk` is officially deprecated, QMK CLI still invokes it in
    some cases (at least `qmk doctor` and `qmk pytest`), therefore keeping
    these invocations working is useful.

    * Nix: Update `util/nix/pyproject.toml` to match `requirements*.txt`

    Update the Python dependency information used by Poetry to match the
    current state of the qmk_firmware code.

    * Nix: Bump QMK CLI dependency to 1.0.0; bump other Python deps

    Update Python dependencies for nix-shell to the most recent releases:

     - dotty-dict: 1.3.0 -> no longer used
     - milc: 1.4.2 -> 1.6.2
     - pep8-naming: 0.11.1 -> 0.12.1
     - pygments: 2.9.0 -> 2.10.0
     - pyrsistent: 0.17.3 -> 0.18.0
     - pyusb: 1.1.1 -> 1.2.1
     - setuptools-scm: 6.0.1 -> no longer used
     - qmk: 0.1.0 -> 1.0.0
     - qmk-dotty-dict: not used -> 1.3.0.post1
     - yapf: 0.30.0 -> 0.31.0

    Note to self: The command to update Python dependencies changed to:

        ( cd util/nix && nix run 'nixpkgs#poetry' -- update --lock )

commit ef7fdee6c803bf92bd6d892326c05ee1f473ad07
Author: J.Flanagan <[email protected]>
Date:   Sun Aug 29 14:18:56 2021 -0500

    [Keyboard] Add Viktus SP Mini (#14069)

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

commit f87cd8e8a02bf89d05737a19fd54e8ec6f63f90f
Author: Trent Hoh <[email protected]>
Date:   Sun Aug 29 19:09:43 2021 +0800

    [Keyboard] Corrected layout for np24 by YMDK (#14096)

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

commit 94d7635a4a8e335c743b4e77f8dd340665d43437
Author: peott-fr <[email protected]>
Date:   Sun Aug 29 04:08:23 2021 -0700

    [Keymap] My Prime E keymap (#14117)

commit 5d5668c3f8d77bebd841b838256f131de6ced497
Author: Weirdo <[email protected]>
Date:   Sun Aug 29 19:07:54 2021 +0800

    [Keyboard] Add kelownaRGB64 (#14141)

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

commit 9afc64cd61da5e3e1d2fd72a83602709a6e4e4b8
Author: Takeshi ISHII <[email protected]>
Date:   Sun Aug 29 15:06:00 2021 +0900

    [Keyboard] fix compile error `make helix/rev2/sc:all` (#14214)

commit dd8922d48269a0664e840d6b6a537b8b91c1826b
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 10:51:53 2021 +1000

    Fixup upstream paths for submodules. (#14205)

commit 6caebb7b619d85efc6932111f58b4a5e6d8e18eb
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 09:47:48 2021 +1000

    Bootmagic lite docs clarity. (#14204)

commit f061ca497464fe85284906fb163a33eaee7a91ef
Merge: ff65185dec 4bad375d7c
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 08:20:25 2021 +1000

    Breaking changes develop merge to master, 2021Q3 edition. (#14196)

commit 4bad375d7c09d949a9dcdd4feba147c9c7a67ec6
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 08:18:18 2021 +1000

    2021Q3 pre-merge `develop` changelog, keyboard aliases (#14198)

    * Initial changelog.

    * Data driven.

    * Submodule update.

    * Updated breaking changes docs.

    * Aliases.

    * Aliases.

commit 29ec2d8f4283212cf45c926c288f652a6727acb7
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 26 13:41:33 2021 -0700

    [Docs] Add examples to RGB Matrix Indicators docs (#12797)

commit 7e1634e2a6abac5fbdf7778ea7734a10b84ca49a
Merge: a13b0d8a6c ff65185dec
Author: QMK Bot <[email protected]>
Date:   Thu Aug 26 17:50:09 2021 +0000

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

commit ff65185dec6f97be1eb49f17cea526a0d0bbf3d6
Author: jackytrabbit <[email protected]>
Date:   Fri Aug 27 01:49:36 2021 +0800

    Add support for lazydesigners/cassette8 (#14145)

    * Add support for lazydesigners/cassette8

    Add support for lazydesigners/cassette8

    * Update keyboards/lazydesigners/cassette8/config.h

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/config.h

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/info.json

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

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

commit a13b0d8a6cdfbb0c7873144e464c4ae13fa30854
Merge: 87cdb1cf9a 3fce5e6912
Author: QMK Bot <[email protected]>
Date:   Thu Aug 26 17:47:28 2021 +0000

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

commit 3fce5e6912d78ec9fff4124b6952e3b8a0d4d3ae
Author: jpuerto96 <[email protected]>
Date:   Thu Aug 26 13:45:48 2021 -0400

    New Keyboard - V4n4g0rth0n (#14152)

    * General: Initial commit for v4n4g0rth0n

    * Remove unecessary things|

    * General: Fix info.json

    * Finalize changes

    * Update keyboards/v4n4g0rth0n/config.h

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

    * Update keyboards/v4n4g0rth0n/v1/rules.mk

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

    * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h

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

    * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h

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

    * Update keyboards/v4n4g0rth0n/v2/keymaps/default/keymap.c

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

    * Update keyboards/v4n4g0rth0n/v1/keymaps/default/keymap.c

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

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

commit 87cdb1cf9a89a702f0c4286d4260fc84b18ae042
Author: Joel Challis <[email protected]>
Date:   Thu Aug 26 16:53:24 2021 +0100

    Update readme files (#14172)

commit 48d0ad28e789abae0413002f9dbda38f1a82924a
Author: Joel Challis <[email protected]>
Date:   Thu Aug 26 14:14:48 2021 +0100

    Move to correct location (#14171)

commit 6d646880a4d170409d784dab8be79ff3571d62ae
Merge: 2bc978437e edf35615cf
Author: QMK Bot <[email protected]>
Date:   Thu Aug 26 11:38:28 2021 +0000

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

commit edf35615cf4052e94024101e1f4ccb3ed838ce47
Author: kb-elmo <[email protected]>
Date:   Thu Aug 26 13:37:55 2021 +0200

    Skeletn87 - Fix RGB pin (#14170)

    * add Skeletn87

    * update skeletn87 files

    * update skeletn87 soldered

    * update readme image

    * update readme (again)

    * fix skeletn87 indicator LEDs

    * fix led pin for production PCB

commit 2bc978437e98ca24dd6186a2d637272738cd54de
Merge: 0c97bc5179 ee3a1133f1
Author: QMK Bot <[email protected]>
Date:   Wed Aug 25 23:56:39 2021 +0000

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

commit ee3a1133f1283fab132f4d601e19a61da2041631
Author: Charles <[email protected]>
Date:   Thu Aug 26 01:56:09 2021 +0200

    [keyboard] Add 0x3E (#14088)

    * Add 0x3E - default config

    * Apply suggestions from code review

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

    * Apply suggestions from code review 2

    Firmware size optimization

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

    * Rename files as per project guidelines + remove empty

    * Update link in readme.md

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

commit 0c97bc5179ede0911067ecb0d96745d29710df07
Merge: 329c130202 4c5334cb9e
Author: QMK Bot <[email protected]>
Date:   Wed Aug 25 23:40:04 2021 +0000

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

commit 4c5334cb9e0fef692ed3bd7a3e02579271f0f338
Author: 8bits4ever <[email protected]>
Date:   Thu Aug 26 01:39:34 2021 +0200

    [converter/a1200] Changing layout macro reference info.json (#14143)

    * Rename keyboards/converter/a1200/config.h to keyboards/converter/a1200/teensy2pp/config.h

    * Rename keyboards/converter/a1200/rules.mk to keyboards/converter/a1200/teensy2pp/rules.mk

    * Create dummy

    * Add files via upload

    * Delete dummy

    * Update readme.md

    * Update info.json

commit 329c130202229c50f83af4272eb8dc1c0beb30ed
Merge: 527b1e52aa 89f2b9486f
Author: QMK Bot <[email protected]>
Date:   Wed Aug 25 19:04:06 2021 +0000

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

commit 89f2b9486fe28685a5e53f6ef20d140ccba4aab7
Author: MechMaster48 <[email protected]>
Date:   Wed Aug 25 12:03:27 2021 -0700

    [Keymap] mechmaster48 keymap  for OLKB Preonic rev3 (#14137)

commit 527b1e52aa0c87d49b90ea18d7d3ca9728aaa9c2
Author: Joel Challis <[email protected]>
Date:   Wed Aug 25 15:27:48 2021 +0100

    Move nix folder alongside vagrant (#14132)

commit a84de5e22be25e2059dfee732f5cca3ec0953a35
Author: Joel Challis <[email protected]>
Date:   Wed Aug 25 01:16:59 2021 +0100

    Revert 14083 && 14144 (#14150)

    * Revert "Short term bodge for firmware size bloat (#14144)"

    This reverts commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0.

    * Revert "Tidy up quantum.c now some of tmk_core has been merged (#14083)"

    This reverts commit c4dbf4bf0118dd785802861beb247433b5b7411d.

commit 3855713ca0a9513c51fe70e61032d7ea89fa7e87
Merge: 622c3cac3a bb1b822247
Author: QMK Bot <[email protected]>
Date:   Tue Aug 24 22:10:04 2021 +0000

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

commit bb1b82224772fcff8518b301f12c46fd132b04fd
Author: Albert Y <[email protected]>
Date:   Wed Aug 25 06:09:26 2021 +0800

    [Keyboard] Update Technik ortholinear RGB matrix points (#14124)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit 622c3cac3ab8bc25d3cfec63702e295e0b16a49a
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 17:18:25 2021 +0100

    Fix merge artifacts (#14146)

commit 2cade3a48300e0709f8aec68602faf90947b6738
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 17:07:11 2021 +0100

    Align some quantum sub-directories (#14134)

    * Misc folder tidy

    * Review comments

    * Remove redundant entry

commit 2827a3cf754c2eaca37a0d44a5901741f1855414
Merge: a8d6547346 b4867e1600
Author: QMK Bot <[email protected]>
Date:   Tue Aug 24 15:44:36 2021 +0000

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

commit b4867e1600baa615ec9b28421fc23d4b85bad8ec
Author: Yoichiro Tanaka <[email protected]>
Date:   Wed Aug 25 00:44:00 2021 +0900

    [Keyboard] Add yoichiro/lunakey_macro (#13849)

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

commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 16:09:23 2021 +0100

    Short term bodge for firmware size bloat (#14144)

commit e3b68ddfe890868ac732f28ddcc1f111c69a0bfb
Merge: c9c60d227e 097e85e930
Author: Drashna Jael're <[email protected]>
Date:   Tue Aug 24 07:32:31 2021 -0700

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

commit c9c60d227e38abdf08ca86bcdad3a0cac2579e3f
Author: Takeshi ISHII <[email protected]>
Date:   Tue Aug 24 22:34:24 2021 +0900

    add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755)

commit c4dbf4bf0118dd785802861beb247433b5b7411d
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 14:28:37 2021 +0100

    Tidy up quantum.c now some of tmk_core has been merged (#14083)

commit 097e85e930ae7e7f8ffd67717ed944a38111de6c
Author: GG <[email protected]>
Date:   Tue Aug 24 12:50:56 2021 +0300

    [Keyboard] Add serneity65 (#13889)

commit c4a2dc9a2d1b0c053272aec7672ab8df92550e88
Author: Xelus22 <[email protected]>
Date:   Tue Aug 24 19:39:24 2021 +1000

    fix (#14142)

commit 3ef978cb132e89f3dc55edc47c2c0c0f330cbd0d
Author: Christian Sandven <[email protected]>
Date:   Tue Aug 24 10:54:17 2021 +0200

    [Keyboard] Fix keyprez qmk configurator (#14119)

commit a4aa6ccf7b98a203c16be51e8db4970a80f0abfd
Author: kb-elmo <[email protected]>
Date:   Tue Aug 24 10:49:50 2021 +0200

    [Keyboard] Add QEZ keyboard (#14131)

commit b8c74d6b5d2e31b59b4ec73c84b8b4212b4b0936
Author: Albert Y <[email protected]>
Date:   Tue Aug 24 16:49:13 2021 +0800

    [Keyboard] Update Technik staggered RGB matrix points (#14125)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit eaad654798d3b14b11cc99cafdf3a7db1c602c9d
Author: stickandgum <[email protected]>
Date:   Tue Aug 24 04:48:35 2021 -0400

    [Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123)

    Co-authored-by: James Young <[email protected]>

commit e1c264f5793b246baa1dd70b39e964dd821c475f
Author: Rifaa Subekti <[email protected]>
Date:   Tue Aug 24 16:42:23 2021 +0800

    [Keyboard] Update info.json for ocean/gin_v2 (#14121)

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

commit bc239cd52022ea7ca26310faa9ed98e3faa81cb6
Author: Drashna Jaelre <[email protected]>
Date:   Tue Aug 24 01:37:14 2021 -0700

    [Keymap] Drashna keymap fixups (#14140)

commit 3455e2408dd8e3f11854fd6660e2b40027bcd92e
Author: Drashna Jaelre <[email protected]>
Date:   Tue Aug 24 01:19:00 2021 -0700

    [Keyboard] Fix default keymap for quark squared keyboard (#14139)

commit 4e1c5887c5c08ebd2cf7868c8d9292aa728e7bf0
Author: Xelus22 <[email protected]>
Date:   Tue Aug 24 16:28:26 2021 +1000

    [Core] Refactor OLED to allow easy addition of other types  (#13454)

    * add docs

    * core changes

    * update keyboards to new OLED

    * updated users to new OLED

    * update layouts to new OLED

    * fixup docs

    * drashna's suggestion

    * fix up docs

    * new keyboards with oled

    * core split changes

    * remaining keyboard files

    * Fix The Helix keyboards oled options

    * reflect develop

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

commit 47a38c3f0ea0fe44c90040514889a69de9b53f2f
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 05:02:53 2021 +0100

    Remove more unused files (#14135)

commit 6fd20acf4be76e7a2bd82d3dfd0a9bcca8c507eb
Author: Drashna Jaelre <[email protected]>
Date:   Mon Aug 23 18:40:24 2021 -0700

    Fix Mouse Shared EP functionality (#14136)

    Specifically, if you enable the shared endpoint for mouse reports (or keyboard, which force enables it for mouse), and you don't have mousekeys enabled, it does not properly enable shared mouse EP for pointing device (which uses mouse reports).   This cause it to error out in compiling.  This fixes up some of the logic to ensure that all use cases are supported, and consolidates some of the code.

commit e3483b4126adca1730dbaf1d466a227e66c6df91
Author: lalalademaxiya1 <[email protected]>
Date:   Tue Aug 24 08:32:15 2021 +0800

    [Keyboard] Add new keyboard version: keychron/q1/rev_0102 (#14029)

    * Add keyboard Q1

    * Update keyboards/keychron/q1/readme.md

    * Update keyboards/keychron/q1/rev_0100/rules.mk

    * Update keyboards/keychron/q1/readme.md

    * Change layer switch function to "default_layout_set"

    * Update keyboards/keychron/q1/rev_0100/info.json

    * Update keyboards/keychron/q1/q1.c

    * Mask out the DIP switch to fix sleeping issue when switch is ON

    * Added and changed readme.md

    Added keyboards\q1\rev_0100\readme.md
    Changed keyboards\q1\readme.md since different MCU may used in other version.

    * update

    * update keymap name

    * update keymap for keychron/q1/rev_0102

    * Update info.json

commit d57d9aec4f1e00601e6664ef6c4cb0e3e7826fe2
Author: Drashna Jaelre <[email protected]>
Date:   Mon Aug 23 15:46:06 2021 -0700

    Fix bootloadHID comments breaking :flash (#14133)

commit e756a21636149ad47c19c659d04be93cf3071dab
Author: Donald Kjer <[email protected]>
Date:   Mon Aug 23 15:15:34 2021 -0700

    eeprom_stm32: implement high density wear leveling (#12567)

    * eeprom_stm32: implement wear leveling
    Update EECONFIG_MAGIC_NUMBER
    eeprom_stm32: check emulated eeprom size is large enough
    * eeprom_stm32: Increasing simulated EEPROM density on stm32
    * Adding utility script to decode emulated eeprom
    * Adding unit tests
    * Applying qmk cformat changes
    * cleaned up flash mocking
    * Fix for stm32eeprom_parser.py checking via signature with wrong base
    * Fix for nk65 keyboard

    Co-authored-by: Ilya Zhuravlev <[email protected]>
    Co-authored-by: zvecr <[email protected]>

commit 2481e109a0f79b4cdcecab4a6bf6755fb5eda3fc
Merge: f314705921 9472c4b8cb
Author: QMK Bot <[email protected]>
Date:   Mon Aug 23 22:06:37 2021 +0000

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

commit 9472c4b8cb448f04e17810dd304e368c60fdd504
Author: Olli Helenius <[email protected]>
Date:   Tue Aug 24 01:06:04 2021 +0300

    Fix US_RDQU keycode (#13464)

    `US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU`
    should use the right bracket.

commit f314705921c9c316e69cfb6767aba8f0570c7012
Author: Path Nirvana <[email protected]>
Date:   Tue Aug 24 05:05:10 2021 +0700

    adding uf2 flash support for blackpill 401 (#13968)

    * adding uf2 flash support for blackpill 401

    * forgot to add blackpill to keyboard header file

    * making changes requested by drashna

    * fixing tzarc s comments

    * removing the keyboard

    * undo the change to dactyl_manuform.h

commit 718f0a2482ab821df141a9985d1eb31a6fe6aed9
Merge: d8778eba92 a72b562141
Author: QMK Bot <[email protected]>
Date:   Mon Aug 23 14:26:24 2021 +0000

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

commit a72b5621418bebf253865ed19f92a860b5b9039a
Author: Rifaa Subekti <[email protected]>
Date:   Mon Aug 23 22:25:51 2021 +0800

    [Keyboard] update default and via keymap for ocean/wang_v2 (#14122)

commit d8778eba922f3415acb40dd178dd821b05bdb654
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 23 19:37:16 2021 +1000

    Fixup line endings.

commit 71df135254709c183b980b89554216ec86d02eab
Author: stickandgum <[email protected]>
Date:   Sun Aug 22 22:19:11 2021 -0400

    [Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120)

    Co-authored-by: James Young <[email protected]>

commit 355872cc1d7c0eb5e5c66845188d53c7a434c8d2
Merge: 9af069ecf3 5cd7999bc4
Author: QMK Bot <[email protected]>
Date:   Mon Aug 23 02:10:58 2021 +0000

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

commit 5cd7999bc4b9e7c049bc80e0f812676528a07209
Author: Vino Rodrigues <[email protected]>
Date:   Mon Aug 23 12:10:23 2021 +1000

    [Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094)

    This patch corrects 2 issues with the LED matrix of the KDBFans KBD67 Lite (v3)
    * Incorrect mapping of the right-shift, down-arrow, and right-arrow.  (i.e. `NO_LED` positions of the `g_led_config` key matrix in the .c file do not match the `LAYOUT_65_ansi_blocker` matrix in the .h file.
    * Remapping of the *LED Index to Physical Position* using physical measurements from actual keyboard and accounting for the southpaw LED position to define the true centre of the keyboard (more relevant to circular animations).

commit 9af069ecf354b97b3456e856fbf8e22822efeb18
Author: Dasky <[email protected]>
Date:   Mon Aug 23 00:31:38 2021 +0100

    Fix typo (#14118)

commit f043b8be384cbfde6dcca0ffee2fc842a4fb4342
Merge: 4b87c1f40b aa28335651
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 21:43:07 2021 +0000

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

commit aa28335651a5a76d89054509186500c3af6147e7
Author: Bror Winther <[email protected]>
Date:   Sun Aug 22 23:42:34 2021 +0200

    Add fix for brew upgrade (#12921)

    Add a fix for `brew upgrade` so only formulae is upgraded and not casks

commit 4b87c1f40bd3c96132878c5cbb75ce2109e4b861
Merge: 7dfa93d9b6 5319727b70
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 16:29:18 2021 +0000

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

commit 5319727b7086f9e73e423054eed4886d8de2750b
Author: Ryan <[email protected]>
Date:   Mon Aug 23 02:28:48 2021 +1000

    Fix line endings for `quark_squared` info.json (#14113)

commit 7dfa93d9b6d01757f6583c77055f1ff59d04876e
Merge: 34d0376ab9 46fb874269
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 06:04:52 2021 +0000

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

commit 46fb8742692b546901555ffc544e954801ff5340
Author: npspears <[email protected]>
Date:   Sun Aug 22 01:04:20 2021 -0500

    [Keyboard] add support for Quark² (#14109)

    Quark² is a hotswap version of the Quark PCB

commit 34d0376ab9d73a77c50b78b01498710346ba6105
Merge: f709394442 9a51076859
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 05:12:24 2021 +0000

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

commit 9a51076859f00c28749bc8e1627e7f09263f3a88
Author: Christian Sandven <[email protected]>
Date:   Sun Aug 22 07:11:56 2021 +0200

    [Keyboard] Keyprez bison (#14100)

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

commit f70939444262da043dfd4e092579528498d14db6
Merge: aedd8cca31 b1b6fe1c3d
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 05:11:44 2021 +0000

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

commit aedd8cca310ecb45221566edcca34a749117329e
Author: precondition <[email protected]>
Date:   Sun Aug 22 07:11:32 2021 +0200

    [Keyboard] Kyria default reformat (#14080)

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

commit b1b6fe1c3da1de17e56fc65499c61886cb0a298a
Author: Conor Burns <[email protected]>
Date:   Sun Aug 22 07:11:15 2021 +0200

    [Keymap] added bongocat keymap to 0xCB Static (#14093)

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

commit 78ccd9c201199444bc06161b05ee8d7ba9c31613
Author: peepeetee <[email protected]>
Date:   Sat Aug 21 22:53:49 2021 -0500

    Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159)

    * reset; redoing my steps; and recommit

    * include xd002/.noci

commit c70abc8d047319830e369ae4e14cd43bae3bd3b8
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 22 13:49:33 2021 +1000

    Warn when building a board that uses arm_atsam (#10904)

    * Add deprecation warning during build when building a board that uses arm_atsam.

    * Rewording.

    * Wording.

    * Fixup.

commit dcef03853d612feb23b02523f1dfaf6576d18ace
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 19:08:05 2021 -0700

    [Keyboard] Disable Console on Keebio Quefrency (#14108)

commit f4a2f2bb7e0d745c6f126db15b94955eebc64884
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 18:34:16 2021 -0700

    [Keyboard] Fix compile issues for Tractyl Manuform (#14105)

commit e08d6a33fc1c119e4632bdaa37e75aebbd895dbd
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 18:34:04 2021 -0700

    [Core] Fix copypasta issue with pmw3360 sensor config (#14106)

commit 0ae20e74578ae4420af3e684f7ad9fcbd7beee94
Author: Joakim Tufvegren <[email protected]>
Date:   Sun Aug 22 02:51:17 2021 +0200

    Make solo half of split keyboards (more) usable. (#13523)

    * Make solo half of split keyboards (more) usable.

    Using only one half of a split keyboard (that's using the split_common
    framework to communicate) is not a great experience, since several read
    timeouts per scan cycle cause an unusably slow scan rate.

    This change blocks all split communication attempts for 500 ms
    (configurable) after an error occurs, causing the scan rate to become at
    least _more_ usable, but might need some tweaking to work fully on most
    keyboards. One read timeout still needs to occur after the 500 ms has
    passed, and if that timeout isn't low enough, some scan cycles may still
    be too slow.

    * Fix lint complaint.

    * Require 25 consecutive comm errors to see comms as disconnected.

    The number of max errors can be overridden by defining
    `SPLIT_MAX_CONNECTION_ERRORS`.

    * Add comments to new defines, and ability to disable disconnection check.

    Also increase `SPLIT_MAX_CONNECTION_ERRORS` to 40, since it's divisible
    by most relevant numbers for the description.

    * Make lint happy ...again

    * Only update `connection_check_timer` when needed.

    * Add new defines to split keyboard documentation.

    * Move connection timeout logic to transport.c, add `is_transport_connected`.

    * Use split_common disconnection logic in matrix.c.

    Instead of doing more or less the same thing twice.

    * Move disconnection logic to `transport_master`.

    Is a cleaner implementation, and causes the scan rate while disconnected
    to increase instead of decrease.

    * Lint fixes.

    * Lower default `SERIAL_USART_TIMEOUT` to 20 ms.

    The read timeout must be low enough to not cause exessively long scan
    cycles when using a solo split half. 10 ms was determined from testing
    to work fine even with the slowest defined baudrate of 19200 (5 ms was
    too low for that case), so 20 ms should be fine for most cases.

    * Remove `SERIAL_USART_TIMEOUT` from ergodox_infinity/config.h

    Was somewhat mistakenly included in an earlier PR.

    * Fix building with `USE_I2C`.

    * Reduce built firmware size.

    Not really sure why this works, the idea was taken from tzarc's work on
    split disconnection.

    * Tweak and improve opt-out for split disconnection logic.

    There are now two ways to opt out from this feature:
    * Set `SPLIT_MAX_CONNECTION_ERRORS` to 0. This will completely disable
      the connection status checks (also affects the slave matrix reset logic in
      matrix.c, though).
    * Set `SPLIT_CONNECTION_CHECK_TIMEOUT` to 0. This will only disable the
      communication throttling while disconnected. Will make the firmware
      smaller.

    * Make split disconnection logic work with custom transports.

    Includes a fallback implementation for keyboards using a custom
    split_util.c but not a custom matrix.c (currently no such keyboard seems
    to be merged, though).

    * Remove unnecessary include of timer.h

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

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

commit c5f41d42d8e4dc88b2aeb414aa0d26ad23ad34f1
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 16:46:35 2021 -0700

    Updated RGB Matrix suspend define part 3 (#13954)

    * Updated RGB Matrix suspend define part 3

    * Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)"

    This reverts commit 80015f7fb023f27ad5307815fd5433694a3bcb4a.

    * Add additional boards/keymaps

commit 58a5030661b57f1dd05693053df2eddadc285f64
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 13:34:44 2021 -0700

    [Keymap] Drashna's Improve OLEDs and custom Split code (#14063)

    * Fill the oleds with right mods

    * Enable double mods on x32 oleds

    * Disable forced NKRO

    * Make oleds fancy only on good MCUs

    * Overhaul oled display

    * Further enhance oled, with kitty!

    * Final oled form

    * Not working transport

    * Transport id of woring

    * Add acceleration

    * fix button placement for accel macro

    * Fix accelartion location and behavior

    * Remove OLED sync code

    * Fix alignment issue

    * Remove audio hack

    * Fix up zima keymap

    * Add matrix slave scan function and cleanup drashna.h

    * Clean up user space

    * Allow userspace sync to be disable-able

    * Fix weird issue with audio

    * Fix alignment issue with user split sync

    * Disable second rgb matrix task

    * Disable additional animations

    * Change dynamic keymap settings

    * Hacky fix for borked corne

    * Add Blackpill (F411) support to tractyl manuform

    * remove manual via eeprom reset

    * Remove all references to rgblight twinkle

    * Fix issues with config processing

commit da1c011afc67dab0049b30a4c021dc38a36cb9aa
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 21:14:23 2021 -0700

    Improve pmw3360 sensor and make it more hardware agnostic (#14097)

commit 3452c89c8b5e652ff957123151ca0bbdfcbf3927
Merge: a80d789147 c1cad5b751
Author: QMK Bot <[email protected]>
Date:   Sat Aug 21 04:13:34 2021 +0000

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

commit c1cad5b7516af745cc0a3ffde8c0cc9af63e5a1d
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 21:13:02 2021 -0700

    [Keyboard] Fix naiping/npminila layout macro (#14098)

commit a80d7891472335ec297082daecc6fbf90042c38c
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 21:02:53 2021 -0700

    Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243)

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

commit afd3bcbf45a9b7de097d7666ced2c674192949e5
Author: Nick Brassel <[email protected]>
Date:   Sat Aug 21 13:38:38 2021 +1000

    Fix up compilation issues. (#14095)

commit ce379ef458fd9092543fb4022aab6e455865f514
Merge: a7d48b063e c71d67ba3f
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 22:32:01 2021 +0000

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

commit c71d67ba3f4bdedbd5ec1e931e6ea9568fcd0d98
Author: Spaceman <[email protected]>
Date:   Fri Aug 20 18:31:26 2021 -0400

    [Core] [Docs] Remove travis-ci references (#13916)

commit a7d48b063ec9d551396eadeb02a924d2ee3ea515
Author: Ryan <[email protected]>
Date:   Sat Aug 21 03:43:49 2021 +1000

    Fix LED Matrix suspend code (#14090)

commit e8943a8b0c9d7ff4f078fe1f76f2c62c269767c5
Merge: 1ec6ce8c37 30bb807c13
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 17:33:25 2021 +0000

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

commit 30bb807c13a5787164bd63fa17a97c0870a60198
Author: Weirdo <[email protected]>
Date:   Sat Aug 21 01:32:53 2021 +0800

    [Keyboard] Add Naiping series keyboard (#14040)

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

commit 1ec6ce8c370d53292979718cc406b66c4c5616a8
Merge: 92fa07336c c1add5d0e2
Author: Zach White <[email protected]>
Date:   Fri Aug 20 08:22:41 2021 -0700

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

    Resolved Conflicts:
    	lib/python/qmk/info.py

commit c1add5d0e278da55128964dc305b833fb0bbc063
Author: Joel Challis <[email protected]>
Date:   Fri Aug 20 16:16:59 2021 +0100

    Restore layout count validation (#14068)

commit 92fa07336cd7fcd578c31a8069cf955a4d601327
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 06:14:42 2021 -0700

    [Bug] Fix RGB/LED Matrix Suspend code (#14084)

commit da11a49905605871eea66f8f03b2c4b46d1de88a
Merge: 69c71d4843 90ff4fe749
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 13:14:35 2021 +0000

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

commit 90ff4fe749346c3b92aa8ca6461f5091fabfa99e
Author: tiltowait <[email protected]>
Date:   Fri Aug 20 06:13:59 2021 -0700

    [Keyboard] Add IBM Model M SSK configuration (#14050)

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

commit 69c71d4843586fad9c29c4dd945aa170f9990d8e
Author: Joel Challis <[email protected]>
Date:   Fri Aug 20 10:15:11 2021 +0100

    Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079)

commit b229b0fba72d79f1c723f2415531e61537b56fc3
Author: Joel Challis <[email protected]>
Date:   Fri Aug 20 10:11:49 2021 +0100

    Fix issues with recent keymap.json changes (#14089)

    * Fix issues with recent keymap.json changes

    * Allow empty author string

commit 0741aae1d9e53206d5930fcb962948f13f48e661
Merge: 8dfd33e3d1 fd54992e1f
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 04:36:09 2021 +0000

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

commit fd54992e1f65713a93115a0a1737e97d3e2d8522
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 19 21:35:29 2021 -0700

    [Keyboard] Fix Feels65 Via keymap (#14086)

commit 8dfd33e3d1d62b410e4f94b3eb5a1caf5ef5dcf6
Merge: c6f24f66bd 37b5ead17d
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 04:27:09 2021 +0000

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

commit 37b5ead17d55d893d8639acd402cb4907ff4cc2c
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 19 21:26:37 2021 -0700

    [Keyboard] Fix space_space rev1 keyboard files (#14087)

commit c6f24f66bd60e67fb9eca689bb46aa23a10a0e5a
Merge: 0a1bf7f6aa cc0ae9cc4c
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 04:22:05 2021 +0000

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

commit cc0ae9cc4ceaf3bdd5d33e1d410b319db617c4eb
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 19 21:21:00 2021 -0700

    Revert "[Keyboard] Dumbpad VIA support added (#13512)"

commit 0a1bf7f6aa6e44557041e03f6e58df5a180c6d79
Author: Simon Arlott <[email protected]>
Date:   Fri Aug 20 00:31:23 2021 +0100

    Support using a timer for wait_us() on ChibiOS-based boards (#12211)

    * Support using a timer for wait_us() on ChibiOS-based boards (#12198)

    There are spare GPT timers that can be used to get a more accurate
    wait_ms() time. This is required for the matrix scan unselect delay (30µs)
    to be shorter than the system tick rate of 100µs.

    This is limited to the maximum GPT duration of 65535 so values above that
    will automatically use the previous implementation based on the system
    tick.

    Using a specific timer means it can't be shared by another thread at the
    same time so when wait_us() is called from anything other than the main
    thread it will use the system tick implementation too.

    * Update tmk_core/common/chibios/wait.c

    * Update tmk_core/common/chibios/wait.c

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

commit 462e7f075a14175be08f32561d5ba783e725ab7c
Author: moyi4681 <[email protected]>
Date:   Fri Aug 20 03:02:07 2021 +0800

    move volcano660 to ilumkb folder (#13550)

    * move volcano660 to ilumkb folder

    * Update rules.mk

    * Fix up readme

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

commit 34137666498f367c677b751abab97100f30d1d36
Merge: 7f1c90b7a8 b724a0dfd5
Author: QMK Bot <[email protected]>
Date:   Thu Aug 19 18:59:06 2021 +0000

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

commit b724a0dfd5782f81d52fa006466e607d7ba04c5e
Author: SneakboxKB <[email protected]>
Date:   Thu Aug 19 13:58:35 2021 -0500

    [Keyboard] Ava initial commit (#13845)

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

commit 7f1c90b7a8d66b806f87229fb96e5c69ee9fb1a4
Author: Dasky <[email protected]>
Date:   Thu Aug 19 19:58:17 2021 +0100

    [Core] Speed up pimoroni trackball driver (#13823)

commit e988f58374a138a1af79a141dc8eda54c8782907
Merge: 4279b14adf a12f3a3fb8
Author: QMK Bot <[email protected]>
Date:   Thu Aug 19 18:45:19 2021 +0000

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

commit a12f3a3fb87374d1c68417b2f58a22bad687f12c
Author: minibois <[email protected]>
Date:   Thu Aug 19 20:44:47 2021 +0200

    [Keyboard] Minor fixes for mini_elixivy/info.json (#14022)

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

commit 4279b14adffe081a3dfb17fa0f04ed21513e5eda
Merge: 9d1c98c891 f4f679779e
Author: James Young <[email protected]>
Date:   Thu Aug 19 11:32:23 2021 -0700

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

    Conflicts:
    	keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk
    	keyboards/space_space/rules.mk

commit f4f679779e1404d9dc34c64823b9eb993bfa7ab3
Author: GG <[email protected]>
Date:   Thu Aug 19 21:17…
sekigon-gonnoc added a commit to sekigon-gonnoc/qmk_firmware that referenced this pull request Sep 11, 2021
commit 46f15cd1a533cce8c9f7a406b1e6ee6765e48a20
Author: yfuku <[email protected]>
Date:   Sat Sep 11 13:59:28 2021 +0900

    [Keyboard] owl8 bugfix (#14020)

commit d0b1d9f548aa39e1d267e8f62db4e0c65aae9206
Author: AKiwi92 <[email protected]>
Date:   Sat Sep 11 05:20:43 2021 +0100

    [Keyboard] KiwiKeebs Macro V2 (QMK/VIA) and update to V1 (#13499)

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

commit 6213989c3248405aed7710d68599c8e61ac5b910
Author: rarick <[email protected]>
Date:   Fri Sep 10 22:52:17 2021 -0500

    [Keymap] Add keymap for crkbd/rarick (#13240)

    * Added new keymap for crkbd/rarick

    * Delete flash.sh

    Deleted rarick crkbd flashing script, as it will not be used by most users.

    * Applied feedback, and fixed build error caused by builder updates

    * Update keyboards/crkbd/keymaps/rarick/config.h

    Removed USE_MATRIX_I2C, no longer used.

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

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

commit d7747a2d700eec08679011d79dc6192fe43ca402
Author: Zac Moulton <[email protected]>
Date:   Fri Sep 10 18:56:50 2021 -0700

    [Keymap] moults31 userspace and keymaps (#12025)

commit 759d1927f099ba319ad09c69a2cc71026d775713
Author: Xelus22 <[email protected]>
Date:   Sat Sep 11 05:14:39 2021 +1000

    [Keyboard] Add RS60 (#14073)

    * initial rs60

    * update

    * remove

    * Include rs60.h

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * List form readme.

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

    * change layout name

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

    * change layout name

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

    * change layout name

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

    * add layout

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

    * add license

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

    * 2021 update

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

    * add license

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

    * sigprof suggested changes

    * Remove redundant define

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

    * Fixup readme

    Co-authored-by: Sergey Vlasov <[email protected]>

    * Update keyboards/xelus/rs60/info.json

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

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

commit 7277f1febe0e86e8a32beb779aa24e02bfdb6826
Author: Ryan <[email protected]>
Date:   Fri Sep 10 23:11:17 2021 +1000

    Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)

commit d5cb7de5e4ea60dce69764a627358d534af1f666
Author: Ryan <[email protected]>
Date:   Fri Sep 10 17:17:54 2021 +1000

    Change USBasp and bootloadHID bootloaders to lowercase (#14354)

commit 7eea780a7da2d9197b78b62b7294a6b2bc2fa572
Author: Ryan <[email protected]>
Date:   Fri Sep 10 13:35:46 2021 +1000

    Remove bootloader listings from rules.mk (#14330)

commit 2cb9219a3e655218f5380a41cf5bc5e3135caaa1
Author: Ryan <[email protected]>
Date:   Fri Sep 10 13:32:22 2021 +1000

    Remove commented out BLUETOOTH_ENABLE rules (#14361)

commit 7f80076d044d729407cc4aad35095ff4a8ff5653
Author: Joel Challis <[email protected]>
Date:   Fri Sep 10 03:57:36 2021 +0100

    Align rgb/led matrix docs with current behaviour (#14367)

commit 22499636871ae8f0b8f2da90f801f9290fb1d186
Author: Uy Bui <[email protected]>
Date:   Fri Sep 10 02:02:45 2021 +0900

    [Keyboard] Add custom pcb for Polaris (#14347)

    * [Keyboard] pcb for Polaris

    * [Keyboard] pcb for Polaris: update  layout

    * Update keyboards/wekey/polaris/info.json

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

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

commit d6dd2e0d516a67bdc9bde2b6d1680a00c48675e4
Author: Ryan <[email protected]>
Date:   Thu Sep 9 16:50:52 2021 +1000

    Fix CRLF in lyra/rev1 (#14360)

commit 4c88f76be8099d45444cea894bb2162870115832
Author: Malevolti <[email protected]>
Date:   Thu Sep 9 07:34:32 2021 +0100

    [Keyboard] add lyra (#13977)

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

commit 82ee9bd475be9723d53ea3e8e101a038bbfa1b25
Author: mechlovin <[email protected]>
Date:   Wed Sep 8 22:23:26 2021 -0700

    [Keyboard] Add Olly JF PCB (#14056)

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

commit 6d43a5daf4225cf677840d11b151d28f49e8f9e9
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 8 20:19:06 2021 -0700

    Backport F_CPU/F_USB hack from system76 (#14286)

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

commit cb4006c0b47e9d99c2f60b74d414b19cf4b9e333
Author: Felix Jen <[email protected]>
Date:   Wed Sep 8 19:44:52 2021 -0700

    [Keymap] Fix Maker Keyboards Alexa Keymap (#14355)

commit 891ddd9a30628509b239a0d41fbdc65b4530f80a
Author: Ethan Yates <[email protected]>
Date:   Wed Sep 8 20:14:03 2021 -0600

    [Keyboard] Add 61Key (#14259)

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

commit f3bef84dace5d1d938f9d02be644bf421a4a3de1
Author: JayceFayne <[email protected]>
Date:   Thu Sep 9 03:34:49 2021 +0200

    `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)

commit da81e5c7cd700cdb3ecd750ae8044f514fb65ca2
Author: JayceFayne <[email protected]>
Date:   Thu Sep 9 03:34:34 2021 +0200

    `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)

commit 853e56d080d71ebf1be7299e3b78f6e5ec190aa5
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 8 18:10:43 2021 -0700

    [Keyboard] Minor tweaks to Work Board layout (#14351)

commit 9e77cdf4e66ff1cfdd7effaf77e129bf3ae9a1a5
Author: Ryan <[email protected]>
Date:   Thu Sep 9 10:27:58 2021 +1000

    Bugfix for Joystick and JSON schema (#14295)

commit 3f2a030de6a306ed72eafe7aa143a5b695f9469d
Author: rhmokey <[email protected]>
Date:   Thu Sep 9 07:57:43 2021 +0800

    [Keyboard] Add new Mokey keyboard (#14329)

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

commit d510f6afa97801ea53078ac7fbdbd24824d77f4e
Author: Gastón Jorquera <[email protected]>
Date:   Wed Sep 8 16:55:12 2021 -0700

    [Keymap] Add Gaston's Lily58 custom keymap (#14334)

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

commit 4294aa0f1ee546c74a72bad3e556d7ee4e020a88
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 8 16:52:43 2021 -0700

    [Keyboard] Tractyl Manuform - configuration updates (#14314)

    * [Keyboard] Tractyl Manuform - configuration updates

    * Update readmes

    * Add more details

    * Fix issues with encoder pins

    * Additional fixes for pin config

    * Fix up some comments

commit 8f8411a98a60ffe9e8410e892bff946d9122d3a9
Author: Keenan Brock <[email protected]>
Date:   Wed Sep 8 19:02:50 2021 -0400

    [Keyboard] Add VIA keymap for the reviung39 (#14234)

commit 2e0659f7fddd4c872b230c4a7d2e2a5517042414
Author: Joel Challis <[email protected]>
Date:   Wed Sep 8 23:44:18 2021 +0100

    Fixes for recent i2c migrations (#14352)

commit 9c175f180138558748b0b240e76cb04fa11f9927
Author: jackytrabbit <[email protected]>
Date:   Wed Sep 8 15:34:36 2021 +0800

    [Keyboard] Update VIA support for lazydesigners/the40 (#14240)

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

commit 541e1012912e320e0f65ac1e24f9f8659a5571a8
Author: Gabriel Bustamante <[email protected]>
Date:   Wed Sep 8 03:53:33 2021 -0300

    [Keymap] New keymap for bm40 (#14182)

commit 3ef01a3482b76a956ba2f9f399a14d9e2f86b362
Author: Rifaa Subekti <[email protected]>
Date:   Wed Sep 8 12:07:00 2021 +0800

    [Keyboard] add wang ergo (#14245)

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

commit 1ebaec96e7a9695578813916ba2e1651101e385b
Author: James Young <[email protected]>
Date:   Wed Sep 8 03:23:45 2021 +0000

    Sneakbox Ava tidy-up (#14298)

commit 267ffb9914fd04026aa9841c6c15e51ee6841811
Author: IFo Hancroft <[email protected]>
Date:   Wed Sep 8 06:01:58 2021 +0300

    [Keymap] Adding IFo Hancroft's ErgoDox EZ Keymap (#14342)

commit 0b8d6df39037e58b6b699332d2bbbc448889c6b2
Author: Drashna Jaelre <[email protected]>
Date:   Tue Sep 7 18:53:55 2021 -0700

    [Keyboard] Fix issues with 3w6 rev2 matrix (#14346)

commit 60c5bd7b5e0e75f48d9731118b92a3add3342efd
Author: Joel Challis <[email protected]>
Date:   Wed Sep 8 02:23:11 2021 +0100

    handwired/dactyl - Refactor use of legacy i2c implementation (#14344)

commit 04c0704b280c4847c43b164335e9741b19219131
Author: Joel Challis <[email protected]>
Date:   Tue Sep 7 16:35:13 2021 +0100

    3w6 - Refactor use of AVR only I2C functions (#14339)

    * Refactor use of legacy i2c functions

    * Align rev2

    * Review fixes

commit e7a5c006d9777a4009da934f408961aa2d2e6fb1
Author: Joel Challis <[email protected]>
Date:   Tue Sep 7 16:34:59 2021 +0100

    Refactor use of legacy i2c implementation (#14341)

commit 2d6635214ab05858271f312619c5447bf317cf51
Author: Joel Challis <[email protected]>
Date:   Tue Sep 7 16:33:29 2021 +0100

    ergodone - Refactor use of legacy i2c implementation (#14340)

    * Refactor use of legacy i2c implementation

    * copy-paste error

commit 1dbe4e7dd0e0b1516997d84d16228e1d1ce29462
Author: shiftux <[email protected]>
Date:   Mon Sep 6 21:44:39 2021 +0200

    [Keyboard] Redox media (#13084)

    * adding a new revision 'media' to the redox keyboard

    * readme update

    * encoder fix

    * video link

    * drashna change requests

    * removing SPLIT_USB_TIMEOUT

    * intermediate rename

    * lowercase

    * drashna comments

    * include if defined KEYBOARD_redox_media

    * lowercase readme, tmp step

    * lowercase readme

    * drashna changes

    * more drashna comments

    * readme update

    * readme update

    * fauxpark and drashna comments

    * fauxpark comments

    * Update keyboards/redox/media/readme.md

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

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

commit 85a14ac25bca14e91a21f1820e06079b9c3a078e
Author: Monksoffunk <[email protected]>
Date:   Mon Sep 6 22:49:09 2021 +0900

    [Keyboard] Zinc: fix RGBLED_NUM bug (#13287)

commit 1a494da288509d162593aaa07f4f9ca36b6b3dbd
Author: Joel Challis <[email protected]>
Date:   Sun Sep 5 23:56:10 2021 +0100

    Fix eeprom for Durgod boards (#14324)

commit 1e1be4c229651703ef7c62784b704a859a3d13cf
Author: Drashna Jaelre <[email protected]>
Date:   Sun Sep 5 15:35:42 2021 -0700

    [Bug] Fix compile issues for boards with custom matrix (#14323)

commit 8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64
Author: Joel Challis <[email protected]>
Date:   Sun Sep 5 21:36:43 2021 +0100

    Tidy up defines within STM EEPROM emulation (#14275)

    * Tidy up defines within stm eeprom emulation

    * Fix tests

    * Resolve todo

    * Still use page notion in clear

    * Remove more f4 refs

commit fe6d6cf76dc827adb2f46d55217dc189eae21b02
Author: Ryan <[email protected]>
Date:   Mon Sep 6 06:36:31 2021 +1000

    Remove empty override functions (#14312)

    * Remove empty override functions, 0-9

    * Remove empty override functions, A-D

    * Remove empty override functions, E-H

    * Remove empty override functions, handwired

    * Remove empty override functions, I-L

    * Remove empty override functions, M-P

    * Remove empty override functions, Q-T

    * Remove empty override functions, U-Z

commit 8a8fdd9a728a4cdc0ddce54fab9bf3b4ff8bf942
Author: Niko Wenselowski <[email protected]>
Date:   Sun Sep 5 21:36:16 2021 +0200

    Highlight keycode (#14317)

    This should make it consistent with other docs and hopefully will make less people miss this detail.

commit 767f2c02844acd77c86ea84fb86a1a7f49f379b0
Author: JayceFayne <[email protected]>
Date:   Sun Sep 5 18:09:20 2021 +0200

    [Core] Add `is_oled_scrolling` (#14305)

commit 0471429c018b85ebbccfe8c823621235c99458b2
Author: kb-elmo <[email protected]>
Date:   Sun Sep 5 18:05:55 2021 +0200

    [Keyboard] Fix rotary encoder function for Voice65 (#14316)

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

commit 014aa0661e2d9cf5b67334f82869d4a841cc703f
Author: JayceFayne <[email protected]>
Date:   Sat Sep 4 16:01:56 2021 +0200

    Fix Space Cadet md link (#14300)

commit c9262cf7f8ff42741189a765ca76b531ac20fbc5
Author: Albert Y <[email protected]>
Date:   Sat Sep 4 10:02:15 2021 +0800

    Enable extra keys for Technik ortho and stagger (#14282)

    * Extra keys for technik ortho

    * Extra keys for technik staggered

    Co-authored-by: filterpaper <filterpaper@localhost>

commit b15bd128a543453f4545898ca3ad1be1b23a0cf5
Author: James Young <[email protected]>
Date:   Fri Sep 3 20:03:15 2021 +0000

    FJLabs Ready100 Configurator Fixes (#14291)

    * grid-align keycodes; use short-form keycodes

    No logic change.

    * info.json: correct layout macro reference

    * info.json: correct LAYOUT_64key data

    Removes an extra key from the layout data.

    * 64_ansi Community Layout support

    * rename LAYOUT_64key to LAYOUT_64_ansi (with alias for backwards compatibility)
    * add LAYOUTS = 64_ansi to rules.mk

    * remove width and height keys from info.json

commit 06c89e8abf072c4fe63120305d22d66ad50894ce
Author: James Young <[email protected]>
Date:   Fri Sep 3 20:01:50 2021 +0000

    Naiping NPhhkb: 60_tsangan_hhkb Community Layout support  (#14292)

    * 60_tsangan_hhkb Community Layout support

    * rename LAYOUT to LAYOUT_60_tsangan_hhkb
    * add LAYOUTS = 60_tsangan_hhkb to rules.mk

    * correct maintainer field in info.json

    * remove width and height keys from info.json

    * fix GitHub account link on readme

commit 90909fbaf7946808970c4c5e83d9dcfdcd08b496
Author: James Young <[email protected]>
Date:   Fri Sep 3 20:00:29 2021 +0000

    takashicompany/endzone34: correct QMK Configurator key sequence (#14290)

    * update info.json formatting

    * convert tabs to spaces
    * apply human-friendly formatting

    * correct Configurator key sequence

    * remove width and height keys from info.json

commit 5f6d9913f814edcaf4e882615b76c85ed5499805
Author: James Young <[email protected]>
Date:   Fri Sep 3 18:48:10 2021 +0000

    OwLab Voice65 Hotswap: 65_ansi_blocker Community Layout support (#14293)

    * 65_ansi_blocker Community Layout support

    * rename LAYOUT to LAYOUT_65_ansi_blocker (with alias for backwards compatibility)
    * add LAYOUTS = 65_ansi_blocker to rules.mk

    * remove width and height keys from info.json

commit 8574bf20d35b21c7b44ba8550fa11b4d100fdbbd
Author: Ryan <[email protected]>
Date:   Sat Sep 4 02:09:30 2021 +1000

    Remove more cruft in keyboard files (#14288)

commit a01057d19dfa208fcf5c7cd16689257cb41ac79b
Author: jhauh <[email protected]>
Date:   Thu Sep 2 18:50:17 2021 +0100

    [Keymap] Update iris fluffactually keymap (#14265)

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

commit 956cf8d7bfbca187ad9d1e0aabbe6c25348d5e07
Author: Drashna Jaelre <[email protected]>
Date:   Thu Sep 2 10:49:44 2021 -0700

    [Keyboard] Work Louder board fixup (#14247)

    * [Keyboard] Add some last minute tweaks to Work board

    * Additional fixes

    * Fix rgb pin

    * Fix ws2812 hackery

    * additional led tweaks

    * Add indicator LEDs

    * fix bootmagic settings

    * Fix up RGB stuff

    * Limit power draw for entire board

    * fixup lights and such

    * change LED order on loop

    * Fix indicators if via is not enabled

    * Enable Sleep for rgb matrix

    * Even more LED tweaks

    * Final tweaks?

    * Tweak keycodes

commit d36a7c512d14e3bc6534f311e8f1a8a69878acb3
Author: James Young <[email protected]>
Date:   Thu Sep 2 17:17:35 2021 +0000

    PistachioPro: correct Configurator key sequence (#14277)

    * info.json: apply human-friendly formatting

    * correct LAYOUT key sequence

    Moves the Enter key object to the correct place in sequence.

commit ebfa7e14f34c274a80fffb6a4fb9a3194c045d44
Author: James Young <[email protected]>
Date:   Thu Sep 2 17:09:38 2021 +0000

    Matrix Falcon info.json fixes (#14273)

    * apply human-friendly formatting to info.json

    * update key labels; correct maintainer field

    * add LAYOUT_all data to info.json

    * remove width and height keys from info.json (per fauxpark)

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

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

commit 0290dd35471a6649c878c590fb9b4798940d05b2
Author: James Young <[email protected]>
Date:   Thu Sep 2 17:08:35 2021 +0000

    Yoichiro Lunakey Macro: correct Configurator key sequence (#14276)

    * apply human-friendly formatting to info.json

    * correct Configurator key sequence

commit 98a2e9dc0ef7b18826e21af75fd24861ac683173
Author: jonavin <[email protected]>
Date:   Thu Sep 2 00:12:57 2021 -0400

    [Keymap] new murphpad landscape keymap with encoder enhanced functions (#14103)

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

commit e056ae58a045d59686572ec1349c5c9f285517e5
Author: peott-fr <[email protected]>
Date:   Wed Sep 1 21:12:15 2021 -0700

    [Keymap] Fine-tuning Nyquist keymap. (#14269)

commit 37aef4ebe17b04de07a17748e2452c2f1ebe77bd
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 1 21:08:58 2021 -0700

    [Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)

commit c1e5c920a9929a0434edca537e6c58aed294668c
Author: James Young <[email protected]>
Date:   Thu Sep 2 03:50:44 2021 +0000

    naiping/np64: 64_ansi Community Layout support and codebase touch-up (#14264)

commit b55154fb0ad40d895ccc11bb09498f026e0c0773
Author: James Young <[email protected]>
Date:   Thu Sep 2 03:47:28 2021 +0000

    neson design/n6: Extended Community Layout Support and Layout Macro Fix (#14266)

commit c0eab2a50491e7b27cb6fe8df82480a05e625068
Author: James Young <[email protected]>
Date:   Thu Sep 2 03:46:53 2021 +0000

    wuque/serneity65: Layout Macro rework and Configurator fix (#14267)

commit cb53c4fd41885ba60192cbd0b5fd23d6a687ab17
Author: hvp <[email protected]>
Date:   Thu Sep 2 05:44:36 2021 +0200

    [Keymap] hvp keymap for Cornelius, updated ut47.2 and userspace (#14187)

commit 872414f454435321b073ba747205b5f16ce0c53a
Author: peott-fr <[email protected]>
Date:   Wed Sep 1 20:44:12 2021 -0700

    [Keymap] Add peott-fr H87 keymap (#14232)

commit b6ca21c65c0d32241ed697072292bd5118b64f9a
Author: jonavin <[email protected]>
Date:   Wed Sep 1 23:42:31 2021 -0400

    [Keymap] Jonavin keymap gmmk pro (#14220)

    add rgb nightmode and optional colemak layer

    Co-authored-by: Jonavin <=>

commit cded3b75821547cd69614ab8b4a71417b6fa4bcb
Author: Christian Eiden <[email protected]>
Date:   Thu Sep 2 05:41:17 2021 +0200

    [Keymap] own scylla keymap (#14224)

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

commit bb356a1584aa30020744432b87304ba912079ee7
Author: qieq <[email protected]>
Date:   Thu Sep 2 06:40:12 2021 +0300

    [Docs] Update path to keycode.h (#14263)

commit 7575bc23a677c9d34f4416dcfd2db6eafc1fd623
Author: James Young <[email protected]>
Date:   Wed Sep 1 17:44:03 2021 +0000

    MatchstickWorks SouthPad: correct Configurator key sequence (#14255)

    * matchstickworks/southpad: correct Configurator key sequence

    * replace tabs with spaces; apply four-space indent

commit 583f07ac58dca26183e56b14acd997eff98388c3
Author: James Young <[email protected]>
Date:   Wed Sep 1 12:20:56 2021 +0000

    owl8: add info.json file (#14256)

    * owl8: add info.json file

    * remove width and height keys (per fauxpark)

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

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

commit c573926e05ccdf71fdafa433db7cc46712d96d11
Author: Jay Greco <[email protected]>
Date:   Wed Sep 1 02:48:14 2021 -0700

    Fix snailmap compilation error (#14250)

    * Fix snailmap compilation error

    * Update keymap.c with correct OLED_ENABLE defines

commit 8d97c54770ef5205455dc7d8b004fcaf3d148168
Author: James Young <[email protected]>
Date:   Wed Sep 1 02:50:32 2021 +0000

    mnk50: Configurator Fix and Layout Macro Additions (#14257)

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

commit c5ec423438696881c25ce1fe2ee189091e0510d6
Author: Casey Webster <[email protected]>
Date:   Tue Aug 31 19:50:42 2021 -0500

    [Keymap] cwebster2 Keymap and userspace updates (#14258)

commit fac5ec46564320ebbbc3d1f5575566badca2d3d7
Author: Andre Brait <[email protected]>
Date:   Wed Sep 1 01:18:35 2021 +0200

    Move GMMK Pro layouts to the correct subdir (#14241)

    Also fix a compilation issue in the mike1808 keymap

commit b7693c971c171298ca2be5c2bb4a71ca15893762
Author: Drashna Jaelre <[email protected]>
Date:   Tue Aug 31 15:25:46 2021 -0700

    [Keyboard] Disable console on Iris Rev5 (#14249)

commit 92106ee0388813399df01b07cf47a4f1e89ecf2d
Author: James Young <[email protected]>
Date:   Tue Aug 31 18:29:49 2021 +0000

    emi20: remove dead space from Configurator layout (#14254)

commit b6d7b13a7a0f7a03bd44355766d35ab3fcb76feb
Author: Felix Jen <[email protected]>
Date:   Tue Aug 31 11:24:41 2021 -0700

    [Keyboard] Add FJLabs KF87 PCB (#14179)

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

commit 6f5428687c37d45cf279d9d3f44de1098a767723
Author: Ibnu Daru Aji <[email protected]>
Date:   Wed Sep 1 01:23:02 2021 +0700

    [Keymap] reflects current rick's keymap (#14169)

commit bdd0a6c09789e3e4380f4351f1f83004542d309f
Author: Salicylic-acid3 <[email protected]>
Date:   Tue Aug 31 14:19:21 2021 +0900

    [Keyboard] Addition of VIA keymap and a few fixes for naked60 (#14225)

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

commit f2c9e82e5b3887ed28c3a5c68d27c4efaca54201
Author: Joel Challis <[email protected]>
Date:   Tue Aug 31 00:25:41 2021 +0100

    cherry pick tidy up (#14244)

commit 1e7117317fd8a51f9ca6e926777694b930c9502b
Author: coliss86 <[email protected]>
Date:   Tue Aug 31 01:13:19 2021 +0200

    Documentation: Fix links in key overrides (#14228)

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

commit 5ed8edae498178c8a3c958d36b5e19150ef2caf2
Author: JX <[email protected]>
Date:   Tue Aug 31 03:34:19 2021 +0800

    Update ws2812_spi.c (#14237)

commit 2dc07391bd61e266ac2410ba7c0413c19eea5db5
Author: Danny <[email protected]>
Date:   Mon Aug 30 14:49:46 2021 -0400

    [Keyboard] Add Iris Rev. 5 (#13934)

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

commit 27aebba1b1eadedf2ce25efc081aef3bdbbaab7a
Author: dogspace <[email protected]>
Date:   Mon Aug 30 14:42:04 2021 -0400

    [Keymap] Add new snailmap keymap to nullbitsco/nibble keyboard (#14024)

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

commit c9283f4c1f073da0072638e78b3d5bf5619a89f4
Author: kb-elmo <[email protected]>
Date:   Mon Aug 30 20:29:15 2021 +0200

    [Keyboard] Add OwLab Jelly Epoch (#14190)

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

commit b63114ea2963b2c6391176329e8ef6381b16aea2
Author: Rifaa Subekti <[email protected]>
Date:   Tue Aug 31 02:28:54 2021 +0800

    [Keyboard] add slamz keyboard (#14188)

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

commit 9583f9f589ec4ecaafd3c8f9c709ce981dc684af
Author: Purdea Andrei <[email protected]>
Date:   Mon Aug 30 21:22:53 2021 +0300

    [Bug] Fix build error when enabling NO_HAPTIC_MOD (#14178)

    Without this build would fail, if a keyboard had haptic feedback enabled,
    TAPPING_TOGGLE was not overridden in a config.h, and if NO_HAPTIC_MOD was
    defined in config.h.

commit 949cfd4632066eb6f5574bc360b35a73afbc616f
Author: Felix Jen <[email protected]>
Date:   Mon Aug 30 11:05:13 2021 -0700

    [Keyboard] add maker keyboards alexa (#14165)

commit 557fce7a8e7606355f4b058ff597d70d1a3e32c7
Author: peott-fr <[email protected]>
Date:   Mon Aug 30 11:04:42 2021 -0700

    [Keymap] Add peott-fr keymap for Kbd6x (#14164)

commit 9d32cb68c31c752964ea9fceee8492e4a5e7bd56
Author: Vincent Vorholter <[email protected]>
Date:   Mon Aug 30 20:03:53 2021 +0200

    [Keyboard] Changed ProductID on basketweav keyboards (#14162)

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

commit baa423004a870b5cb86f4d1197dcda5f8b390f49
Author: Zach White <[email protected]>
Date:   Sun Aug 29 16:46:36 2021 -0700

    ensure that the directory for sys.executable is in the user's path (#14229)

commit b705020dafd0aa7531d03cd8fa64260684a3fb79
Author: Zach White <[email protected]>
Date:   Sun Aug 29 16:41:56 2021 -0700

    move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)

commit 13a2da973f182f238d1e27bd9da6f98173dad026
Author: peott-fr <[email protected]>
Date:   Sun Aug 29 14:52:49 2021 -0700

    Nyquist (#14202)

    * adding my Nyquist keymap

    * Updating Nyquist keymap with licensing.

    * Cleaning-up and improving Nyquist keymap.

    * Cleaning-up and improving Nyquist keymap.

commit a1866a962c21a6e15f40cbde2bd09c0ff42f1454
Author: Sergey Vlasov <[email protected]>
Date:   Mon Aug 30 00:24:43 2021 +0300

    Update the nix-shell environment (#13316)

    * Nix: Allow calls to `bin/qmk` even when the build was started by `qmk`

    The `$PATH` modifications performed by the Nix wrapper for the `qmk`
    executable prevent `bin/qmk` from working properly (the changed `$PATH`
    contains a wrong `python3` executable which does not have the needed
    Python modules in its module path).  As a workaround, disable the
    generation of that wrapper for the `qmk` Python package (there is yet
    another wrapper generated while building the Python environment, which
    would still set the Python module path properly when running `qmk`).

    Although `bin/qmk` is officially deprecated, QMK CLI still invokes it in
    some cases (at least `qmk doctor` and `qmk pytest`), therefore keeping
    these invocations working is useful.

    * Nix: Update `util/nix/pyproject.toml` to match `requirements*.txt`

    Update the Python dependency information used by Poetry to match the
    current state of the qmk_firmware code.

    * Nix: Bump QMK CLI dependency to 1.0.0; bump other Python deps

    Update Python dependencies for nix-shell to the most recent releases:

     - dotty-dict: 1.3.0 -> no longer used
     - milc: 1.4.2 -> 1.6.2
     - pep8-naming: 0.11.1 -> 0.12.1
     - pygments: 2.9.0 -> 2.10.0
     - pyrsistent: 0.17.3 -> 0.18.0
     - pyusb: 1.1.1 -> 1.2.1
     - setuptools-scm: 6.0.1 -> no longer used
     - qmk: 0.1.0 -> 1.0.0
     - qmk-dotty-dict: not used -> 1.3.0.post1
     - yapf: 0.30.0 -> 0.31.0

    Note to self: The command to update Python dependencies changed to:

        ( cd util/nix && nix run 'nixpkgs#poetry' -- update --lock )

commit ef7fdee6c803bf92bd6d892326c05ee1f473ad07
Author: J.Flanagan <[email protected]>
Date:   Sun Aug 29 14:18:56 2021 -0500

    [Keyboard] Add Viktus SP Mini (#14069)

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

commit f87cd8e8a02bf89d05737a19fd54e8ec6f63f90f
Author: Trent Hoh <[email protected]>
Date:   Sun Aug 29 19:09:43 2021 +0800

    [Keyboard] Corrected layout for np24 by YMDK (#14096)

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

commit 94d7635a4a8e335c743b4e77f8dd340665d43437
Author: peott-fr <[email protected]>
Date:   Sun Aug 29 04:08:23 2021 -0700

    [Keymap] My Prime E keymap (#14117)

commit 5d5668c3f8d77bebd841b838256f131de6ced497
Author: Weirdo <[email protected]>
Date:   Sun Aug 29 19:07:54 2021 +0800

    [Keyboard] Add kelownaRGB64 (#14141)

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

commit 9afc64cd61da5e3e1d2fd72a83602709a6e4e4b8
Author: Takeshi ISHII <[email protected]>
Date:   Sun Aug 29 15:06:00 2021 +0900

    [Keyboard] fix compile error `make helix/rev2/sc:all` (#14214)

commit dd8922d48269a0664e840d6b6a537b8b91c1826b
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 10:51:53 2021 +1000

    Fixup upstream paths for submodules. (#14205)

commit 6caebb7b619d85efc6932111f58b4a5e6d8e18eb
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 09:47:48 2021 +1000

    Bootmagic lite docs clarity. (#14204)

commit f061ca497464fe85284906fb163a33eaee7a91ef
Merge: ff65185dec 4bad375d7c
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 08:20:25 2021 +1000

    Breaking changes develop merge to master, 2021Q3 edition. (#14196)

commit 4bad375d7c09d949a9dcdd4feba147c9c7a67ec6
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 29 08:18:18 2021 +1000

    2021Q3 pre-merge `develop` changelog, keyboard aliases (#14198)

    * Initial changelog.

    * Data driven.

    * Submodule update.

    * Updated breaking changes docs.

    * Aliases.

    * Aliases.

commit 29ec2d8f4283212cf45c926c288f652a6727acb7
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 26 13:41:33 2021 -0700

    [Docs] Add examples to RGB Matrix Indicators docs (#12797)

commit 7e1634e2a6abac5fbdf7778ea7734a10b84ca49a
Merge: a13b0d8a6c ff65185dec
Author: QMK Bot <[email protected]>
Date:   Thu Aug 26 17:50:09 2021 +0000

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

commit ff65185dec6f97be1eb49f17cea526a0d0bbf3d6
Author: jackytrabbit <[email protected]>
Date:   Fri Aug 27 01:49:36 2021 +0800

    Add support for lazydesigners/cassette8 (#14145)

    * Add support for lazydesigners/cassette8

    Add support for lazydesigners/cassette8

    * Update keyboards/lazydesigners/cassette8/config.h

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/config.h

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/rules.mk

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

    * Update keyboards/lazydesigners/cassette8/info.json

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

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

commit a13b0d8a6cdfbb0c7873144e464c4ae13fa30854
Merge: 87cdb1cf9a 3fce5e6912
Author: QMK Bot <[email protected]>
Date:   Thu Aug 26 17:47:28 2021 +0000

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

commit 3fce5e6912d78ec9fff4124b6952e3b8a0d4d3ae
Author: jpuerto96 <[email protected]>
Date:   Thu Aug 26 13:45:48 2021 -0400

    New Keyboard - V4n4g0rth0n (#14152)

    * General: Initial commit for v4n4g0rth0n

    * Remove unecessary things|

    * General: Fix info.json

    * Finalize changes

    * Update keyboards/v4n4g0rth0n/config.h

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

    * Update keyboards/v4n4g0rth0n/v1/rules.mk

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

    * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h

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

    * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h

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

    * Update keyboards/v4n4g0rth0n/v2/keymaps/default/keymap.c

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

    * Update keyboards/v4n4g0rth0n/v1/keymaps/default/keymap.c

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

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

commit 87cdb1cf9a89a702f0c4286d4260fc84b18ae042
Author: Joel Challis <[email protected]>
Date:   Thu Aug 26 16:53:24 2021 +0100

    Update readme files (#14172)

commit 48d0ad28e789abae0413002f9dbda38f1a82924a
Author: Joel Challis <[email protected]>
Date:   Thu Aug 26 14:14:48 2021 +0100

    Move to correct location (#14171)

commit 6d646880a4d170409d784dab8be79ff3571d62ae
Merge: 2bc978437e edf35615cf
Author: QMK Bot <[email protected]>
Date:   Thu Aug 26 11:38:28 2021 +0000

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

commit edf35615cf4052e94024101e1f4ccb3ed838ce47
Author: kb-elmo <[email protected]>
Date:   Thu Aug 26 13:37:55 2021 +0200

    Skeletn87 - Fix RGB pin (#14170)

    * add Skeletn87

    * update skeletn87 files

    * update skeletn87 soldered

    * update readme image

    * update readme (again)

    * fix skeletn87 indicator LEDs

    * fix led pin for production PCB

commit 2bc978437e98ca24dd6186a2d637272738cd54de
Merge: 0c97bc5179 ee3a1133f1
Author: QMK Bot <[email protected]>
Date:   Wed Aug 25 23:56:39 2021 +0000

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

commit ee3a1133f1283fab132f4d601e19a61da2041631
Author: Charles <[email protected]>
Date:   Thu Aug 26 01:56:09 2021 +0200

    [keyboard] Add 0x3E (#14088)

    * Add 0x3E - default config

    * Apply suggestions from code review

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

    * Apply suggestions from code review 2

    Firmware size optimization

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

    * Rename files as per project guidelines + remove empty

    * Update link in readme.md

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

commit 0c97bc5179ede0911067ecb0d96745d29710df07
Merge: 329c130202 4c5334cb9e
Author: QMK Bot <[email protected]>
Date:   Wed Aug 25 23:40:04 2021 +0000

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

commit 4c5334cb9e0fef692ed3bd7a3e02579271f0f338
Author: 8bits4ever <[email protected]>
Date:   Thu Aug 26 01:39:34 2021 +0200

    [converter/a1200] Changing layout macro reference info.json (#14143)

    * Rename keyboards/converter/a1200/config.h to keyboards/converter/a1200/teensy2pp/config.h

    * Rename keyboards/converter/a1200/rules.mk to keyboards/converter/a1200/teensy2pp/rules.mk

    * Create dummy

    * Add files via upload

    * Delete dummy

    * Update readme.md

    * Update info.json

commit 329c130202229c50f83af4272eb8dc1c0beb30ed
Merge: 527b1e52aa 89f2b9486f
Author: QMK Bot <[email protected]>
Date:   Wed Aug 25 19:04:06 2021 +0000

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

commit 89f2b9486fe28685a5e53f6ef20d140ccba4aab7
Author: MechMaster48 <[email protected]>
Date:   Wed Aug 25 12:03:27 2021 -0700

    [Keymap] mechmaster48 keymap  for OLKB Preonic rev3 (#14137)

commit 527b1e52aa0c87d49b90ea18d7d3ca9728aaa9c2
Author: Joel Challis <[email protected]>
Date:   Wed Aug 25 15:27:48 2021 +0100

    Move nix folder alongside vagrant (#14132)

commit a84de5e22be25e2059dfee732f5cca3ec0953a35
Author: Joel Challis <[email protected]>
Date:   Wed Aug 25 01:16:59 2021 +0100

    Revert 14083 && 14144 (#14150)

    * Revert "Short term bodge for firmware size bloat (#14144)"

    This reverts commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0.

    * Revert "Tidy up quantum.c now some of tmk_core has been merged (#14083)"

    This reverts commit c4dbf4bf0118dd785802861beb247433b5b7411d.

commit 3855713ca0a9513c51fe70e61032d7ea89fa7e87
Merge: 622c3cac3a bb1b822247
Author: QMK Bot <[email protected]>
Date:   Tue Aug 24 22:10:04 2021 +0000

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

commit bb1b82224772fcff8518b301f12c46fd132b04fd
Author: Albert Y <[email protected]>
Date:   Wed Aug 25 06:09:26 2021 +0800

    [Keyboard] Update Technik ortholinear RGB matrix points (#14124)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit 622c3cac3ab8bc25d3cfec63702e295e0b16a49a
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 17:18:25 2021 +0100

    Fix merge artifacts (#14146)

commit 2cade3a48300e0709f8aec68602faf90947b6738
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 17:07:11 2021 +0100

    Align some quantum sub-directories (#14134)

    * Misc folder tidy

    * Review comments

    * Remove redundant entry

commit 2827a3cf754c2eaca37a0d44a5901741f1855414
Merge: a8d6547346 b4867e1600
Author: QMK Bot <[email protected]>
Date:   Tue Aug 24 15:44:36 2021 +0000

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

commit b4867e1600baa615ec9b28421fc23d4b85bad8ec
Author: Yoichiro Tanaka <[email protected]>
Date:   Wed Aug 25 00:44:00 2021 +0900

    [Keyboard] Add yoichiro/lunakey_macro (#13849)

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

commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 16:09:23 2021 +0100

    Short term bodge for firmware size bloat (#14144)

commit e3b68ddfe890868ac732f28ddcc1f111c69a0bfb
Merge: c9c60d227e 097e85e930
Author: Drashna Jael're <[email protected]>
Date:   Tue Aug 24 07:32:31 2021 -0700

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

commit c9c60d227e38abdf08ca86bcdad3a0cac2579e3f
Author: Takeshi ISHII <[email protected]>
Date:   Tue Aug 24 22:34:24 2021 +0900

    add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755)

commit c4dbf4bf0118dd785802861beb247433b5b7411d
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 14:28:37 2021 +0100

    Tidy up quantum.c now some of tmk_core has been merged (#14083)

commit 097e85e930ae7e7f8ffd67717ed944a38111de6c
Author: GG <[email protected]>
Date:   Tue Aug 24 12:50:56 2021 +0300

    [Keyboard] Add serneity65 (#13889)

commit c4a2dc9a2d1b0c053272aec7672ab8df92550e88
Author: Xelus22 <[email protected]>
Date:   Tue Aug 24 19:39:24 2021 +1000

    fix (#14142)

commit 3ef978cb132e89f3dc55edc47c2c0c0f330cbd0d
Author: Christian Sandven <[email protected]>
Date:   Tue Aug 24 10:54:17 2021 +0200

    [Keyboard] Fix keyprez qmk configurator (#14119)

commit a4aa6ccf7b98a203c16be51e8db4970a80f0abfd
Author: kb-elmo <[email protected]>
Date:   Tue Aug 24 10:49:50 2021 +0200

    [Keyboard] Add QEZ keyboard (#14131)

commit b8c74d6b5d2e31b59b4ec73c84b8b4212b4b0936
Author: Albert Y <[email protected]>
Date:   Tue Aug 24 16:49:13 2021 +0800

    [Keyboard] Update Technik staggered RGB matrix points (#14125)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit eaad654798d3b14b11cc99cafdf3a7db1c602c9d
Author: stickandgum <[email protected]>
Date:   Tue Aug 24 04:48:35 2021 -0400

    [Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123)

    Co-authored-by: James Young <[email protected]>

commit e1c264f5793b246baa1dd70b39e964dd821c475f
Author: Rifaa Subekti <[email protected]>
Date:   Tue Aug 24 16:42:23 2021 +0800

    [Keyboard] Update info.json for ocean/gin_v2 (#14121)

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

commit bc239cd52022ea7ca26310faa9ed98e3faa81cb6
Author: Drashna Jaelre <[email protected]>
Date:   Tue Aug 24 01:37:14 2021 -0700

    [Keymap] Drashna keymap fixups (#14140)

commit 3455e2408dd8e3f11854fd6660e2b40027bcd92e
Author: Drashna Jaelre <[email protected]>
Date:   Tue Aug 24 01:19:00 2021 -0700

    [Keyboard] Fix default keymap for quark squared keyboard (#14139)

commit 4e1c5887c5c08ebd2cf7868c8d9292aa728e7bf0
Author: Xelus22 <[email protected]>
Date:   Tue Aug 24 16:28:26 2021 +1000

    [Core] Refactor OLED to allow easy addition of other types  (#13454)

    * add docs

    * core changes

    * update keyboards to new OLED

    * updated users to new OLED

    * update layouts to new OLED

    * fixup docs

    * drashna's suggestion

    * fix up docs

    * new keyboards with oled

    * core split changes

    * remaining keyboard files

    * Fix The Helix keyboards oled options

    * reflect develop

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

commit 47a38c3f0ea0fe44c90040514889a69de9b53f2f
Author: Joel Challis <[email protected]>
Date:   Tue Aug 24 05:02:53 2021 +0100

    Remove more unused files (#14135)

commit 6fd20acf4be76e7a2bd82d3dfd0a9bcca8c507eb
Author: Drashna Jaelre <[email protected]>
Date:   Mon Aug 23 18:40:24 2021 -0700

    Fix Mouse Shared EP functionality (#14136)

    Specifically, if you enable the shared endpoint for mouse reports (or keyboard, which force enables it for mouse), and you don't have mousekeys enabled, it does not properly enable shared mouse EP for pointing device (which uses mouse reports).   This cause it to error out in compiling.  This fixes up some of the logic to ensure that all use cases are supported, and consolidates some of the code.

commit e3483b4126adca1730dbaf1d466a227e66c6df91
Author: lalalademaxiya1 <[email protected]>
Date:   Tue Aug 24 08:32:15 2021 +0800

    [Keyboard] Add new keyboard version: keychron/q1/rev_0102 (#14029)

    * Add keyboard Q1

    * Update keyboards/keychron/q1/readme.md

    * Update keyboards/keychron/q1/rev_0100/rules.mk

    * Update keyboards/keychron/q1/readme.md

    * Change layer switch function to "default_layout_set"

    * Update keyboards/keychron/q1/rev_0100/info.json

    * Update keyboards/keychron/q1/q1.c

    * Mask out the DIP switch to fix sleeping issue when switch is ON

    * Added and changed readme.md

    Added keyboards\q1\rev_0100\readme.md
    Changed keyboards\q1\readme.md since different MCU may used in other version.

    * update

    * update keymap name

    * update keymap for keychron/q1/rev_0102

    * Update info.json

commit d57d9aec4f1e00601e6664ef6c4cb0e3e7826fe2
Author: Drashna Jaelre <[email protected]>
Date:   Mon Aug 23 15:46:06 2021 -0700

    Fix bootloadHID comments breaking :flash (#14133)

commit e756a21636149ad47c19c659d04be93cf3071dab
Author: Donald Kjer <[email protected]>
Date:   Mon Aug 23 15:15:34 2021 -0700

    eeprom_stm32: implement high density wear leveling (#12567)

    * eeprom_stm32: implement wear leveling
    Update EECONFIG_MAGIC_NUMBER
    eeprom_stm32: check emulated eeprom size is large enough
    * eeprom_stm32: Increasing simulated EEPROM density on stm32
    * Adding utility script to decode emulated eeprom
    * Adding unit tests
    * Applying qmk cformat changes
    * cleaned up flash mocking
    * Fix for stm32eeprom_parser.py checking via signature with wrong base
    * Fix for nk65 keyboard

    Co-authored-by: Ilya Zhuravlev <[email protected]>
    Co-authored-by: zvecr <[email protected]>

commit 2481e109a0f79b4cdcecab4a6bf6755fb5eda3fc
Merge: f314705921 9472c4b8cb
Author: QMK Bot <[email protected]>
Date:   Mon Aug 23 22:06:37 2021 +0000

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

commit 9472c4b8cb448f04e17810dd304e368c60fdd504
Author: Olli Helenius <[email protected]>
Date:   Tue Aug 24 01:06:04 2021 +0300

    Fix US_RDQU keycode (#13464)

    `US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU`
    should use the right bracket.

commit f314705921c9c316e69cfb6767aba8f0570c7012
Author: Path Nirvana <[email protected]>
Date:   Tue Aug 24 05:05:10 2021 +0700

    adding uf2 flash support for blackpill 401 (#13968)

    * adding uf2 flash support for blackpill 401

    * forgot to add blackpill to keyboard header file

    * making changes requested by drashna

    * fixing tzarc s comments

    * removing the keyboard

    * undo the change to dactyl_manuform.h

commit 718f0a2482ab821df141a9985d1eb31a6fe6aed9
Merge: d8778eba92 a72b562141
Author: QMK Bot <[email protected]>
Date:   Mon Aug 23 14:26:24 2021 +0000

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

commit a72b5621418bebf253865ed19f92a860b5b9039a
Author: Rifaa Subekti <[email protected]>
Date:   Mon Aug 23 22:25:51 2021 +0800

    [Keyboard] update default and via keymap for ocean/wang_v2 (#14122)

commit d8778eba922f3415acb40dd178dd821b05bdb654
Author: Nick Brassel <[email protected]>
Date:   Mon Aug 23 19:37:16 2021 +1000

    Fixup line endings.

commit 71df135254709c183b980b89554216ec86d02eab
Author: stickandgum <[email protected]>
Date:   Sun Aug 22 22:19:11 2021 -0400

    [Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120)

    Co-authored-by: James Young <[email protected]>

commit 355872cc1d7c0eb5e5c66845188d53c7a434c8d2
Merge: 9af069ecf3 5cd7999bc4
Author: QMK Bot <[email protected]>
Date:   Mon Aug 23 02:10:58 2021 +0000

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

commit 5cd7999bc4b9e7c049bc80e0f812676528a07209
Author: Vino Rodrigues <[email protected]>
Date:   Mon Aug 23 12:10:23 2021 +1000

    [Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094)

    This patch corrects 2 issues with the LED matrix of the KDBFans KBD67 Lite (v3)
    * Incorrect mapping of the right-shift, down-arrow, and right-arrow.  (i.e. `NO_LED` positions of the `g_led_config` key matrix in the .c file do not match the `LAYOUT_65_ansi_blocker` matrix in the .h file.
    * Remapping of the *LED Index to Physical Position* using physical measurements from actual keyboard and accounting for the southpaw LED position to define the true centre of the keyboard (more relevant to circular animations).

commit 9af069ecf354b97b3456e856fbf8e22822efeb18
Author: Dasky <[email protected]>
Date:   Mon Aug 23 00:31:38 2021 +0100

    Fix typo (#14118)

commit f043b8be384cbfde6dcca0ffee2fc842a4fb4342
Merge: 4b87c1f40b aa28335651
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 21:43:07 2021 +0000

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

commit aa28335651a5a76d89054509186500c3af6147e7
Author: Bror Winther <[email protected]>
Date:   Sun Aug 22 23:42:34 2021 +0200

    Add fix for brew upgrade (#12921)

    Add a fix for `brew upgrade` so only formulae is upgraded and not casks

commit 4b87c1f40bd3c96132878c5cbb75ce2109e4b861
Merge: 7dfa93d9b6 5319727b70
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 16:29:18 2021 +0000

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

commit 5319727b7086f9e73e423054eed4886d8de2750b
Author: Ryan <[email protected]>
Date:   Mon Aug 23 02:28:48 2021 +1000

    Fix line endings for `quark_squared` info.json (#14113)

commit 7dfa93d9b6d01757f6583c77055f1ff59d04876e
Merge: 34d0376ab9 46fb874269
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 06:04:52 2021 +0000

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

commit 46fb8742692b546901555ffc544e954801ff5340
Author: npspears <[email protected]>
Date:   Sun Aug 22 01:04:20 2021 -0500

    [Keyboard] add support for Quark² (#14109)

    Quark² is a hotswap version of the Quark PCB

commit 34d0376ab9d73a77c50b78b01498710346ba6105
Merge: f709394442 9a51076859
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 05:12:24 2021 +0000

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

commit 9a51076859f00c28749bc8e1627e7f09263f3a88
Author: Christian Sandven <[email protected]>
Date:   Sun Aug 22 07:11:56 2021 +0200

    [Keyboard] Keyprez bison (#14100)

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

commit f70939444262da043dfd4e092579528498d14db6
Merge: aedd8cca31 b1b6fe1c3d
Author: QMK Bot <[email protected]>
Date:   Sun Aug 22 05:11:44 2021 +0000

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

commit aedd8cca310ecb45221566edcca34a749117329e
Author: precondition <[email protected]>
Date:   Sun Aug 22 07:11:32 2021 +0200

    [Keyboard] Kyria default reformat (#14080)

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

commit b1b6fe1c3da1de17e56fc65499c61886cb0a298a
Author: Conor Burns <[email protected]>
Date:   Sun Aug 22 07:11:15 2021 +0200

    [Keymap] added bongocat keymap to 0xCB Static (#14093)

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

commit 78ccd9c201199444bc06161b05ee8d7ba9c31613
Author: peepeetee <[email protected]>
Date:   Sat Aug 21 22:53:49 2021 -0500

    Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159)

    * reset; redoing my steps; and recommit

    * include xd002/.noci

commit c70abc8d047319830e369ae4e14cd43bae3bd3b8
Author: Nick Brassel <[email protected]>
Date:   Sun Aug 22 13:49:33 2021 +1000

    Warn when building a board that uses arm_atsam (#10904)

    * Add deprecation warning during build when building a board that uses arm_atsam.

    * Rewording.

    * Wording.

    * Fixup.

commit dcef03853d612feb23b02523f1dfaf6576d18ace
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 19:08:05 2021 -0700

    [Keyboard] Disable Console on Keebio Quefrency (#14108)

commit f4a2f2bb7e0d745c6f126db15b94955eebc64884
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 18:34:16 2021 -0700

    [Keyboard] Fix compile issues for Tractyl Manuform (#14105)

commit e08d6a33fc1c119e4632bdaa37e75aebbd895dbd
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 18:34:04 2021 -0700

    [Core] Fix copypasta issue with pmw3360 sensor config (#14106)

commit 0ae20e74578ae4420af3e684f7ad9fcbd7beee94
Author: Joakim Tufvegren <[email protected]>
Date:   Sun Aug 22 02:51:17 2021 +0200

    Make solo half of split keyboards (more) usable. (#13523)

    * Make solo half of split keyboards (more) usable.

    Using only one half of a split keyboard (that's using the split_common
    framework to communicate) is not a great experience, since several read
    timeouts per scan cycle cause an unusably slow scan rate.

    This change blocks all split communication attempts for 500 ms
    (configurable) after an error occurs, causing the scan rate to become at
    least _more_ usable, but might need some tweaking to work fully on most
    keyboards. One read timeout still needs to occur after the 500 ms has
    passed, and if that timeout isn't low enough, some scan cycles may still
    be too slow.

    * Fix lint complaint.

    * Require 25 consecutive comm errors to see comms as disconnected.

    The number of max errors can be overridden by defining
    `SPLIT_MAX_CONNECTION_ERRORS`.

    * Add comments to new defines, and ability to disable disconnection check.

    Also increase `SPLIT_MAX_CONNECTION_ERRORS` to 40, since it's divisible
    by most relevant numbers for the description.

    * Make lint happy ...again

    * Only update `connection_check_timer` when needed.

    * Add new defines to split keyboard documentation.

    * Move connection timeout logic to transport.c, add `is_transport_connected`.

    * Use split_common disconnection logic in matrix.c.

    Instead of doing more or less the same thing twice.

    * Move disconnection logic to `transport_master`.

    Is a cleaner implementation, and causes the scan rate while disconnected
    to increase instead of decrease.

    * Lint fixes.

    * Lower default `SERIAL_USART_TIMEOUT` to 20 ms.

    The read timeout must be low enough to not cause exessively long scan
    cycles when using a solo split half. 10 ms was determined from testing
    to work fine even with the slowest defined baudrate of 19200 (5 ms was
    too low for that case), so 20 ms should be fine for most cases.

    * Remove `SERIAL_USART_TIMEOUT` from ergodox_infinity/config.h

    Was somewhat mistakenly included in an earlier PR.

    * Fix building with `USE_I2C`.

    * Reduce built firmware size.

    Not really sure why this works, the idea was taken from tzarc's work on
    split disconnection.

    * Tweak and improve opt-out for split disconnection logic.

    There are now two ways to opt out from this feature:
    * Set `SPLIT_MAX_CONNECTION_ERRORS` to 0. This will completely disable
      the connection status checks (also affects the slave matrix reset logic in
      matrix.c, though).
    * Set `SPLIT_CONNECTION_CHECK_TIMEOUT` to 0. This will only disable the
      communication throttling while disconnected. Will make the firmware
      smaller.

    * Make split disconnection logic work with custom transports.

    Includes a fallback implementation for keyboards using a custom
    split_util.c but not a custom matrix.c (currently no such keyboard seems
    to be merged, though).

    * Remove unnecessary include of timer.h

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

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

commit c5f41d42d8e4dc88b2aeb414aa0d26ad23ad34f1
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 16:46:35 2021 -0700

    Updated RGB Matrix suspend define part 3 (#13954)

    * Updated RGB Matrix suspend define part 3

    * Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)"

    This reverts commit 80015f7fb023f27ad5307815fd5433694a3bcb4a.

    * Add additional boards/keymaps

commit 58a5030661b57f1dd05693053df2eddadc285f64
Author: Drashna Jaelre <[email protected]>
Date:   Sat Aug 21 13:34:44 2021 -0700

    [Keymap] Drashna's Improve OLEDs and custom Split code (#14063)

    * Fill the oleds with right mods

    * Enable double mods on x32 oleds

    * Disable forced NKRO

    * Make oleds fancy only on good MCUs

    * Overhaul oled display

    * Further enhance oled, with kitty!

    * Final oled form

    * Not working transport

    * Transport id of woring

    * Add acceleration

    * fix button placement for accel macro

    * Fix accelartion location and behavior

    * Remove OLED sync code

    * Fix alignment issue

    * Remove audio hack

    * Fix up zima keymap

    * Add matrix slave scan function and cleanup drashna.h

    * Clean up user space

    * Allow userspace sync to be disable-able

    * Fix weird issue with audio

    * Fix alignment issue with user split sync

    * Disable second rgb matrix task

    * Disable additional animations

    * Change dynamic keymap settings

    * Hacky fix for borked corne

    * Add Blackpill (F411) support to tractyl manuform

    * remove manual via eeprom reset

    * Remove all references to rgblight twinkle

    * Fix issues with config processing

commit da1c011afc67dab0049b30a4c021dc38a36cb9aa
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 21:14:23 2021 -0700

    Improve pmw3360 sensor and make it more hardware agnostic (#14097)

commit 3452c89c8b5e652ff957123151ca0bbdfcbf3927
Merge: a80d789147 c1cad5b751
Author: QMK Bot <[email protected]>
Date:   Sat Aug 21 04:13:34 2021 +0000

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

commit c1cad5b7516af745cc0a3ffde8c0cc9af63e5a1d
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 21:13:02 2021 -0700

    [Keyboard] Fix naiping/npminila layout macro (#14098)

commit a80d7891472335ec297082daecc6fbf90042c38c
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 21:02:53 2021 -0700

    Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243)

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

commit afd3bcbf45a9b7de097d7666ced2c674192949e5
Author: Nick Brassel <[email protected]>
Date:   Sat Aug 21 13:38:38 2021 +1000

    Fix up compilation issues. (#14095)

commit ce379ef458fd9092543fb4022aab6e455865f514
Merge: a7d48b063e c71d67ba3f
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 22:32:01 2021 +0000

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

commit c71d67ba3f4bdedbd5ec1e931e6ea9568fcd0d98
Author: Spaceman <[email protected]>
Date:   Fri Aug 20 18:31:26 2021 -0400

    [Core] [Docs] Remove travis-ci references (#13916)

commit a7d48b063ec9d551396eadeb02a924d2ee3ea515
Author: Ryan <[email protected]>
Date:   Sat Aug 21 03:43:49 2021 +1000

    Fix LED Matrix suspend code (#14090)

commit e8943a8b0c9d7ff4f078fe1f76f2c62c269767c5
Merge: 1ec6ce8c37 30bb807c13
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 17:33:25 2021 +0000

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

commit 30bb807c13a5787164bd63fa17a97c0870a60198
Author: Weirdo <[email protected]>
Date:   Sat Aug 21 01:32:53 2021 +0800

    [Keyboard] Add Naiping series keyboard (#14040)

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

commit 1ec6ce8c370d53292979718cc406b66c4c5616a8
Merge: 92fa07336c c1add5d0e2
Author: Zach White <[email protected]>
Date:   Fri Aug 20 08:22:41 2021 -0700

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

    Resolved Conflicts:
    	lib/python/qmk/info.py

commit c1add5d0e278da55128964dc305b833fb0bbc063
Author: Joel Challis <[email protected]>
Date:   Fri Aug 20 16:16:59 2021 +0100

    Restore layout count validation (#14068)

commit 92fa07336cd7fcd578c31a8069cf955a4d601327
Author: Drashna Jaelre <[email protected]>
Date:   Fri Aug 20 06:14:42 2021 -0700

    [Bug] Fix RGB/LED Matrix Suspend code (#14084)

commit da11a49905605871eea66f8f03b2c4b46d1de88a
Merge: 69c71d4843 90ff4fe749
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 13:14:35 2021 +0000

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

commit 90ff4fe749346c3b92aa8ca6461f5091fabfa99e
Author: tiltowait <[email protected]>
Date:   Fri Aug 20 06:13:59 2021 -0700

    [Keyboard] Add IBM Model M SSK configuration (#14050)

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

commit 69c71d4843586fad9c29c4dd945aa170f9990d8e
Author: Joel Challis <[email protected]>
Date:   Fri Aug 20 10:15:11 2021 +0100

    Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079)

commit b229b0fba72d79f1c723f2415531e61537b56fc3
Author: Joel Challis <[email protected]>
Date:   Fri Aug 20 10:11:49 2021 +0100

    Fix issues with recent keymap.json changes (#14089)

    * Fix issues with recent keymap.json changes

    * Allow empty author string

commit 0741aae1d9e53206d5930fcb962948f13f48e661
Merge: 8dfd33e3d1 fd54992e1f
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 04:36:09 2021 +0000

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

commit fd54992e1f65713a93115a0a1737e97d3e2d8522
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 19 21:35:29 2021 -0700

    [Keyboard] Fix Feels65 Via keymap (#14086)

commit 8dfd33e3d1d62b410e4f94b3eb5a1caf5ef5dcf6
Merge: c6f24f66bd 37b5ead17d
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 04:27:09 2021 +0000

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

commit 37b5ead17d55d893d8639acd402cb4907ff4cc2c
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 19 21:26:37 2021 -0700

    [Keyboard] Fix space_space rev1 keyboard files (#14087)

commit c6f24f66bd60e67fb9eca689bb46aa23a10a0e5a
Merge: 0a1bf7f6aa cc0ae9cc4c
Author: QMK Bot <[email protected]>
Date:   Fri Aug 20 04:22:05 2021 +0000

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

commit cc0ae9cc4ceaf3bdd5d33e1d410b319db617c4eb
Author: Drashna Jaelre <[email protected]>
Date:   Thu Aug 19 21:21:00 2021 -0700

    Revert "[Keyboard] Dumbpad VIA support added (#13512)"

commit 0a1bf7f6aa6e44557041e03f6e58df5a180c6d79
Author: Simon Arlott <[email protected]>
Date:   Fri Aug 20 00:31:23 2021 +0100

    Support using a timer for wait_us() on ChibiOS-based boards (#12211)

    * Support using a timer for wait_us() on ChibiOS-based boards (#12198)

    There are spare GPT timers that can be used to get a more accurate
    wait_ms() time. This is required for the matrix scan unselect delay (30µs)
    to be shorter than the system tick rate of 100µs.

    This is limited to the maximum GPT duration of 65535 so values above that
    will automatically use the previous implementation based on the system
    tick.

    Using a specific timer means it can't be shared by another thread at the
    same time so when wait_us() is called from anything other than the main
    thread it will use the system tick implementation too.

    * Update tmk_core/common/chibios/wait.c

    * Update tmk_core/common/chibios/wait.c

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

commit 462e7f075a14175be08f32561d5ba783e725ab7c
Author: moyi4681 <[email protected]>
Date:   Fri Aug 20 03:02:07 2021 +0800

    move volcano660 to ilumkb folder (#13550)

    * move volcano660 to ilumkb folder

    * Update rules.mk

    * Fix up readme

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

commit 34137666498f367c677b751abab97100f30d1d36
Merge: 7f1c90b7a8 b724a0dfd5
Author: QMK Bot <[email protected]>
Date:   Thu Aug 19 18:59:06 2021 +0000

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

commit b724a0dfd5782f81d52fa006466e607d7ba04c5e
Author: SneakboxKB <[email protected]>
Date:   Thu Aug 19 13:58:35 2021 -0500

    [Keyboard] Ava initial commit (#13845)

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

commit 7f1c90b7a8d66b806f87229fb96e5c69ee9fb1a4
Author: Dasky <[email protected]>
Date:   Thu Aug 19 19:58:17 2021 +0100

    [Core] Speed up pimoroni trackball driver (#13823)

commit e988f58374a138a1af79a141dc8eda54c8782907
Merge: 4279b14adf a12f3a3fb8
Author: QMK Bot <[email protected]>
Date:   Thu Aug 19 18:45:19 2021 +0000

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

commit a12f3a3fb87374d1c68417b2f58a22bad687f12c
Author: minibois <[email protected]>
Date:   Thu Aug 19 20:44:47 2021 +0200

    [Keyboard] Minor fixes for mini_elixivy/info.json (#14022)

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

commit 4279b14adffe081a3dfb17fa0f04ed21513e5eda
Merge: 9d1c98c891 f4f679779e
Author: James Young <[email protected]>
Date:   Thu Aug 19 11:32:23 2021 -0700

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

    Conflicts:
    	keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk
    	keyboards/space_space/rules.mk

commit f4f679779e1404d9dc34c64823b9eb993bfa7ab3
Author: GG <[email protected]>
Date:   Thu Aug 19 21:17:54 2021 +0300

    [Keyboard] Add Mammoth20x (#14014)

commit c59212821918736504074da24f33108551e8bdde
Author: Yaroslav Smirnov <[email protected]>
Date:   Thu Aug 19 21:15:30 2021 +0300

    [Keyboard] Add Elrgo S to keyboards/handwired (#13893)

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

commit 1bfbaae533fd4716407a5f381df1a3b317963a92
Author: weteor <[email protected]>
Date:   Thu Aug 19 20:13:00 2021 +0200

    [Keyboard] add 3w6 (#13746)

commit 8200804e96d1914ebad1948b52d6e1cec2e3ffcc
Author: kb-elmo <[email protected]>
Date:   Thu Aug 19 20:12:34 2021 +0200

    [Keyboard] Add Voice65 (#13744)

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

commit c039796d9d6d341f16600b7032df056c0959df06
Author: James Young <[email protected]>
Date:   Thu Aug 19 17:47:10 2021 +0000

    keebzdotnet F-Me Configurator fixes and codebase touch-up (#14077)

    * rename LAYOUT to LAYOUT_all

    * add info.json

    * override DYNAMIC_KEYMAP_LAYER_COUNT for via keymap

    The via keymap only initialized two layers without overriding the default value of DYNAMIC_KEYMAP_LAYER_COUNT (4).

    This commit sets DYNAMIC_KEYMAP_LAYER_COUNT for the via keymap to 2.

commit 9aedf515c094b0c2d77417d…
peepeetee added a commit to peepeetee/qmk_firmware that referenced this pull request Sep 16, 2021
peepeetee added a commit to peepeetee/qmk_firmware that referenced this pull request Sep 16, 2021
peepeetee added a commit to peepeetee/qmk_firmware that referenced this pull request Sep 16, 2021
drashna added a commit that referenced this pull request Sep 28, 2021
* Initial compatibility with bm80

* move files to kprepublic directory, see #12159

* fix pin assignment

* Revert "fix pin assignment"

This reverts commit 5a53a74.

* add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken

* fixed flags( not sure, please check)

* fixed number of LEDs

* add comment about f11

* remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED

* readme.md

* add via keymap

* add info.json with help from noroadsleft's converter

* add suspended state implementation, I don't think it's working

* update to my testing setup

* restore erroneously included bm68rgb config

* Update keyboards/kprepublic/bm80/config.h

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

* add reset instructions

* change reset instruction grammar

* remove not working sleep function, add comment for RGB flags

* add LED mapping comments

* change readme grammar

* replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects

* re-enable peepeetee/config.h, updating my disabled effect list

* updating my disabled effect list

* update LED struct documentation

* update readme with RGB matrix effect information

* Update keyboards/kprepublic/bm80/rules.mk

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

* move files back to keyboard from keyboard/kprepublic, see 85b33d6 and #12159

* Apply suggestions from code review

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

* cleanup peepeetee keymap

* update peepeetee keymap; rebase on current master

* moved to /kprepublic, see #12159

* Apply suggestions from code review

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

* Apply suggestions from code review

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

Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: ridingqwerty <[email protected]>
Co-authored-by: Ryan <[email protected]>
billyjbryant pushed a commit to MetalBoards/qmk_firmware that referenced this pull request Sep 29, 2021
* Initial compatibility with bm80

* move files to kprepublic directory, see qmk#12159

* fix pin assignment

* Revert "fix pin assignment"

This reverts commit 5a53a74.

* add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken

* fixed flags( not sure, please check)

* fixed number of LEDs

* add comment about f11

* remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED

* readme.md

* add via keymap

* add info.json with help from noroadsleft's converter

* add suspended state implementation, I don't think it's working

* update to my testing setup

* restore erroneously included bm68rgb config

* Update keyboards/kprepublic/bm80/config.h

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

* add reset instructions

* change reset instruction grammar

* remove not working sleep function, add comment for RGB flags

* add LED mapping comments

* change readme grammar

* replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects

* re-enable peepeetee/config.h, updating my disabled effect list

* updating my disabled effect list

* update LED struct documentation

* update readme with RGB matrix effect information

* Update keyboards/kprepublic/bm80/rules.mk

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

* move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159

* Apply suggestions from code review

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

* cleanup peepeetee keymap

* update peepeetee keymap; rebase on current master

* moved to /kprepublic, see qmk#12159

* Apply suggestions from code review

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

* Apply suggestions from code review

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

Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: ridingqwerty <[email protected]>
Co-authored-by: Ryan <[email protected]>
arghblargh added a commit to arghblargh/qmk_firmware that referenced this pull request Oct 6, 2021
commit d5fae3a6f96d44a432350d5f487204a962c5f9bc
Author: Grayson Carr <[email protected]>
Date:   Wed Oct 6 11:36:04 2021 -0400

    Updated Keychron Q1 user keymap (#14666)

    * Updated Keychron Q1 user keymap
    - Added Caps Lock indicator
    - Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA

    * Only use VIA keycode range if VIA is enabled

    * Reformatted led_indexes enum to match layout

    * Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned

    * Fixes

    * Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color

    * Fixed int sizing for keycodes

commit f32db0bdd1f25099605ed324f1e8eab9aa7361e4
Author: James Young <[email protected]>
Date:   Wed Oct 6 08:44:57 2021 +0000

    Mode M65S touch-up (#14722)

    * add Configurator data

    * rename README.md to lowercase

    API can't find this file unless the filename is lowercase (`readme.md`).

    * readme touch-up

    Correct typos and improve some grammar and Markdown.

commit c33491d72b6a0da0b589c36200e983a150a0e415
Author: James Young <[email protected]>
Date:   Wed Oct 6 05:53:53 2021 +0000

    MelGeek Mach80: correct Configurator layout (#14716)

    Adds a 0.5u gap between the top two rows.

commit 4782e038d9de07aaead294579176c28b4e8451bc
Author: remanifest <[email protected]>
Date:   Tue Oct 5 20:58:40 2021 -0500

    Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to complete the filesize check without error. (#14718)

    Co-authored-by: John Beard <[email protected]>

commit 3b8c4979dc17a52cd87f30b4986ca46d0b365860
Author: Drashna Jaelre <[email protected]>
Date:   Tue Oct 5 17:50:23 2021 -0700

    [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697)

commit 22470f030206336c970bc5f6e1d82f25520224f5
Author: Drashna Jaelre <[email protected]>
Date:   Tue Oct 5 17:49:39 2021 -0700

    [Keyboard] Add basic Keyhive Sofle support (#14296)

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

commit e8db309613c99d1ffe25320680368d41bf5c8535
Author: MechMerlin <[email protected]>
Date:   Tue Oct 5 16:49:50 2021 -0700

    [Keymap] Some updates to mechmerlin userspace and keymaps (#14711)

commit e762db44bae46c631186c807a9c10fd8e4684535
Author: James Young <[email protected]>
Date:   Tue Oct 5 23:37:42 2021 +0000

    0xc7/61key touch-up (#14712)

    * correct Configurator layout data

    * rename LAYOUT to LAYOUT_60_ansi

    * correct info.json maintainer field

    Use the maintainer's GitHub username.

    * correct the compiling/flashing instructions

    Keyboard value is relative to `qmk_firmware/keyboards/`.

commit aabc0cc8ad44448ae56604e9edd5b40a8aaa3a0b
Author: James Young <[email protected]>
Date:   Tue Oct 5 23:30:09 2021 +0000

    Durgod DGK6X Galaxy: correct Configurator layout (#14714)

    Top row had a y-value of 1, which placed it behind the number row when rendered.

commit 4676a14596f8ad4065acd2e18c892e0ee61ee346
Author: Nick Brassel <[email protected]>
Date:   Wed Oct 6 06:46:36 2021 +1100

    More PR checklist updates (#14705)

    * Wording, clarification.

    * Apply suggestions from code review

    Co-authored-by: Mikkel Jeppesen <[email protected]>

    Co-authored-by: Mikkel Jeppesen <[email protected]>

commit 7a49e5d2078e8e1044f11d0d7d2a67e82867024a
Author: Nick Brassel <[email protected]>
Date:   Tue Oct 5 20:29:52 2021 +1100

    Add clarification for licensing. (#14704)

    * Add clarification for licensing.

    * Errr, v2.

commit 46fe8ab4e28182418a639b92490d6c5ca30897ef
Author: Danny <[email protected]>
Date:   Mon Oct 4 23:38:24 2021 -0400

    [Keyboard] Update Iris default keymap (#14701)

commit 85ba5074825f608501e14594764cdc3c82a08c01
Author: Daniel Cormier <[email protected]>
Date:   Mon Oct 4 21:35:48 2021 -0400

    [Keyboard] Added DC MC 001 (#14661)

commit b441efbdf64d30031854c68a9c76376b38339b1e
Author: moyi4681 <[email protected]>
Date:   Tue Oct 5 09:16:47 2021 +0800

    [Keyboard] add dztech duo_s keyboard (#14625)

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

commit 27d9579fd52b56dd4aa65e14a604ae4eb51386f3
Author: Albert Y <[email protected]>
Date:   Tue Oct 5 07:21:02 2021 +0800

    Document examples on intercepting Mod-Tap (#14502)

    Co-authored-by: Ryan <[email protected]>
    Co-authored-by: Dasky <[email protected]>
    Co-authored-by: filterpaper <filterpaper@localhost>

commit 20f81af98af26d3e15277e402a364a513f986aa6
Author: Zach White <[email protected]>
Date:   Mon Oct 4 09:26:19 2021 -0700

    Allow community layouts to be specified in info.json (#14682)

    * move the community layout detection to python

    * fixup tests

commit f72b2ad720b5b61a6e49b12a9375b97046ed5d8e
Author: Danny <[email protected]>
Date:   Mon Oct 4 01:35:00 2021 -0400

    [Keyboard] Add Iris Rev. 6 (#14683)

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

commit 6279399425c8893b586f68da06a719b94b48b4e2
Author: Drashna Jaelre <[email protected]>
Date:   Sun Oct 3 14:17:46 2021 -0700

    [Keyboard] Fix Mechlovin's Olly/BB keyboard matrix file (#14680)

commit 640869257f996b9f505e73f531b5343dc9124444
Author: Drashna Jaelre <[email protected]>
Date:   Sun Oct 3 14:17:23 2021 -0700

    [Keyboard] Disable RGBLIGHT on mokey64 (#14681)

commit 8782dc824d3d0ffddb087077ef94f728c18140db
Author: tiltowait <[email protected]>
Date:   Sun Oct 3 12:02:51 2021 -0700

    [Keyboard] Add anti-ghosting support to Model M Converter (#14049)

commit 5ece2846b6a4d7ad82a26b2d68d0ec85705f5155
Author: Christian Sandven <[email protected]>
Date:   Sun Oct 3 21:01:15 2021 +0200

    [Keyboard] Fix key routing for Keyprez Rhino ergo keys (#14589)

commit 0acedbe09fb5e92fa5df722799aebc3edd9e2c8d
Author: 4pplet <[email protected]>
Date:   Sat Oct 2 17:17:54 2021 +0200

    [Keyboard] Adding kbnordic nordic60 (#14555)

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

commit 875bbd31dc46d14a3a87d633081d1ba9c1225923
Author: ai03 <[email protected]>
Date:   Sun Oct 3 00:06:37 2021 +0900

    [Keyboard] Add JP60 keyboard (#14219)

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

commit 0eaefb2a6c35fdf15b067181529eacb7335fd562
Author: mechlovin <[email protected]>
Date:   Sat Oct 2 08:00:05 2021 -0700

    [Keyboard] Add Olly BB PCB (#14545)

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

commit 20a689e27cd84c1b80fc2db54bff5a4225cbf6bd
Author: rhmokey <[email protected]>
Date:   Sat Oct 2 22:59:47 2021 +0800

    [Keyboard] Modify mokey64 (#14612)

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

commit 79ad30a9d59c897b8aefb4dad755d74d9f32f15f
Author: john-ezra <[email protected]>
Date:   Sat Oct 2 07:50:55 2021 -0700

    [Keymap] Updates to Personal Kyria Keymap (#14669)

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

commit 54b8d6a89182390533ccd1cb715fbaf59720bf3e
Author: Drashna Jaelre <[email protected]>
Date:   Fri Oct 1 17:13:15 2021 -0700

    [Keyboard] Convert ZSA's Moonlander keyboard to matrix lite (#14667)

commit bed7625f93efab7be5461a1ca24e4a54f7b4202b
Author: negatv <[email protected]>
Date:   Fri Oct 1 18:32:53 2021 -0400

    Add FIRMWARE_FORMAT = hex for /keyboards/kinesis/kint36 and /keyboards/kinesis/kint41 (#14665)

    * Specify hex as the default FIRMWARE_FORMAT which is copied to qmk_firmware root folder

    * Specify hex as the default FIRMWARE_FORMAT which is copied to qmk_firmware root folder

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

commit e54a57d32a55609727ad9e9ca9c4954f9a727798
Author: umi <[email protected]>
Date:   Fri Oct 1 17:24:53 2021 +0900

    [Docs] update Japanese translation of mod_tap.md (#13981)

    * update mod_tap.md translation

    * add id on config_options.md and update text based on comments

commit 52cb19713b794be130563ac20923e8e70e83971e
Author: Purdea Andrei <[email protected]>
Date:   Fri Oct 1 00:24:19 2021 +0300

    Fix documentation for NO_HAPTIC_MOD and NO_HAPTIC_FN features. (#14180)

commit 0be3cd3e2b8a7c5996f39166ab4a8afb986251ee
Author: npspears <[email protected]>
Date:   Thu Sep 30 09:50:18 2021 -0500

    Quark_LP- change MCU and RGB (#14650)

commit 292b7b3835c5518cdb90bc7d5b1d3030292ddbf8
Author: James Young <[email protected]>
Date:   Thu Sep 30 14:48:36 2021 +0000

    Remove firmware size impact notes from <keyboard>/rules.mk (#14652)

commit 0b37e07f907cbb9654ecbc6449bb690f91f9ab20
Author: Ryan <[email protected]>
Date:   Thu Sep 30 19:17:20 2021 +1000

    Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)

commit a8e13f041e55fe46d7168eecf1c9862f22ef5f3e
Author: James Young <[email protected]>
Date:   Thu Sep 30 08:20:46 2021 +0000

    Mechlovin Hex4B: extend layout support (#14651)

    * use XXX for KC_NO in hex4b.h

    * add matrix diagram to hex4b.h

    * rename LAYOUT to LAYOUT_all

    * remove reference to KBFirmware JSON Parser

    * info.json: add line breaks between rows

    * rename LAYOUT_all to LAYOUT_split_bs

    - LAYOUT alias for backward compatibility
    - LAYOUT_all alias to signify support for every matrix position

    * add LAYOUT_2u_bs

    * add LAYOUT_tsangan_split_bs

    * add LAYOUT_tsangan_2u_bs

    * info.json: remove meta key

commit 36bc3c867eda54921b64b2f4e7262a371dbecd65
Author: Ryan <[email protected]>
Date:   Thu Sep 30 08:14:21 2021 +1000

    Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)

commit 8fccd82d4ec8292892067ab06dd235cf9b2d1565
Author: James Young <[email protected]>
Date:   Wed Sep 29 19:48:37 2021 +0000

    Mechlovin Hannah60RGB touch-up (#14646)

    * use XXX for KC_NO in rev1.h

    * add matrix diagram to rev1.h

    * remove reference to KBFirmware JSON Parser from rev1.h

    * use XXX for KC_NO in rev2.h

    * add matrix diagram to rev2.h

    * add LAYOUT_60_ansi and LAYOUT_60_iso

    * enable Community Layout support

    * update info.json metadata

    - specify keyboard revision in keyboard_name
    - use GitHub username in maintainer field

    * remove reference to KBFirmware JSON Parser from main rules.mk

commit 02ab7b1888e6572178543ca0b944e4fa14cdf974
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 29 11:37:11 2021 -0700

    [Core] Fix "6kro enable" and clarify naming (#14563)

    * Fix USB_6KRO_ENABLE compilation errors

    * Add info to docs

    * Rename define to be more accurate

    * Remove unused rule

    * Refixe docs

commit 1e54796f0cf469e2c1fdd880cc288b04e7b83985
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 29 11:16:11 2021 -0700

    [Keymap] Update to Drashna Code (#14644)

commit 929d959ef9e2572b4744930d86e322936e6e1f0e
Author: npspears <[email protected]>
Date:   Wed Sep 29 11:55:58 2021 -0500

    [Keyboard] add support for Quark_LP (#14552)

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

commit 03df75455126ecd395957bcbad48d19ca91fdbd5
Author: vattern <[email protected]>
Date:   Wed Sep 29 17:55:34 2021 +0100

    [Keyboard] Update Grandiceps to Rev2 (#14618)

    Co-authored-by: Ryan <[email protected]>
    Co-authored-by: Dasky <[email protected]>
    Co-authored-by: Thys de Wet <[email protected]>

commit c89f74b929721d01bf8177aa10c3cd721247a857
Author: jonavin <[email protected]>
Date:   Wed Sep 29 12:42:53 2021 -0400

    [Keymap] Jonavin murphpad keymap update (#14637)

    Co-authored-by: Jonavin <=>

commit 0338481090f4c2330a7fd237416cf66ba2bd4d22
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 29 09:30:25 2021 -0700

    [Keyboard] Updates for Tractyl Manuform config (#14641)

commit 363eb645fc524efecc63b723a4b6d92fce29beaa
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 29 00:38:41 2021 -0700

    [Keyboard] Fix end of file issue for Owlab suit80 (#14640)

commit 046e3ce5c9291ca36d55e7407f765dee3a89462e
Author: Grayson Carr <[email protected]>
Date:   Tue Sep 28 22:45:29 2021 -0400

    [Keymap] Keychron Q1 user keymap (#14636)

commit 02b760c6b0c72b8201a8a182654f0f277461a9d4
Author: James Young <[email protected]>
Date:   Tue Sep 28 23:02:48 2021 +0000

    convert checkerboards/quark_squared:via rules.mk to Unix line endings (#14638)

commit 732535c1bb381bbe93e9efc1cb1260bda67644a6
Author: James Young <[email protected]>
Date:   Tue Sep 28 21:49:35 2021 +0000

    Mechlovin Delphine: add LAYOUT_numpad_6x4 (#14635)

    * add LAYOUT_numpad_6x4

    * tidy-up info.json data

    * use GitHub account name for maintainer field
    * remove meta key

    * add matrix diagram to delphine.h

    * update Community Layout support

commit 873a1999bb962834d88713796741c22339fb670f
Author: Ryan <[email protected]>
Date:   Wed Sep 29 06:08:46 2021 +1000

    Move "firmware size check skipped" note to message.mk (#14632)

commit 705cd433c22aad00b12183eaa3bada50d90fd97b
Author: jonavin <[email protected]>
Date:   Tue Sep 28 15:24:12 2021 -0400

    [Keymap] fix NKRO - switch to get_mods() and refactor encoder action code (#14278)

    Co-authored-by: Jonavin <=>

commit 724ee240751fdfedf33d75fee10d2b97d9f9e3da
Author: Greg Knapp <[email protected]>
Date:   Tue Sep 28 20:23:38 2021 +0100

    [Keyboard] Yampad VIA support (#14397)

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

commit 4a2062cc0169785a6cd51a4a5de2bda8f0f78a40
Author: owlab-git <[email protected]>
Date:   Wed Sep 29 03:22:56 2021 +0800

    [Keyboard] Add OwLab Suit80 (#14362)

    * add suit80 files

    * first add suit80 files

    * modified suit80 files

    * layout change

    * modified again

    * changed png url

commit bc818352a309043b487ca2ad6b8e0ea10f8672b4
Author: Alexander Kagno <[email protected]>
Date:   Tue Sep 28 13:21:10 2021 -0600

    [Keymap] arkag userspace/keymap -- new macro and minor preonic keymap change (#14623)

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

commit ac1d48cbf550322c88b51d6ade56eebfb46969fa
Author: Harshit Goel <[email protected]>
Date:   Wed Sep 29 00:30:34 2021 +0530

    [Keyboard] Pteron36 (#13475)

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

commit adc7cc5981561a537a2d83647bd84df3d4447ded
Author: James Young <[email protected]>
Date:   Tue Sep 28 16:38:34 2021 +0000

    Mechlovin Adelais: add support for full-length Right Shift (#14622)

    * add layout variants with 2.75u Right Shift

    * move layout alias to info.json

    * match info.json labels to matrix positions

    Edits the label keys in info.json to match the matrix position identifiers in adelais.h.

    * info.json: add line breaks between keyboard rows

    * info.json: use GitHub username in maintainer field

commit 02451fcc7507128ea7bded71962e19df2b2ecb02
Author: Dasky <[email protected]>
Date:   Tue Sep 28 06:26:30 2021 +0100

    [Keyboard] Add dz60rgb_ansi v2_1 (#14614)

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

commit 574b3d8a5a6891fff6d8058abc5c091f65f8dec2
Author: Sergi Meseguer <[email protected]>
Date:   Tue Sep 28 07:10:10 2021 +0200

    [Keyboard] z12 micropad by zigotica (#14583)

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

commit 2742d0c4c119c35980997ee43d9ce0fc412ec250
Author: peepeetee <[email protected]>
Date:   Tue Sep 28 13:00:47 2021 +0800

    [Keyboard] Add BM80 Keyboard (#12948)

    * Initial compatibility with bm80

    * move files to kprepublic directory, see #12159

    * fix pin assignment

    * Revert "fix pin assignment"

    This reverts commit 5a53a74953a23bb5064c11d5d9e6daf007a54872.

    * add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken

    * fixed flags( not sure, please check)

    * fixed number of LEDs

    * add comment about f11

    * remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED

    * readme.md

    * add via keymap

    * add info.json with help from noroadsleft's converter

    * add suspended state implementation, I don't think it's working

    * update to my testing setup

    * restore erroneously included bm68rgb config

    * Update keyboards/kprepublic/bm80/config.h

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

    * add reset instructions

    * change reset instruction grammar

    * remove not working sleep function, add comment for RGB flags

    * add LED mapping comments

    * change readme grammar

    * replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects

    * re-enable peepeetee/config.h, updating my disabled effect list

    * updating my disabled effect list

    * update LED struct documentation

    * update readme with RGB matrix effect information

    * Update keyboards/kprepublic/bm80/rules.mk

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

    * move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159

    * Apply suggestions from code review

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

    * cleanup peepeetee keymap

    * update peepeetee keymap; rebase on current master

    * moved to /kprepublic, see #12159

    * Apply suggestions from code review

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

    * Apply suggestions from code review

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

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

commit ae993dc068b18f87174a8e313d84fcf88281147f
Author: Ryan <[email protected]>
Date:   Tue Sep 28 03:50:06 2021 +1000

    Zinc: Clean up LTO rules (#14597)

commit e8b7cee9d321d24467fe408f2915cc69a44bcc4d
Author: Ryan <[email protected]>
Date:   Tue Sep 28 03:46:10 2021 +1000

    SquishyTKL: Layouts cleanup (#14594)

commit fce9cb933845bf0b74d322eba02de3b76daaeb84
Author: Zach White <[email protected]>
Date:   Mon Sep 27 10:02:54 2021 -0700

    Cleanup issues identified by lgtm (#14459)

    * cleanup issues identified by lgtm

    * fix the git_status check

commit 5f38a98fa07677be960b71b8e3b0a1785effe0d8
Author: peott-fr <[email protected]>
Date:   Sun Sep 26 21:41:48 2021 -0700

    Adding SP Mini keymap. (#14593)

commit 3823fdc9e0a059040edb43e954dc2c9d3d3d8c45
Author: Drashna Jaelre <[email protected]>
Date:   Sun Sep 26 09:50:22 2021 -0700

    [Keyboard] Fix Compile issues for Signum 3.0 (#14588)

    * [Keyboard] Fix Compile issues for Signum 3.0

    * quantuuum

commit f07de1b3094fbb94a70435c80b06b676db1f46b8
Author: Drashna Jaelre <[email protected]>
Date:   Sun Sep 26 07:54:17 2021 -0700

    [Keyboard] Fix double comment in config files (#14615)

commit 03f4c53564550024821aafadef69b5daaaa09abd
Author: James Young <[email protected]>
Date:   Sun Sep 26 10:10:40 2021 +0000

    Unicomp Mini M handwired Configurator fix (#14609)

    * apply human-friendly formatting

    * correct info.json data

commit 6f36eb469d11fd9619add54c2e037e50069d1eee
Author: James Young <[email protected]>
Date:   Sun Sep 26 09:57:20 2021 +0000

    Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R

    * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z

    * Remove unused Magic Key definitions from keyboard-level config.h, 0-9

    * Remove unused Magic Key definitions from keyboard-level config.h, A

    * Remove unused Magic Key definitions from keyboard-level config.h, B

    * Remove unused Magic Key definitions from keyboard-level config.h, C

    * Remove unused Magic Key definitions from keyboard-level config.h, D-E

    * Remove unused Magic Key definitions from keyboard-level config.h, F-H

    * Remove unused Magic Key definitions from keyboard-level config.h, handwired

    * Remove unused Magic Key definitions from keyboard-level config.h, I-K

    * Remove unused Magic Key definitions from keyboard-level config.h, L-M

    * Remove unused Magic Key definitions from keyboard-level config.h, N-R

    * Remove unused Magic Key definitions from keyboard-level config.h, S-V

    * Remove unused Magic Key definitions from keyboard-level config.h, W-Z

    * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic

    * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h

commit 95733d1c165e0f8af031cd79e58e9a49539647bb
Author: James Young <[email protected]>
Date:   Sun Sep 26 07:01:11 2021 +0000

    Remove references to KBFirmware JSON Parser (#14608)

    * remove refs: exclusive/e85/soldered

    * remove refs: handwired/bigmac

    * remove refs: handwired/boss566y/redragon_vara

    * remove refs: handwired/marauder

    * remove refs: id67

    * remove refs: kprepublic/bm60rgb

    * remove refs: playkbtw/helen80

    * remove refs: sam/sg81m

    * remove refs: sawnsprojects/satxri6key

    * remove refs: yncognito/batpad

commit 14f0a417c7de9f71cf83723f4bb5852cdac03ab7
Author: James Young <[email protected]>
Date:   Sun Sep 26 05:48:14 2021 +0000

    GG Keyboards Genesis: Layout Macro update and clean-up (#14606)

    * Genesis Hotswap: rename LAYOUT to LAYOUT_tkl_ansi

    * Genesis Hotswap: delete blank layers from default keymap

    Results in a smaller compiled firmware size.

    * Genesis Hotswap: tidy-up via keymap

    Fixes the visual alignment of keycodes.

    * Genesis Hotswap: specify Hotswap in info.json

    * Genesis Hotswap: enable Community Layout support

    * Genesis Hotswap: remove KBFirmware Parser references

    * Genesis Hotswap: specify Hotswap in config.h

    * Genesis Solder: correct keyboard layout

    * Genesis Solder: rename LAYOUT to LAYOUT_all

    I don't actually know with certainty that this *is* LAYOUT_all, but in the absence of more concrete information, I'm going with this.

    * Genesis Solder: delete blank layers from default keymap

    Results in a smaller compiled firmware size.

    * Genesis Solder: tidy-up via keymap

    Fixes the visual alignment of keycodes.

    * Genesis Solder: specify Hotswap in info.json

    * Genesis Solder: add LAYOUT_tkl_ansi

    * Genesis Solder: enable Community Layout support

    * Genesis Solder: remove KBFirmware Parser references

    * Genesis Solder: specify Solder in config.h

commit 532cfd56ca47e5fdba2d759747dd4ac358e0af3a
Author: James Young <[email protected]>
Date:   Sun Sep 26 05:22:04 2021 +0000

    Exclusive E6 RGB Refactor (#14604)

commit 8c76e1ec08390316127f9eeb076033a0e1ecf8b3
Author: James Young <[email protected]>
Date:   Sun Sep 26 04:53:57 2021 +0000

    FLX Virgo: metadata clean-up (#14605)

    * correct maintainer field in info.json

    * remove KBFirmware Parser references

commit 3296c26c9829ec261261a273130197235b05b05e
Author: James Young <[email protected]>
Date:   Sat Sep 25 19:25:43 2021 +0000

    Saka68 Solder Refactor (#14596)

    * rename LAYOUT to LAYOUT_68_ansi

    * tidy-up keymaps

    Adjusts indenting for readability/aesthetics.

    * add LAYOUT_68_iso macro

    * enable Community Layout support

    * add Split Backspace layout variants

    * remove KBFirmware Parser references

    * correct keyboard metadata

commit 5c2d15573d32b839f0cf7915ef141812ab03bfdf
Author: James Young <[email protected]>
Date:   Sat Sep 25 18:03:00 2021 +0000

    Saka68 Hotswap Refactor (#14595)

    * rename LAYOUT to LAYOUT_68_ansi

    * tidy-up keymaps

    Adjusts indenting for readability/aesthetics.

    * remove default keymap readme

    * add LAYOUT_68_iso macro

    * enable Community Layout support

    * remove KBFirmware Parser references

    * correct keyboard metadata

    * specify keyboard variant in info.json and config.h
    * correct maintainer field in info.json

commit aee0b0097b1a868fe63fe3be66c6c2947fcb3067
Author: Bahrul Hidayat <[email protected]>
Date:   Sun Sep 26 00:49:58 2021 +0800

    [Keyboard] add keyboard dyz_TKL (#14535)

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

commit 29079e54f140c5e1e9ef215cb16881e378bae2be
Author: Bahrul Hidayat <[email protected]>
Date:   Sun Sep 26 00:49:26 2021 +0800

    [Keyboard] add keyboard dyz40 (#14533)

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

commit 8b0b858db957da74c77f737580f32009747ac8f1
Author: Bahrul Hidayat <[email protected]>
Date:   Sun Sep 26 00:48:47 2021 +0800

    [Keyboard] add keyboard selka40 (#14560)

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

commit c74bd72d4fde99a611e54bba18bdab4d2f24e038
Author: Albert Y <[email protected]>
Date:   Sun Sep 26 00:47:56 2021 +0800

    [Keyboard] Fix pin spacing alignmnent (#14592)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit 68c327f6724347c06e0d62d6190945e09a42e240
Author: Ryan <[email protected]>
Date:   Sat Sep 25 18:31:24 2021 +1000

    Remove keyboard-level `COMBO_ENABLE` rules (#14550)

commit 3be47b3eaa7e18c49872d778d966a27de73004a5
Author: Drashna Jaelre <[email protected]>
Date:   Fri Sep 24 16:29:47 2021 -0700

    [Keyboard] Fix default keymap for Potato65s (#14587)

commit 216620ee769a97179074d8297998d9ea914f0c4e
Author: James Young <[email protected]>
Date:   Fri Sep 24 23:29:08 2021 +0000

    tidy up Clawsome Boards info.json files (#14586)

    * removes `meta` field
    * changes `maintainer` field to use GitHub username

commit 9e87b47a9cc0e560258009bc2448dc3e43c369b5
Author: James Young <[email protected]>
Date:   Fri Sep 24 23:28:25 2021 +0000

    Aozora Hotswap info.json clean-up (#14585)

    * clean up info.json

    * correct maintainer field to use GitHub username
    * remove `meta` key

    * clean up readme.md

    * correct key count in intro paragraph

commit 4493a05b74d8852222faa776d140233745114c53
Author: Stan Gurenkov <[email protected]>
Date:   Fri Sep 24 13:05:29 2021 -0400

    [Keyboard] refactor signum30 (#14527)

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

commit 60b13d04cdf4b27f387be90d830dd196c38b1362
Author: James Young <[email protected]>
Date:   Fri Sep 24 16:29:58 2021 +0000

    Alf X2 Refactor (#14572)

commit 076a332613229110bb39d572f5b342306d380a74
Author: James Young <[email protected]>
Date:   Fri Sep 24 16:29:46 2021 +0000

    Swift65 Solder Refactor (#14579)

commit 3778dd5727e2ba468e559bc949b0f74827fe1a97
Author: WiZ.GG <[email protected]>
Date:   Fri Sep 24 19:59:18 2021 +0330

    [Keyboard] add 2 keys in jkb65 keymap (#14576)

commit 863d9c35feb583356c92aaa04c1b0f234febabc1
Author: Andrew Braini <[email protected]>
Date:   Fri Sep 24 12:27:29 2021 -0400

    [Keyboard] Create the battleship gamepad keyboard. (#14551)

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

commit 257bc473e5483b1411bb5015ccbbaadd08e6ff24
Author: Aeonstrife <[email protected]>
Date:   Fri Sep 24 21:43:53 2021 +0530

    [Keyboard] Add Potato65 Solderable PCB (#14047)

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

commit 768803ef727b3436a057257d83234809ed0e444f
Author: Nick Abe <[email protected]>
Date:   Sat Sep 25 00:57:08 2021 +0900

    [Keyboard] PLX info.json update (#14536)

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

commit 2d079c984f9dbf73124d1a07f530d2b2dca44932
Author: Nick Abe <[email protected]>
Date:   Sat Sep 25 00:56:37 2021 +0900

    [Keyboard] Add Rotor Keyboard (#14407)

    * rotor keyboard

    * readme image

    * info.json update

    * Update readme.md

    * Update keyboards/rotor/rules.mk

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

    * Update keyboards/rotor/info.json

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

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

commit 4f37084677d7868362809bdd7df44d44efab2b67
Author: clickclackwho <[email protected]>
Date:   Fri Sep 24 08:43:05 2021 -0700

    [Docs] Broken FAQ hyperlink (#14578)

commit 77bb907feeb17f5a97544276d8a2e1b9cb512038
Author: Albert Engelbrecht <[email protected]>
Date:   Fri Sep 24 02:30:52 2021 -0500

    [Keyboard] Added A. Dux keyboard configurations (#14320)

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

commit c6f92e37aad673e9f6bc7694d5f8829bbb8b87de
Author: phrygiandesign <[email protected]>
Date:   Fri Sep 24 17:25:33 2021 +1000

    [Keyboard] Add phrygian design ph100 (#13738)

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

commit c242693ec7c1f99b51026fc6870de6d949054713
Author: ryanbughuang <[email protected]>
Date:   Fri Sep 24 14:41:05 2021 +0800

    [Keyboard] Add sam/sg81m layout (#13432)

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

commit e36c2cbf900c1232750e742ebf9ce365c747fc16
Author: Albert Y <[email protected]>
Date:   Fri Sep 24 14:32:40 2021 +0800

    [Keyboard] Disable console on Sofle for size concerns (#14577)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit 30140f48d0968460fff7ef15994b616ee10e3d3f
Author: umi <[email protected]>
Date:   Fri Sep 24 14:51:34 2021 +0900

    [Docs] update Japanese translation of pr_checklist.md (#13693)

    * update pr_checklist.md translation

    * update file based on comments

    * add id on feature_led_indicators.md and update text based on comments

    * update file based on comments

    * update file based on comment

commit f4e42bde4a9c8671b1263c356615a1762a2790ab
Author: Sets3n <[email protected]>
Date:   Fri Sep 24 03:16:20 2021 +0800

    kk980 - Fix Configurator rendering (#14556)

    * add kk980

    * fix

    * fix config.h

    * Modified readme.md

    * fix

    * Modified format.

    * Modified image.

    * Modified rules.mk

    * Modified rules.mk + #

    * fix info.json: keys dislocation

commit a68c4d8b8150d936b700a4d1f2f9670f97b78b87
Author: Drashna Jaelre <[email protected]>
Date:   Thu Sep 23 12:08:23 2021 -0700

    [Keyboard] Update default keymaps for OLKB boards (#14565)

commit 29f199f456e4ef364926d0d5babd96b708393955
Author: James Young <[email protected]>
Date:   Thu Sep 23 18:01:49 2021 +0000

    AMJ96 Refactor (#14571)

    * clean up amj96.h

    - use #pragma once include guard
    - remove extra comments
    - update matrix position alignment (easier readability)

    * info.json: apply human-friendly formatting

    * rename LAYOUT to LAYOUT_all

    * clean up rules.mk

    Align to QMK's AVR template.

    * clean up default keymap

    - use four-space indent
    - add RESET keycode (Fn+R)
    - remove unnecessary functions

    * clean up config.h

    - use #pragma once include guard
    - move lighting settings to the middle of the file (QMK template conformance)
    - remove Magic and MIDI configuration blocks

    * update readme.md file

    - update keyboard info list
    - add flashing instructions
    - update Docs links
    - remove trailing spaces

    * remove "empty" config.h and readme.md from default keymap

commit 66857b919beccfc9d3395ffe1f88cb39e044aca3
Author: James Young <[email protected]>
Date:   Thu Sep 23 08:31:11 2021 +0000

    Wuque Mammoth20x Layout Macro Refactor (#14568)

    * mammoth20x: edit size of RightEncode key in Configurator

    * physically arrange layout macro

    Arranges the keycodes to resemble the assembled board.

    * rename LAYOUT_default to LAYOUT

    Includes "layout_aliases" tree in info.json for backwards compatibility.

    * rules.mk touch-up

    * convert tabs to spaces
    * add line break before ENCODER_ENABLE (not included in QMK's template)

    * readme.md touch-up

    * remove zero-width space characters
    * markdown fix for info paragraph
    * update link text

commit 62ef4a9c8a05d52000504eabef0f1d92a74ade86
Author: James Young <[email protected]>
Date:   Thu Sep 23 07:49:02 2021 +0000

    Meira Refactor (#14566)

    * clean up keyboard header files

    * use #pragma once include guard
    * convert tabs to spaces
    * remove redundant #include statements
    * update revision references to main header (`../meira.h` -> `meira.h`)

    * refactor default keymap

    * use LAYOUT as layout macro reference
    * use enum statement for layer indexes; make layers contiguous
    * use four-space indent
    * update keycode grid alignment

    * update layout macro aliases

    * move layout macro aliases to info.json
      * alias KEYMAP to LAYOUT_ortho_4x12 so the user keymaps don't have to be edited

    * touch up meira.h

    There's no Planck MIT layout reference here.

    * add copyright headers

    * workaround patch for grahampheath keymap

    The `matrix_init_kb()` function in `meira.c` calls `backlight_set()`, but the grahampheath keymap disables Backlight to make space for Audio, causing the firmware to fail to compile.

    This commit wraps the `backlight_set()` call in an ifdef statement, so the call is excluded if Backlight is disabled.

    * clean up rules.mk inline comments

    * re-order rules.mk settings

    * clean up readme.md

    * correct link to keyboard image
    * change metadata section to unordered list
    * spelling corrections
    * update make instructions and Docs links

commit 0fc15f4d30311402bb6dbf74806a0c5ed00cb135
Author: umi <[email protected]>
Date:   Thu Sep 23 13:02:32 2021 +0900

    [Docs] update Japanese translation of feature_backlight.md (#14403)

    * update feature_backlight.md translation

    * update file based on comments

commit 7f0c397c72a3e4ba68e3b5c1a28cd57b7b0ad6f1
Author: umi <[email protected]>
Date:   Thu Sep 23 13:01:42 2021 +0900

    [Docs] update Japanese translation of feature_advanced_keycodes.md (#14309)

    * update feature_advanced_keycodes.md translation

    * update file based on comments

commit 53475773461c3a76ee253d99efef2a693fa1fca3
Author: umi <[email protected]>
Date:   Thu Sep 23 12:58:56 2021 +0900

    [Docs] update Japanese translation of isp_flashing_guide.md (#13700)

    * update isp_flashing_guide.md translation

    * update isp_flashing_guide.md translation

    * correct url

    * trim remaining merge identifier

commit 7bfc6083b75ec148c98487bece596f6e12c17e2c
Author: umi <[email protected]>
Date:   Thu Sep 23 12:55:19 2021 +0900

    [Docs] update Japanese translation of feature_leader_key.md (#13669)

    * update feature_leader_key.md translation

    * update file based on comments

    * update text based on comments

commit 618a28c6ae382e84fcf4b40e3247153086c12e43
Author: umi <[email protected]>
Date:   Thu Sep 23 12:52:53 2021 +0900

    [Docs] update Japanese translation of one_shot_keys.md (#13656)

    * update one_shot_keys.md translation

    * update one_shot_keys.md translation

    * correct paramter for function

    * add change of #13754

commit 4062860c053ca275a155f62db4680205c0bfb3da
Author: drhigsby <[email protected]>
Date:   Wed Sep 22 18:02:49 2021 -0700

    [Keyboard] Bkf (#14534)

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

commit 1aaef6c9884822a3abecf2e664af9bb21e0000c3
Author: James Young <[email protected]>
Date:   Wed Sep 22 19:33:41 2021 +0000

    Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) (#14567)

    * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22)

    * update keyboards/handwired/slash/rules.mk per fauxpark

commit ce5bb612a9605dbc9f4b6e62a28d1931331e8298
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 22 09:53:03 2021 -0700

    [Keyboard] Fix default keymap for Draytronics Elise V2 keyboard (#14562)

commit 57d4e80845781af4387bbcc30784e163ea15617e
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 22 09:47:56 2021 -0700

    [Keyboard] Disable console on Smallkeyboard (#14561)

commit 01b0eeac1ebbf45ef974152f240b3132470d0da6
Author: Blake <[email protected]>
Date:   Wed Sep 22 07:49:46 2021 +0100

    [Keyboard] Version 2 of Draytronics Elise Keyboard + ISO Keymap Change (#14253)

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

commit c78a057ec4f3da9487f5fcce29a35785c930e17c
Author: Sets3n <[email protected]>
Date:   Wed Sep 22 14:38:07 2021 +0800

    [Keyboard] add kk980 keyboard (#14436)

commit 5ddbabfa2a8ee7ce75dcbc30397eb5d588f9e51d
Author: Drashna Jaelre <[email protected]>
Date:   Tue Sep 21 22:51:54 2021 -0700

    [Keyboard] Fix jkb65 compile issues (#14554)

commit ea5735b0741764acab905e1137dab9de1e3cf5a6
Author: Drashna Jaelre <[email protected]>
Date:   Tue Sep 21 22:39:19 2021 -0700

    [Keyboard] Fix font file for Ein 60 Keyboard (#14553)

commit 9c564b6a5fc249af397e1c1b0ec237a2629072e8
Author: Brandon Claveria <[email protected]>
Date:   Tue Sep 21 21:25:59 2021 -0700

    [Keyboard] Add Dango40 (#14437)

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

commit c8a3353003bbe706258adc0a4a859b5c2c987cd3
Author: Caleb Lightfoot <[email protected]>
Date:   Tue Sep 21 23:24:44 2021 -0500

    [Keyboard] Add Free Willy Keyboard (#14394)

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

commit 02556b3d8adcca4301ba88762e30244accbc0327
Author: Vinam Arora <[email protected]>
Date:   Wed Sep 22 09:54:14 2021 +0530

    [Keyboard] 0-Sixty: Splits kb config into base and underglow (#14384)

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

commit 4e0125c22c0271cbb5689eb501e60721706bedcb
Author: kopibeng <[email protected]>
Date:   Wed Sep 22 12:23:51 2021 +0800

    [Keyboard] Add support for XT8x (#14440)

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

commit f37af05f2ac00689aa14492705eafa9f689fec41
Author: milostatsea <[email protected]>
Date:   Wed Sep 22 06:22:04 2021 +0200

    [Keyboard] fixed one of the unicode drawings of the layout in dz60.h (#14482)

commit 88f6776216abca69529f470982e70f36beb560b3
Author: WiZ.GG <[email protected]>
Date:   Wed Sep 22 07:51:44 2021 +0330

    [Keyboard] Add JadooKB JKB65 RGB (#14525)

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

commit e0022daf116a480a8884e549b1fef2fc4c604234
Author: Pylon <[email protected]>
Date:   Wed Sep 22 00:21:23 2021 -0400

    Changed VENDOR_ID and PRODUCT_ID of Boston keyboard (#14528)

commit 88283cdab8be24000698b7a942725c591581cf8f
Author: precondition <[email protected]>
Date:   Wed Sep 22 06:19:50 2021 +0200

    [Keyboard] Add commented out OLED/encoder code in default Kyria (#14539)

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

commit 43e88f34aa2587b16ca3f344ae7c40e2dcb5b622
Author: James Smith <[email protected]>
Date:   Wed Sep 22 00:18:25 2021 -0400

    [Keyboard] add ein_60 (#14398)

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

commit 208ea0e18cc6725c173e106a88528fb0576f3ce6
Author: Drashna Jaelre <[email protected]>
Date:   Tue Sep 21 21:16:19 2021 -0700

    [Keyboard] smallkeyboard fix of rgb matrix config (#14548)

commit 033a318bdfafa8f90fc259e91bbebf10bc6bc7ca
Author: Salicylic-acid3 <[email protected]>
Date:   Wed Sep 22 09:12:57 2021 +0900

    [Keyboard] Addition of VIA keymap and a few fixes for naked48 (#14177)

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

commit 45f88af4a12938072f58d89769145c46a30fb38c
Author: Dasky <[email protected]>
Date:   Wed Sep 22 00:40:19 2021 +0100

    [Docs] update suspend_*_user examples (#14542)

commit bb754069e95237bec69cc23845e2515eea5f33e4
Author: zhouqiong19840119 <[email protected]>
Date:   Wed Sep 22 06:52:39 2021 +0800

    [Keyboard] smallkeyboard support (#12817)

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

commit 32a96be09321870e7d7d084c893dee599e47132b
Author: Laneware <[email protected]>
Date:   Wed Sep 22 08:06:56 2021 +1000

    [Keyboard] Macro-1 keyboard by Laneware Peripherals (#14472)

commit 922fbea5589b320ff57ca261f402bb9e63325496
Author: bt66tech <[email protected]>
Date:   Wed Sep 22 04:45:26 2021 +0700

    [Keyboard] add via keymap support for bt66tech/bt66tech60 (#13818)

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

commit be273bd0032d09b622368be22a3c99df63cecf37
Author: qpockets <[email protected]>
Date:   Tue Sep 21 17:16:16 2021 -0400

    [Keyboard] add wanten keyboard to QMK (#14410)

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

commit bd0040068e28b6df20693df2453591fc8f3f073a
Author: kopibeng <[email protected]>
Date:   Wed Sep 22 05:15:09 2021 +0800

    [Keyboard] Add support for MNK88  (#14435)

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

commit cebc5688a09ce0fb9a6163dcea9155041ba89d5c
Author: 3araht <[email protected]>
Date:   Wed Sep 22 06:13:36 2021 +0900

    [Keyboard] add bandominedoni keyboard (#13116)

commit c8a58691146495e5506a355d6fb6d65edbc78e79
Author: qpockets <[email protected]>
Date:   Tue Sep 21 17:12:55 2021 -0400

    [Keyboard] add synapse pcb (#14428)

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

commit 376968ade4e102f7a526252599755af4c16dd525
Author: Purdea Andrei <[email protected]>
Date:   Wed Sep 22 00:09:01 2021 +0300

    [Keyboard] Add 5 boards by the OverNumpad Controller (#14382)

    * Add initial implementation of 5 keyboards supported by the OverNumpad Controller.

    * Apply suggestions from code review

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

    * Apply changes similar to other code review suggestions.

    * Apply suggestions from code review

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

    * Apply changes similar to other code review suggestions.

    * overnumpad controller info.jsons: update maintainer and url.

    * classic_ultracl_pre_2013: added support for the default 'fullsize_ansi' layout

    * classic_ultracl_pre_2013: moved the order of the iso enter key in the layout macro to be considered to be on the bottom row, like in the default fullsize_iso layout. Rename the iso layout to fullsize_iso, and enable it in rules.mk

    * Removed QMKBEST and QMKURL

    * Apply suggestions from code review

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

    * Deleting empty files

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

commit 8d32ddd8e948136a992ab3c10d13c7dbf9e1e119
Author: Phil Pirozhkov <[email protected]>
Date:   Wed Sep 22 00:07:55 2021 +0300

    [Keyboard] gBoards GergoPlex (#13027)

    * Moved gergoplex to seperate PR

    * vendor + cformat

    * Update keyboards/gboards/k/gergoplex/matrix.c

    Co-Authored-By: Drashna Jaelre <[email protected]>

    * lifiting keyboards up

    * Update readme.md

    * Update keyboards/gboards/gergoplex/config.h

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

    * remove English dicts

    * cformatted

    * Prettify keymap

    * Remove via keymaps

    Via doesn't support chords/combos, and this makes the keymap on such a
    small keyboard quite uncomfortable and incomplete.

    * Address QMK pull code review notes

    * Cleanup (tabs, excessive comments)

    * Fix keymap typos

    * Use enum to define layers

    * Multiple changes

     - got rid of LAYOUT_kc in favour of LAYOUT_split_3x5_3
     - fixed matrix custom C code to build with updated external dependencies (gcc)
     - fixed used combo docs

        keyboards/gboards/gergoplex/matrix.c:189:9: error: implicit declaration of function 'phex' [-Werror=implicit-function-declaration]
                 phex(row);
                 ^~~~
        keyboards/gboards/gergoplex/matrix.c:191:9: error: implicit declaration of function 'pbin_reverse16'; did you mean 'print_bin_reverse16'? [-Werror=implicit-function-declaration]
                 pbin_reverse16(matrix_get_row(row));

    * Remove apparently redundant macros

    * Replace direct pin control with IO functions

    * config mouse enable and combo delay fix

    The default delay is 200:

        #define COMBO_TERM 200
            how long for the Combo keys to be detected. Defaults to TAPPING_TERM if not defined.

        tmk_core/common/action_tapping.h|22| 13:#    define TAPPING_TERM 200

    * Remove redundant defines

    * Unambiguously refer to the Special layer

    * Fix formatting

    * gboards/gergoplex set IGNORE_MOD_TAP_INTERRUPT

    This solves my issue was with KC_CTL_A working correctly and it was set in @germ's repo
    https://github.com/germ/qmk_firmware/blob/39c86e080dc04b68ee08387dcb5144c88cb44855/keyboards/gboards/k/gergoplex/config.h#L49

     https://beta.docs.qmk.fm/using-qmk/software-features/tap_hold#ignore-mod-tap-interrupt

    * Name change

    See commit 581368596ed

    * Wording change

    * Update keyboards/gboards/gergoplex/keymaps/default/keymap.c

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

    * Add copyright headers

    * Fix debounce type

     | avr-gcc: error: .build/obj_gboards_gergoplex_default/quantum/debounce/eager_pr.o: No such file or directory

    * Implement colemak-dhm keymap

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

commit d84794b35213fe95a712468c21ae4a4cad2795e3
Author: Ryan <[email protected]>
Date:   Wed Sep 22 02:54:36 2021 +1000

    Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)

commit be3259b793a1fe4f42c20707e187371dd917a18f
Author: Ryan <[email protected]>
Date:   Wed Sep 22 02:21:10 2021 +1000

    Remove outputselect.h include from BIOI code (#14543)

commit 19e33b685fe6ca05bc1c986a272c790ea0cdba45
Author: Dasky <[email protected]>
Date:   Tue Sep 21 15:52:57 2021 +0100

    [Docs] Modify encoder_update_user example to return false (#14541)

commit 6b74e48f81fd22f4b982c686df9c8d1f8efae571
Author: Ryan <[email protected]>
Date:   Tue Sep 21 20:04:03 2021 +1000

    Remove audio pin references in rules.mk (#14532)

commit 574b6734afb6ec7073f6fb816dd454f03b7eb26f
Author: Ryan <[email protected]>
Date:   Mon Sep 20 16:51:00 2021 +1000

    Remove backlight pin references in rules.mk (#14513)

commit e25d37454c9c228003651ba5eeae468930ae572d
Author: Ben Lipson <[email protected]>
Date:   Sun Sep 19 15:23:40 2021 -0500

    [Keymap] blipson corne keymap (#14469)

    revert lib/chibios

    revert lib/chibios

    Finish up

    remove files

    Update copyrights

    remove copyrights

    readd copyrights

    add stop macro

    PR suggestions

    PR suggestions

    readme lowercase

    fix rotate for oled

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

commit 4dbeeaa0d685ee7449010d2dc2a930a5921c8a8c
Author: XScorpion2 <[email protected]>
Date:   Sun Sep 19 15:18:32 2021 -0500

    Doc Fixes & Custom Matrix Fix (#14526)

commit 121ca7eca9a53727733645d9c4c90a206df02258
Author: im a can what do you think lmao? <[email protected]>
Date:   Sun Sep 19 14:54:40 2021 -0400

    [Keyboard] Add LeFishe Keyboard (#14498)

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

commit a068b14686507f67c7f0956d3367510bd9041641
Author: Jakob Weickmann <[email protected]>
Date:   Sun Sep 19 20:53:47 2021 +0200

    [Keymap] Added my own keymap for MIT Planck (#14481)

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

commit ddb6821b97c6d276e4190f98f49a4ee164fd0477
Author: David Xia <[email protected]>
Date:   Sun Sep 19 14:53:22 2021 -0400

    [Docs] fix wrong directory for RGB Matrix animations (#14494)

commit 53c2f677481f8531adc755e7f2c4163c6eb006b8
Author: James Young <[email protected]>
Date:   Sun Sep 19 18:52:54 2021 +0000

    cKeys theDora Refactor (#14495)

commit 4e7801d4fbcdf571bc7a73d5f5234321480affb0
Author: peott-fr <[email protected]>
Date:   Sun Sep 19 11:52:37 2021 -0700

    [Keymap] Adding my Mun keymap. (#14501)

commit 4348e2ffc11533a384d0eea452c954e57fe7e44c
Author: Konstantin Đorđević <[email protected]>
Date:   Sun Sep 19 20:47:40 2021 +0200

    [Keymap] Updates to existing keymaps and userspace (#14503)

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

commit e83fb69ae8a579648a6a73e00399d3d144e51f88
Author: Pylon <[email protected]>
Date:   Sun Sep 19 14:47:13 2021 -0400

    [Keyboard] Enabled Mousekeys by default on Boston (#14507)

commit 5dbde91bdf5be6d14fd99842b9a2952d0589b84d
Author: Dasky <[email protected]>
Date:   Sun Sep 19 19:45:11 2021 +0100

    [Keyboard] Change printf to dprintf (#14510)

commit fa5d21a58ebfe9782225c857ad2e533a0f65d161
Author: Jack Humbert <[email protected]>
Date:   Sun Sep 19 14:43:37 2021 -0400

    [Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)

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

commit 0e34efd9a2dd401a7cd38f552f7247b8afcb65fc
Author: XScorpion2 <[email protected]>
Date:   Sun Sep 19 13:31:17 2021 -0500

    [Keyboard] Quick fixes for the Mun to unblock customers (#14505)

commit d9ca201f79dce27de667c638ed6404bd4d10146a
Author: Drashna Jaelre <[email protected]>
Date:   Sun Sep 19 07:01:02 2021 -0700

    [Keyboard] Fix Compiler issues for quick17 (#14500)

commit ef5c6ea096033423c9b9e141c1fc94dcc41d84fa
Author: Drashna Jaelre <[email protected]>
Date:   Sat Sep 18 20:10:32 2021 -0700

    [Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488)

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

commit f61f79b7cd1cb8edad8d55577c834a9470405b4c
Author: Ramya Challa <[email protected]>
Date:   Sat Sep 18 12:47:26 2021 -0700

    [Keyboard] Add Gentleman65 (#12971)

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

commit c2f3c418f33bf5d8d60e005de4d076949a7c7098
Author: MakotoKurauchi <[email protected]>
Date:   Sun Sep 19 04:28:41 2021 +0900

    [Keyboard] Add new keyboard quick17 (#13703)

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

commit e3e58aae6aaf4eb5f5a26c46dcc3d249cffb1a5f
Author: kaylanm <[email protected]>
Date:   Sat Sep 18 15:27:49 2021 -0400

    [Keyboard] Add superuser keyboard (#13840)

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

commit 23c3b9decb22e2a5aced2b8d487684370d42fa6d
Author: Bahrul Hidayat <[email protected]>
Date:   Sun Sep 19 03:26:46 2021 +0800

    [Keyboard] Add dyz60 (#13864)

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

commit 4e7133e262acf185fd4dc77a0cfad0083a88fae6
Author: Elliot Powell <[email protected]>
Date:   Sat Sep 18 19:39:58 2021 +0100

    [Keyboard] Add support for Coarse60 (#14416)

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

commit 2c4660e40d7897c60e7f0718f25f866e33137334
Author: Lui Wolff <[email protected]>
Date:   Sat Sep 18 16:06:46 2021 +0000

    [Keymap] Added Brazilian keymap for BM40RGB (#14431)

commit c681c1a6a84a378ecc6c04174aafadd5f3d1b31f
Author: Drashna Jaelre <[email protected]>
Date:   Sat Sep 18 00:53:16 2021 -0700

    [Keyboard] Fix dosa40rgb compilation issues (#14491)

commit d51bb76ec96c35f3b5494f8dd0ecb2611dccd3df
Author: Jordan Duabe <[email protected]>
Date:   Sat Sep 18 14:52:53 2021 +0800

    [Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (#14446)

commit 09b66c06d4fa0f2db1340e9f9b89ab27235bb500
Author: Dao Tak Isaac <[email protected]>
Date:   Sat Sep 18 13:52:18 2021 +0700

    [Keyboard] Add Dosa40RGB + dtisaac01 (#14476)

commit 228c7b095b0f441652b2719713cb3bf1e5811828
Author: john-ezra <[email protected]>
Date:   Fri Sep 17 23:51:09 2021 -0700

    [Keymap] Major Updates to Personal Kyria Keymap (#14485)

    * added john ezra keymap with updates

    * changed tapping term

commit f93597d66b0698cbea87b24aad79f60e5a9db6ad
Author: Takeshi ISHII <[email protected]>
Date:   Sat Sep 18 11:51:04 2021 +0900

    fix link error for helix/rev3_5rows:five_rows (#14466)

    This is a tentative quick fix.
    I was adding the same functions for both #14426 and #14427 and they were in conflict.

commit 7c09b2667b49839d6c1a27133751d43642149a84
Author: James Young <[email protected]>
Date:   Fri Sep 17 20:48:14 2021 +0000

    Nix Studio OXALYS80 Refactor (#14473)

    * update grid alignment of keycodes

    * update key assignments on via keymap

    A seemingly-misplaced key assignment on Layers 1 through 3 of the via keymap led to keys being off by one in comparison to the default keymap.

    * switch Backslash and Backspace on via keymap base layer

    Matches the via keymap's key mapping to that of the default keymap.

    * use QMK 3-character notation in oxalys80.h

    * add matrix diagram; remove Planck reference

    * add LAYOUT_tkl_ansi and LAYOUT_tkl_ansi_wkl layout macros

    * add LAYOUT_tkl_ansi_tsangan macro

    * add ISO layouts

    Add LAYOUT_tkl_iso, LAYOUT_tkl_iso_tsangan, and LAYOUT_tkl_iso_wkl macros.

    * enable Community Layouts support

    * tidy up rules.mk

    * readme tidy-up

commit 0c1341daa80b79ccbef8a9e7f895552ff57456e9
Author: Drashna Jaelre <[email protected]>
Date:   Fri Sep 17 13:01:06 2021 -0700

    [Keyboard] Move Planck EZ off 'Proton C' board (#14479)

commit 40578621a76b43481116fd73b10b8cdec3d3a7ef
Author: Drashna Jaelre <[email protected]>
Date:   Fri Sep 17 13:00:42 2021 -0700

    [Keyboard] Move Moonlander off 'Proton C' board (#14478)

commit c9b91443e1c05900ffb007e3321446fcdb219bd2
Author: X-Bows Tech <[email protected]>
Date:   Sat Sep 18 00:48:11 2021 +0800

    Update rules.mk for xbows keyboard  (#14477)

    * Update rules.mk

    * Update rules.mk

    * Update rules.mk

commit 3496513865b0b1ac1b4c3771c64581e626428c4d
Author: Matt <[email protected]>
Date:   Fri Sep 17 00:38:11 2021 -0400

    [Keymap] Adding personal keymap (#14326)

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

commit b1605f2ad98c762f1d04fb75f736e2687905aca1
Author: Andy Yong <[email protected]>
Date:   Thu Sep 16 23:19:58 2021 -0400

    [Keyboard] Add Sauce Mild Keyboard (#14287)

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

commit 87665f404b48d5b60744c0774e69770a63686d3b
Author: r-pufky <[email protected]>
Date:   Thu Sep 16 20:15:01 2021 -0700

    [Keymap] Add gaming toggle layer & layer colors to r-pufky keymap. (#14251)

commit c6b87be8c7d04f6a88ab7f3e354475d20dbf50d9
Author: Álvaro A. Volpato <[email protected]>
Date:   Thu Sep 16 17:42:26 2021 -0300

    Mode 65S: Tap code and extra keys for media keys (#14471)

commit 85a0c494ffde3dfa555bbe32bb083eec85b9ca72
Author: Takeshi ISHII <[email protected]>
Date:   Thu Sep 16 18:47:47 2021 +0900

    [Keymap] Update Helix:five_rows OLED code (#14427)

    * Stop using snprintf() in keymaps/five_rows/oled_display.c.

    The binary size becomes 1350 bytes smaller.

    make HELIX=verbose,core-oled helix/rev2/sc:five_rows
    (104 bytes over) -> (95%, 1256 bytes free)

    make helix/rev3_5rows:five_rows
    (528 bytes over) -> (97%, 830 bytes free)

    * add matrix scan rate display to OLED for keymaps/five_rows

    * add matrix_output_unselect_delay.c to helix keymaps/five_rows

    * add GPLv2 header

    * apply review comment

commit 13b93c212da202d210ba28657f1b1c3e06d56655
Author: Takeshi ISHII <[email protected]>
Date:   Thu Sep 16 18:46:51 2021 +0900

    [Keyboard] Increase the way to add oled code for helix/rev3. (#14426)

    * move rev3_Xrows/oled_display.c to rev3_Xrows/keymaps/default/oled_display.c

    * add dummy rev3_Xrows/oled_display.c

    * Add default minimum oled_task_user() to helix/rev3_Xrows/rev3_Xrows.c

    * remove unnecessary comment in rev3_Xrows/keymaps/default/oled_display.c

    * copy rev3_Xrows/keymaps/default/oled_display.c to rev3_Xrows/keymaps/via/oled_display.c

commit d140e41c93dcf0a429392310858ac905447324ac
Author: Jos Boersema <[email protected]>
Date:   Thu Sep 16 07:27:44 2021 +0200

    Adds optional hebrew layout (Unicode) (#14156)

commit b5cc2bdc34d9091e7b31fcb9676e0d37b0282aad
Author: Vino Rodrigues <[email protected]>
Date:   Thu Sep 16 13:28:40 2021 +1000

    [Keyboard] Add the Idobao ID96 keyboard (#14371)

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

commit ae821ce4b77f873f5122747ee48c02778637bac6
Author: Felix Jen <[email protected]>
Date:   Wed Sep 15 19:25:30 2021 -0700

    [Keyboard] Add FJLabs TF60 Variants and TF65 Variant (#14392)

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

commit 40c58b1734a074106610e4e0006054b4ccef4f9a
Author: Felix Jen <[email protected]>
Date:   Wed Sep 15 19:25:03 2021 -0700

    [Keyboard] Add Absolute Designs AD65 Keyboard (#14391)

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

commit 303e063b71bba2b049f160a8bc50f33ac9538d8f
Author: yulei <[email protected]>
Date:   Thu Sep 16 01:20:20 2021 +0800

    [Keyboard] add Matrix Me (#14331)

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

commit 4b7503097c28f33686073e37061bd178b8359600
Author: Felix Jen <[email protected]>
Date:   Wed Sep 15 10:18:47 2021 -0700

    [Keyboard] Replaced Maker Keyboards & FJLabs Legacy Code (#14393)

commit 0097886db62f25eb495cf8941867f89d397d9251
Author: Albert Y <[email protected]>
Date:   Thu Sep 16 01:16:32 2021 +0800

    [Keyboard] Add `NO_LED` positions to match key matrix. (#14417)

    Co-authored-by: filterpaper <filterpaper@localhost>

commit 9503d8bd039d797e94169f851c8ffcd78de5a95c
Author: IFo Hancroft <[email protected]>
Date:   Wed Sep 15 20:15:42 2021 +0300

    [Keymap] A slight improvement to my own ErgoDox keymap (#14425)

commit 0f3343aa9396242ec31c0da8eec82f475bdff93b
Author: peott-fr <[email protected]>
Date:   Wed Sep 15 10:14:57 2021 -0700

    [Keymap] Trying again with Prime-e update! (#14429)

commit 6930eed964f18a9021fc6c6781e6fa3066290ed9
Author: X-Bows Tech <[email protected]>
Date:   Thu Sep 16 01:14:05 2021 +0800

    [Keyboard] Update lighting effects for xbows keyboard (#14432)

commit 12a8e59e9c0fc803b33e63a0901aa9fdba270c53
Author: Dasky <[email protected]>
Date:   Wed Sep 15 18:11:25 2021 +0100

    [Docs] add sync options heading, update led indicators (#14441)

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

commit 169d5bd21d9381843914b4c23cbca1b447e905c6
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 15 10:07:08 2021 -0700

    [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)

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

commit 7e36a8138379cab2d27a9db407850b67e46e0d0b
Author: Drashna Jaelre <[email protected]>
Date:   Wed Sep 15 01:31:25 2021 -0700

    [Keyboard] Fix Boop65 rgb compile issues (#14444)

commit a2d43ca024d8e840c882cc72e80e9eb6b70384f1
Author: Dan Nixon <[email protected]>
Date:   Wed Sep 15 07:56:12 2021 +0100

    [Keyboard] Add Aya keyboard (#14378)

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

commit c2f2f9bfd3f5c927496a80e7074fa7c54a2c1619
Author: moyi4681 <[email protected]>
Date:   Wed Sep 15 14:00:48 2021 +0800

    [Keyboard] add kbd75 hotswap keyboard (#14283)

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

commit 07a4e3b1762fb0800c4cb89bf646f6c82c8a95b7
Author: moyi4681 <[email protected]>
Date:   Wed Sep 15 13:20:34 2021 +0800

    [Keyboard] add boop65 rgb keyboard (#14166)

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

commit 344a73fddd4729a2aa8346437273050971be6ae7
Author: Wolf Van Herreweghe <[email protected]>
Date:   Wed Sep 15 06:20:07 2021 +0100

    [Keyboard] Add KeyBee65 (#14163)

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

commit 34352890522309e28b1788f72feab01e268eff34
Author: bomb <[email protected]>
Date:   Wed Sep 15 13:09:49 2021 +0800

    [Keyboard] Add Mach80 for Melgeek (#14076)

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

commit fcebd17267787daba54ec5f26b653ef0fa3f3691
Author: jmcwilliams403 <[email protected]>
Date:   Wed Sep 15 00:44:41 2021 -0400

    [Keyboard] added 64_ansi_split_bs layout (#13776)

commit 830fb5fd05e2f7bb528d8fda5ffccf140529ab37
Author: ぺらねこ <[email protected]>
Date:   Wed Sep 15 13:21:31 2021 +0900

    [Keyboard] Update peranekofactory/tone/rev2/rev2.h (#13610)

    I changed the description that was mistakenly described as the same wiring as Rev1 to the correct description.

commit 657323a2069ed821907a5ab1435b11c8438e3d78
Author: vsrivastava <[email protected]>
Date:   Tue Sep 14 21:12:37 2021 -0700

    [Docs] fixed incorrect amount of steps for oled usage (#13519)

    changed line 21 from saying "three steps" to "two steps" as there are only two steps

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

commit 00c60c9410abae3315e70fe9a9c9febaf9a8e7a1
Author: drhigsby <[email protected]>
Date:   Tue Sep 14 20:55:09 2021 -0700

    [Keyboard] Dubba175 Default Keymap Update (#13486)

    Co-authored-by: Dr…
@VegaDeftwing
Copy link
Contributor

VegaDeftwing commented Oct 10, 2021

I noticed that due to how this was done that the git history on my keymap ( #6666 ) was lost and now it looks like the file was authored by @peepeetee directly. If this could be fixed I would appreciate it.

@fauxpark
Copy link
Member

That's not really how Git works. Regardless, the history was never lost:
image

@VegaDeftwing
Copy link
Contributor

sorry, lost was the wrong word, it was made less accessible, I realize the original commit could be dug up.

I'm not sure how you're getting to that older view to see that it was renamed?

image

@fauxpark
Copy link
Member

Ah, I guess it's a feature of Refined Github.

0xcharly pushed a commit to 0xcharly/qmk_firmware that referenced this pull request Oct 25, 2021
* Initial compatibility with bm80

* move files to kprepublic directory, see qmk#12159

* fix pin assignment

* Revert "fix pin assignment"

This reverts commit 5a53a74.

* add testing setup (peepeetee keymap, will use for personal purposes later), fix LED assignment, add indicator LED, LED location, count, and flags are broken

* fixed flags( not sure, please check)

* fixed number of LEDs

* add comment about f11

* remove comment about f11, change capslock flag to be 1 rather than 1+8 as there is a standalone indicator LED

* readme.md

* add via keymap

* add info.json with help from noroadsleft's converter

* add suspended state implementation, I don't think it's working

* update to my testing setup

* restore erroneously included bm68rgb config

* Update keyboards/kprepublic/bm80/config.h

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

* add reset instructions

* change reset instruction grammar

* remove not working sleep function, add comment for RGB flags

* add LED mapping comments

* change readme grammar

* replace rgb light paremeters with rgb matrix paremeters, enable framebuffer effects

* re-enable peepeetee/config.h, updating my disabled effect list

* updating my disabled effect list

* update LED struct documentation

* update readme with RGB matrix effect information

* Update keyboards/kprepublic/bm80/rules.mk

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

* move files back to keyboard from keyboard/kprepublic, see 85b33d6 and qmk#12159

* Apply suggestions from code review

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

* cleanup peepeetee keymap

* update peepeetee keymap; rebase on current master

* moved to /kprepublic, see qmk#12159

* Apply suggestions from code review

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

* Apply suggestions from code review

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

Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: ridingqwerty <[email protected]>
Co-authored-by: Ryan <[email protected]>
nhongooi pushed a commit to nhongooi/qmk_firmware that referenced this pull request Dec 5, 2021
* reset; redoing my steps; and recommit

* include xd002/.noci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants