-
-
Notifications
You must be signed in to change notification settings - Fork 39.3k
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
Zinc: fix RGBLED_NUM bug #13287
Zinc: fix RGBLED_NUM bug #13287
Conversation
As far as I'm aware, there are no changes that would cause this issue to occur. n |
I am sure of it, as I myself confirmed it after hearing about the problem from a user. |
Testing compilation locally, I'm unable to reproduce any errors when compiling locally. Options turn on that are supposed to, etc. What specific issue are you running into, and what commands are you using, exactly? |
No error occurs but I get a problem. What I expect and QMK did before Breaking Changes 2021 February 27: 'both' option turns on RGBLED_BOTH in keymap/default/rules.mk Next, rev1/config.h defines RGBLED_NUM 30 properly Now, I mean After Breaking Changes 2021 Feb: This PR will fix this problem. strangely enough, adding cont option, the problem is free without this PR. |
When I say that I do not experience this problem, I do mean that. In the rev1 config.h, I've added the following before the
Compiling with this generates:
And the other configs compile correctly, as well. |
Thanks for your confirmation. zinc/rev1/config.h handles LEDs in two ways: In the former case, RGBLED_SPLIT is defined, so there is no problem, but in the latter case, there is no define, so info_config.h appears to come into affect. .//.build/obj_zinc_rev1/src/info_config.h
By taking the RGBLED-related processing to post_config.h, as in this PR, the behavior seems to be the same as before Breaking Changes 2021 Feb , since that part is not reflected in info_config.h. |
@drashna This PR just split config.h into config.h and post_config.h. |
another month has passed. |
Sorry for the delay, but I added RGBLIGHT_SPLIT to make it behave correctly when the cont option is not selected. |
* qmk/develop: 3w6 - Refactor use of AVR only I2C functions (qmk#14339) Refactor use of legacy i2c implementation (qmk#14341) ergodone - Refactor use of legacy i2c implementation (qmk#14340) [Keyboard] Redox media (qmk#13084) [Keyboard] Zinc: fix RGBLED_NUM bug (qmk#13287) Fix eeprom for Durgod boards (qmk#14324) [Bug] Fix compile issues for boards with custom matrix (qmk#14323) Tidy up defines within STM EEPROM emulation (qmk#14275) Remove empty override functions (qmk#14312) Highlight keycode (qmk#14317) [Core] Add `is_oled_scrolling` (qmk#14305) [Keyboard] Fix rotary encoder function for Voice65 (qmk#14316) Fix Space Cadet md link (qmk#14300) Enable extra keys for Technik ortho and stagger (qmk#14282) FJLabs Ready100 Configurator Fixes (qmk#14291) Naiping NPhhkb: 60_tsangan_hhkb Community Layout support (qmk#14292) takashicompany/endzone34: correct QMK Configurator key sequence (qmk#14290)
commit 43614a5c5acc7cfe19f218f7e07963c7620f7441 Author: sekigon-gonnoc <43873124+sekigon-gonnoc@users.noreply.github.com> Date: Sat Sep 11 15:37:47 2021 +0900 add usb_util.c commit 9ad77b65f6d8967382c6ff59f8fdf1e5670598ab Merge: 86367f4db9 2a54722eab Author: sekigon-gonnoc <43873124+sekigon-gonnoc@users.noreply.github.com> Date: Sat Sep 11 15:29:20 2021 +0900 Merge branch 'master' into merge/master/rp2040 commit 86367f4db93037621274b7f209be463a4b52df2d Merge: 50af85756a 8a2d3a8861 Author: sekigon-gonnoc <43873124+sekigon-gonnoc@users.noreply.github.com> Date: Sat Sep 11 14:58:17 2021 +0900 Merge commit '8a2d3a8861' into merge/master/rp2040 commit 2a54722eabfa35604642047a7b9bec7d5c22cb3e Merge: fde66d3ad7 46f15cd1a5 Author: sekigon-gonnoc <43873124+sekigon-gonnoc@users.noreply.github.com> 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 <43873124+sekigon-gonnoc@users.noreply.github.com> Date: Sat Sep 11 14:26:01 2021 +0900 Merge commit '8a2d3a8861' into merge/master/ble_micro_pro commit 46f15cd1a533cce8c9f7a406b1e6ee6765e48a20 Author: yfuku <30647434+yfuku@users.noreply.github.com> Date: Sat Sep 11 13:59:28 2021 +0900 [Keyboard] owl8 bugfix (#14020) commit d0b1d9f548aa39e1d267e8f62db4e0c65aae9206 Author: AKiwi92 <69772382+AKiwi92@users.noreply.github.com> 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 <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ash <ash@splitpixel.co.uk> commit 6213989c3248405aed7710d68599c8e61ac5b910 Author: rarick <36723740+rarick@users.noreply.github.com> 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 <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> commit d7747a2d700eec08679011d79dc6192fe43ca402 Author: Zac Moulton <moulton.zac@gmail.com> Date: Fri Sep 10 18:56:50 2021 -0700 [Keymap] moults31 userspace and keymaps (#12025) commit 759d1927f099ba319ad09c69a2cc71026d775713 Author: Xelus22 <17491233+Xelus22@users.noreply.github.com> 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 <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * List form readme. Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * add layout Co-authored-by: Joel Challis <git@zvecr.com> * add license Co-authored-by: Joel Challis <git@zvecr.com> * 2021 update Co-authored-by: Joel Challis <git@zvecr.com> * add license Co-authored-by: Joel Challis <git@zvecr.com> * sigprof suggested changes * Remove redundant define Co-authored-by: Ryan <fauxpark@gmail.com> * Fixup readme Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/xelus/rs60/info.json Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> commit 7277f1febe0e86e8a32beb779aa24e02bfdb6826 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 23:11:17 2021 +1000 Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375) commit d5cb7de5e4ea60dce69764a627358d534af1f666 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 17:17:54 2021 +1000 Change USBasp and bootloadHID bootloaders to lowercase (#14354) commit 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 13:35:46 2021 +1000 Remove bootloader listings from rules.mk (#14330) commit 2cb9219a3e655218f5380a41cf5bc5e3135caaa1 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 13:32:22 2021 +1000 Remove commented out BLUETOOTH_ENABLE rules (#14361) commit 7f80076d044d729407cc4aad35095ff4a8ff5653 Author: Joel Challis <git@zvecr.com> Date: Fri Sep 10 03:57:36 2021 +0100 Align rgb/led matrix docs with current behaviour (#14367) commit 22499636871ae8f0b8f2da90f801f9290fb1d186 Author: Uy Bui <uybv.cntt@gmail.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit d6dd2e0d516a67bdc9bde2b6d1680a00c48675e4 Author: Ryan <fauxpark@gmail.com> Date: Thu Sep 9 16:50:52 2021 +1000 Fix CRLF in lyra/rev1 (#14360) commit 4c88f76be8099d45444cea894bb2162870115832 Author: Malevolti <82970232+Malevolti@users.noreply.github.com> Date: Thu Sep 9 07:34:32 2021 +0100 [Keyboard] add lyra (#13977) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 82ee9bd475be9723d53ea3e8e101a038bbfa1b25 Author: mechlovin <57231893+mechlovin@users.noreply.github.com> Date: Wed Sep 8 22:23:26 2021 -0700 [Keyboard] Add Olly JF PCB (#14056) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 6d43a5daf4225cf677840d11b151d28f49e8f9e9 Author: Drashna Jaelre <drashna@live.com> Date: Wed Sep 8 20:19:06 2021 -0700 Backport F_CPU/F_USB hack from system76 (#14286) Co-authored-by: Ryan <fauxpark@gmail.com> commit cb4006c0b47e9d99c2f60b74d414b19cf4b9e333 Author: Felix Jen <fjen@felixjen.com> Date: Wed Sep 8 19:44:52 2021 -0700 [Keymap] Fix Maker Keyboards Alexa Keymap (#14355) commit 891ddd9a30628509b239a0d41fbdc65b4530f80a Author: Ethan Yates <70546312+RealEmanGaming@users.noreply.github.com> Date: Wed Sep 8 20:14:03 2021 -0600 [Keyboard] Add 61Key (#14259) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit f3bef84dace5d1d938f9d02be644bf421a4a3de1 Author: JayceFayne <13365789+JayceFayne@users.noreply.github.com> 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 <13365789+JayceFayne@users.noreply.github.com> 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 <drashna@live.com> Date: Wed Sep 8 18:10:43 2021 -0700 [Keyboard] Minor tweaks to Work Board layout (#14351) commit 9e77cdf4e66ff1cfdd7effaf77e129bf3ae9a1a5 Author: Ryan <fauxpark@gmail.com> Date: Thu Sep 9 10:27:58 2021 +1000 Bugfix for Joystick and JSON schema (#14295) commit 3f2a030de6a306ed72eafe7aa143a5b695f9469d Author: rhmokey <57172003+rhmokey@users.noreply.github.com> Date: Thu Sep 9 07:57:43 2021 +0800 [Keyboard] Add new Mokey keyboard (#14329) Co-authored-by: Ryan <fauxpark@gmail.com> commit d510f6afa97801ea53078ac7fbdbd24824d77f4e Author: Gastón Jorquera <email@gaston.life> Date: Wed Sep 8 16:55:12 2021 -0700 [Keymap] Add Gaston's Lily58 custom keymap (#14334) Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Gaston Jorquera <gjorquera@gmail.com> commit 4294aa0f1ee546c74a72bad3e556d7ee4e020a88 Author: Drashna Jaelre <drashna@live.com> 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 <keenan@thebrocks.net> Date: Wed Sep 8 19:02:50 2021 -0400 [Keyboard] Add VIA keymap for the reviung39 (#14234) commit 2e0659f7fddd4c872b230c4a7d2e2a5517042414 Author: Joel Challis <git@zvecr.com> Date: Wed Sep 8 23:44:18 2021 +0100 Fixes for recent i2c migrations (#14352) commit 9c175f180138558748b0b240e76cb04fa11f9927 Author: jackytrabbit <jacky_lijun@126.com> Date: Wed Sep 8 15:34:36 2021 +0800 [Keyboard] Update VIA support for lazydesigners/the40 (#14240) Co-authored-by: Joel Challis <git@zvecr.com> commit 541e1012912e320e0f65ac1e24f9f8659a5571a8 Author: Gabriel Bustamante <gabriel.bustamante@usach.cl> Date: Wed Sep 8 03:53:33 2021 -0300 [Keymap] New keymap for bm40 (#14182) commit 3ef01a3482b76a956ba2f9f399a14d9e2f86b362 Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Wed Sep 8 12:07:00 2021 +0800 [Keyboard] add wang ergo (#14245) Co-authored-by: Ryan <fauxpark@gmail.com> commit 1ebaec96e7a9695578813916ba2e1651101e385b Author: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Wed Sep 8 03:23:45 2021 +0000 Sneakbox Ava tidy-up (#14298) commit 267ffb9914fd04026aa9841c6c15e51ee6841811 Author: IFo Hancroft <contact@ifohancroft.com> Date: Wed Sep 8 06:01:58 2021 +0300 [Keymap] Adding IFo Hancroft's ErgoDox EZ Keymap (#14342) commit 0b8d6df39037e58b6b699332d2bbbc448889c6b2 Author: Drashna Jaelre <drashna@live.com> Date: Tue Sep 7 18:53:55 2021 -0700 [Keyboard] Fix issues with 3w6 rev2 matrix (#14346) commit 60c5bd7b5e0e75f48d9731118b92a3add3342efd Author: Joel Challis <git@zvecr.com> Date: Wed Sep 8 02:23:11 2021 +0100 handwired/dactyl - Refactor use of legacy i2c implementation (#14344) commit 04c0704b280c4847c43b164335e9741b19219131 Author: Joel Challis <git@zvecr.com> 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 <git@zvecr.com> Date: Tue Sep 7 16:34:59 2021 +0100 Refactor use of legacy i2c implementation (#14341) commit 2d6635214ab05858271f312619c5447bf317cf51 Author: Joel Challis <git@zvecr.com> 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 <shiftux@gmail.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 85a14ac25bca14e91a21f1820e06079b9c3a078e Author: Monksoffunk <monksoffunk@users.noreply.github.com> Date: Mon Sep 6 22:49:09 2021 +0900 [Keyboard] Zinc: fix RGBLED_NUM bug (#13287) commit 1a494da288509d162593aaa07f4f9ca36b6b3dbd Author: Joel Challis <git@zvecr.com> Date: Sun Sep 5 23:56:10 2021 +0100 Fix eeprom for Durgod boards (#14324) commit 1e1be4c229651703ef7c62784b704a859a3d13cf Author: Drashna Jaelre <drashna@live.com> Date: Sun Sep 5 15:35:42 2021 -0700 [Bug] Fix compile issues for boards with custom matrix (#14323) commit 8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64 Author: Joel Challis <git@zvecr.com> 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 <fauxpark@gmail.com> 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 <niko@nerdno.de> 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 <13365789+JayceFayne@users.noreply.github.com> Date: Sun Sep 5 18:09:20 2021 +0200 [Core] Add `is_oled_scrolling` (#14305) commit 0471429c018b85ebbccfe8c823621235c99458b2 Author: kb-elmo <lorwel@mailbox.org> Date: Sun Sep 5 18:05:55 2021 +0200 [Keyboard] Fix rotary encoder function for Voice65 (#14316) Co-authored-by: Ryan <fauxpark@gmail.com> commit 014aa0661e2d9cf5b67334f82869d4a841cc703f Author: JayceFayne <13365789+JayceFayne@users.noreply.github.com> Date: Sat Sep 4 16:01:56 2021 +0200 Fix Space Cadet md link (#14300) commit c9262cf7f8ff42741189a765ca76b531ac20fbc5 Author: Albert Y <76888457+filterpaper@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <fauxpark@gmail.com> Date: Sat Sep 4 02:09:30 2021 +1000 Remove more cruft in keyboard files (#14288) commit 5353df9ce95986bafb818695909e604c44a2982d Author: sekigon-gonnoc <43873124+sekigon-gonnoc@users.noreply.github.com> Date: Fri Sep 3 08:18:05 2021 +0900 kqb: Fix bug: Resolve startup error with ch559 commit a01057d19dfa208fcf5c7cd16689257cb41ac79b Author: jhauh <8780195+jhauh@users.noreply.github.com> Date: Thu Sep 2 18:50:17 2021 +0100 [Keymap] Update iris fluffactually keymap (#14265) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 956cf8d7bfbca187ad9d1e0aabbe6c25348d5e07 Author: Drashna Jaelre <drashna@live.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 0290dd35471a6649c878c590fb9b4798940d05b2 Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <71780717+Jonavin@users.noreply.github.com> Date: Thu Sep 2 00:12:57 2021 -0400 [Keymap] new murphpad landscape keymap with encoder enhanced functions (#14103) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jonavin <=> commit e056ae58a045d59686572ec1349c5c9f285517e5 Author: peott-fr <70998091+peott-fr@users.noreply.github.com> Date: Wed Sep 1 21:12:15 2021 -0700 [Keymap] Fine-tuning Nyquist keymap. (#14269) commit 37aef4ebe17b04de07a17748e2452c2f1ebe77bd Author: Drashna Jaelre <drashna@live.com> Date: Wed Sep 1 21:08:58 2021 -0700 [Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271) commit c1e5c920a9929a0434edca537e6c58aed294668c Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> Date: Thu Sep 2 03:46:53 2021 +0000 wuque/serneity65: Layout Macro rework and Configurator fix (#14267) commit cb53c4fd41885ba60192cbd0b5fd23d6a687ab17 Author: hvp <32483282+hvpkod@users.noreply.github.com> 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 <70998091+peott-fr@users.noreply.github.com> Date: Wed Sep 1 20:44:12 2021 -0700 [Keymap] Add peott-fr H87 keymap (#14232) commit b6ca21c65c0d32241ed697072292bd5118b64f9a Author: jonavin <71780717+Jonavin@users.noreply.github.com> 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 <christian.eiden@neteleven.de> Date: Thu Sep 2 05:41:17 2021 +0200 [Keymap] own scylla keymap (#14224) Co-authored-by: Drashna Jaelre <drashna@live.com> commit bb356a1584aa30020744432b87304ba912079ee7 Author: qieq <25284336+qieq@users.noreply.github.com> Date: Thu Sep 2 06:40:12 2021 +0300 [Docs] Update path to keycode.h (#14263) commit 7575bc23a677c9d34f4416dcfd2db6eafc1fd623 Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit c573926e05ccdf71fdafa433db7cc46712d96d11 Author: Jay Greco <jayv.greco@gmail.com> 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 <18669334+noroadsleft@users.noreply.github.com> Date: Wed Sep 1 02:50:32 2021 +0000 mnk50: Configurator Fix and Layout Macro Additions (#14257) Co-authored-by: Ryan <fauxpark@gmail.com> commit c5ec423438696881c25ce1fe2ee189091e0510d6 Author: Casey Webster <casey.webster@gmail.com> Date: Tue Aug 31 19:50:42 2021 -0500 [Keymap] cwebster2 Keymap and userspace updates (#14258) commit fac5ec46564320ebbbc3d1f5575566badca2d3d7 Author: Andre Brait <andrebrait@gmail.com> 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 <drashna@live.com> Date: Tue Aug 31 15:25:46 2021 -0700 [Keyboard] Disable console on Iris Rev5 (#14249) commit 92106ee0388813399df01b07cf47a4f1e89ecf2d Author: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Tue Aug 31 18:29:49 2021 +0000 emi20: remove dead space from Configurator layout (#14254) commit b6d7b13a7a0f7a03bd44355766d35ab3fcb76feb Author: Felix Jen <fjen@felixjen.com> Date: Tue Aug 31 11:24:41 2021 -0700 [Keyboard] Add FJLabs KF87 PCB (#14179) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 6f5428687c37d45cf279d9d3f44de1098a767723 Author: Ibnu Daru Aji <ibnuda@users.noreply.github.com> Date: Wed Sep 1 01:23:02 2021 +0700 [Keymap] reflects current rick's keymap (#14169) commit bdd0a6c09789e3e4380f4351f1f83004542d309f Author: Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> 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 <git@zvecr.com> commit f2c9e82e5b3887ed28c3a5c68d27c4efaca54201 Author: Joel Challis <git@zvecr.com> Date: Tue Aug 31 00:25:41 2021 +0100 cherry pick tidy up (#14244) commit 1e7117317fd8a51f9ca6e926777694b930c9502b Author: coliss86 <coliss86@users.noreply.github.com> Date: Tue Aug 31 01:13:19 2021 +0200 Documentation: Fix links in key overrides (#14228) Co-authored-by: Joel Challis <git@zvecr.com> commit 5ed8edae498178c8a3c958d36b5e19150ef2caf2 Author: JX <572673807@qq.com> Date: Tue Aug 31 03:34:19 2021 +0800 Update ws2812_spi.c (#14237) commit 2dc07391bd61e266ac2410ba7c0413c19eea5db5 Author: Danny <nooges@users.noreply.github.com> Date: Mon Aug 30 14:49:46 2021 -0400 [Keyboard] Add Iris Rev. 5 (#13934) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 27aebba1b1eadedf2ce25efc081aef3bdbbaab7a Author: dogspace <43654839+dogspace@users.noreply.github.com> Date: Mon Aug 30 14:42:04 2021 -0400 [Keymap] Add new snailmap keymap to nullbitsco/nibble keyboard (#14024) Co-authored-by: Ryan <fauxpark@gmail.com> commit c9283f4c1f073da0072638e78b3d5bf5619a89f4 Author: kb-elmo <lorwel@mailbox.org> Date: Mon Aug 30 20:29:15 2021 +0200 [Keyboard] Add OwLab Jelly Epoch (#14190) Co-authored-by: Ryan <fauxpark@gmail.com> commit b63114ea2963b2c6391176329e8ef6381b16aea2 Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Tue Aug 31 02:28:54 2021 +0800 [Keyboard] add slamz keyboard (#14188) Co-authored-by: Ryan <fauxpark@gmail.com> commit 9583f9f589ec4ecaafd3c8f9c709ce981dc684af Author: Purdea Andrei <andrei@purdea.ro> 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 <fjen@felixjen.com> Date: Mon Aug 30 11:05:13 2021 -0700 [Keyboard] add maker keyboards alexa (#14165) commit 557fce7a8e7606355f4b058ff597d70d1a3e32c7 Author: peott-fr <70998091+peott-fr@users.noreply.github.com> Date: Mon Aug 30 11:04:42 2021 -0700 [Keymap] Add peott-fr keymap for Kbd6x (#14164) commit 9d32cb68c31c752964ea9fceee8492e4a5e7bd56 Author: Vincent Vorholter <VINNA152@GMAIL.COM> Date: Mon Aug 30 20:03:53 2021 +0200 [Keyboard] Changed ProductID on basketweav keyboards (#14162) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Vince Vorholter <vince@28east.co.za> commit baa423004a870b5cb86f4d1197dcda5f8b390f49 Author: Zach White <skullydazed@gmail.com> 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 <skullydazed@gmail.com> 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 <70998091+peott-fr@users.noreply.github.com> 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 <sigprof@gmail.com> 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 <jrfhoutx@comcast.net> Date: Sun Aug 29 14:18:56 2021 -0500 [Keyboard] Add Viktus SP Mini (#14069) Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> commit f87cd8e8a02bf89d05737a19fd54e8ec6f63f90f Author: Trent Hoh <trenthoh@gmail.com> Date: Sun Aug 29 19:09:43 2021 +0800 [Keyboard] Corrected layout for np24 by YMDK (#14096) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 94d7635a4a8e335c743b4e77f8dd340665d43437 Author: peott-fr <70998091+peott-fr@users.noreply.github.com> Date: Sun Aug 29 04:08:23 2021 -0700 [Keymap] My Prime E keymap (#14117) commit 5d5668c3f8d77bebd841b838256f131de6ced497 Author: Weirdo <1248314361@qq.com> Date: Sun Aug 29 19:07:54 2021 +0800 [Keyboard] Add kelownaRGB64 (#14141) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 9afc64cd61da5e3e1d2fd72a83602709a6e4e4b8 Author: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Date: Sun Aug 29 15:06:00 2021 +0900 [Keyboard] fix compile error `make helix/rev2/sc:all` (#14214) commit dd8922d48269a0664e840d6b6a537b8b91c1826b Author: Nick Brassel <nick@tzarc.org> Date: Sun Aug 29 10:51:53 2021 +1000 Fixup upstream paths for submodules. (#14205) commit 6caebb7b619d85efc6932111f58b4a5e6d8e18eb Author: Nick Brassel <nick@tzarc.org> Date: Sun Aug 29 09:47:48 2021 +1000 Bootmagic lite docs clarity. (#14204) commit f061ca497464fe85284906fb163a33eaee7a91ef Merge: ff65185dec 4bad375d7c Author: Nick Brassel <nick@tzarc.org> Date: Sun Aug 29 08:20:25 2021 +1000 Breaking changes develop merge to master, 2021Q3 edition. (#14196) commit 4bad375d7c09d949a9dcdd4feba147c9c7a67ec6 Author: Nick Brassel <nick@tzarc.org> 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 <drashna@live.com> 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 <hello@qmk.fm> Date: Thu Aug 26 17:50:09 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit ff65185dec6f97be1eb49f17cea526a0d0bbf3d6 Author: jackytrabbit <jacky_lijun@126.com> 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 <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/cassette8/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> commit a13b0d8a6cdfbb0c7873144e464c4ae13fa30854 Merge: 87cdb1cf9a 3fce5e6912 Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 26 17:47:28 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 3fce5e6912d78ec9fff4124b6952e3b8a0d4d3ae Author: jpuerto96 <jpuerto96@hotmail.com> 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 <git@zvecr.com> * Update keyboards/v4n4g0rth0n/v1/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v4n4g0rth0n/v2/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v4n4g0rth0n/v1/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 87cdb1cf9a89a702f0c4286d4260fc84b18ae042 Author: Joel Challis <git@zvecr.com> Date: Thu Aug 26 16:53:24 2021 +0100 Update readme files (#14172) commit 48d0ad28e789abae0413002f9dbda38f1a82924a Author: Joel Challis <git@zvecr.com> Date: Thu Aug 26 14:14:48 2021 +0100 Move to correct location (#14171) commit 6d646880a4d170409d784dab8be79ff3571d62ae Merge: 2bc978437e edf35615cf Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 26 11:38:28 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit edf35615cf4052e94024101e1f4ccb3ed838ce47 Author: kb-elmo <lorwel@mailbox.org> 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 <hello@qmk.fm> Date: Wed Aug 25 23:56:39 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit ee3a1133f1283fab132f4d601e19a61da2041631 Author: Charles <charles.fourneau@gmail.com> 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 <drashna@live.com> * Apply suggestions from code review 2 Firmware size optimization Co-authored-by: Drashna Jaelre <drashna@live.com> * Rename files as per project guidelines + remove empty * Update link in readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> commit 0c97bc5179ede0911067ecb0d96745d29710df07 Merge: 329c130202 4c5334cb9e Author: QMK Bot <hello@qmk.fm> Date: Wed Aug 25 23:40:04 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 4c5334cb9e0fef692ed3bd7a3e02579271f0f338 Author: 8bits4ever <87928173+8bits4ever@users.noreply.github.com> 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 <hello@qmk.fm> Date: Wed Aug 25 19:04:06 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 89f2b9486fe28685a5e53f6ef20d140ccba4aab7 Author: MechMaster48 <zfoster777@gmail.com> Date: Wed Aug 25 12:03:27 2021 -0700 [Keymap] mechmaster48 keymap for OLKB Preonic rev3 (#14137) commit 527b1e52aa0c87d49b90ea18d7d3ca9728aaa9c2 Author: Joel Challis <git@zvecr.com> Date: Wed Aug 25 15:27:48 2021 +0100 Move nix folder alongside vagrant (#14132) commit a84de5e22be25e2059dfee732f5cca3ec0953a35 Author: Joel Challis <git@zvecr.com> 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 <hello@qmk.fm> Date: Tue Aug 24 22:10:04 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit bb1b82224772fcff8518b301f12c46fd132b04fd Author: Albert Y <76888457+filterpaper@users.noreply.github.com> 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 <git@zvecr.com> Date: Tue Aug 24 17:18:25 2021 +0100 Fix merge artifacts (#14146) commit 2cade3a48300e0709f8aec68602faf90947b6738 Author: Joel Challis <git@zvecr.com> 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 <hello@qmk.fm> Date: Tue Aug 24 15:44:36 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit b4867e1600baa615ec9b28421fc23d4b85bad8ec Author: Yoichiro Tanaka <yoichiro6642@gmail.com> Date: Wed Aug 25 00:44:00 2021 +0900 [Keyboard] Add yoichiro/lunakey_macro (#13849) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0 Author: Joel Challis <git@zvecr.com> 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 <drashna@live.com> Date: Tue Aug 24 07:32:31 2021 -0700 Merge remote-tracking branch 'origin/master' into develop commit c9c60d227e38abdf08ca86bcdad3a0cac2579e3f Author: Takeshi ISHII <2170248+mtei@users.noreply.github.com> 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 <git@zvecr.com> 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 <72414103+spbgzh@users.noreply.github.com> Date: Tue Aug 24 12:50:56 2021 +0300 [Keyboard] Add serneity65 (#13889) commit c4a2dc9a2d1b0c053272aec7672ab8df92550e88 Author: Xelus22 <17491233+Xelus22@users.noreply.github.com> Date: Tue Aug 24 19:39:24 2021 +1000 fix (#14142) commit 3ef978cb132e89f3dc55edc47c2c0c0f330cbd0d Author: Christian Sandven <christian.sandven@kindly.ai> Date: Tue Aug 24 10:54:17 2021 +0200 [Keyboard] Fix keyprez qmk configurator (#14119) commit a4aa6ccf7b98a203c16be51e8db4970a80f0abfd Author: kb-elmo <lorwel@mailbox.org> Date: Tue Aug 24 10:49:50 2021 +0200 [Keyboard] Add QEZ keyboard (#14131) commit b8c74d6b5d2e31b59b4ec73c84b8b4212b4b0936 Author: Albert Y <76888457+filterpaper@users.noreply.github.com> 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 <stickandgum@users.noreply.github.com> Date: Tue Aug 24 04:48:35 2021 -0400 [Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123) Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> commit e1c264f5793b246baa1dd70b39e964dd821c475f Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Tue Aug 24 16:42:23 2021 +0800 [Keyboard] Update info.json for ocean/gin_v2 (#14121) Co-authored-by: Ryan <fauxpark@gmail.com> commit bc239cd52022ea7ca26310faa9ed98e3faa81cb6 Author: Drashna Jaelre <drashna@live.com> Date: Tue Aug 24 01:37:14 2021 -0700 [Keymap] Drashna keymap fixups (#14140) commit 3455e2408dd8e3f11854fd6660e2b40027bcd92e Author: Drashna Jaelre <drashna@live.com> Date: Tue Aug 24 01:19:00 2021 -0700 [Keyboard] Fix default keymap for quark squared keyboard (#14139) commit 4e1c5887c5c08ebd2cf7868c8d9292aa728e7bf0 Author: Xelus22 <17491233+Xelus22@users.noreply.github.com> 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 <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com> commit 47a38c3f0ea0fe44c90040514889a69de9b53f2f Author: Joel Challis <git@zvecr.com> Date: Tue Aug 24 05:02:53 2021 +0100 Remove more unused files (#14135) commit 6fd20acf4be76e7a2bd82d3dfd0a9bcca8c507eb Author: Drashna Jaelre <drashna@live.com> 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 <66767061+lalalademaxiya1@users.noreply.github.com> 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 <drashna@live.com> Date: Mon Aug 23 15:46:06 2021 -0700 Fix bootloadHID comments breaking :flash (#14133) commit e756a21636149ad47c19c659d04be93cf3071dab Author: Donald Kjer <don.kjer@gmail.com> 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 <whatever@xyz.is> Co-authored-by: zvecr <git@zvecr.com> commit 2481e109a0f79b4cdcecab4a6bf6755fb5eda3fc Merge: f314705921 9472c4b8cb Author: QMK Bot <hello@qmk.fm> Date: Mon Aug 23 22:06:37 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 9472c4b8cb448f04e17810dd304e368c60fdd504 Author: Olli Helenius <liff@iki.fi> 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 <pathnirvana@gmail.com> 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 <hello@qmk.fm> Date: Mon Aug 23 14:26:24 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit a72b5621418bebf253865ed19f92a860b5b9039a Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> 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 <nick@tzarc.org> Date: Mon Aug 23 19:37:16 2021 +1000 Fixup line endings. commit 71df135254709c183b980b89554216ec86d02eab Author: stickandgum <stickandgum@users.noreply.github.com> Date: Sun Aug 22 22:19:11 2021 -0400 [Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120) Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> commit 355872cc1d7c0eb5e5c66845188d53c7a434c8d2 Merge: 9af069ecf3 5cd7999bc4 Author: QMK Bot <hello@qmk.fm> Date: Mon Aug 23 02:10:58 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 5cd7999bc4b9e7c049bc80e0f812676528a07209 Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> 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 <32983009+daskygit@users.noreply.github.com> Date: Mon Aug 23 00:31:38 2021 +0100 Fix typo (#14118) commit f043b8be384cbfde6dcca0ffee2fc842a4fb4342 Merge: 4b87c1f40b aa28335651 Author: QMK Bot <hello@qmk.fm> Date: Sun Aug 22 21:43:07 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit aa28335651a5a76d89054509186500c3af6147e7 Author: Bror Winther <brorwinther@gmail.com> 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 <hello@qmk.fm> Date: Sun Aug 22 16:29:18 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 5319727b7086f9e73e423054eed4886d8de2750b Author: Ryan <fauxpark@gmail.com> 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 <hello@qmk.fm> Date: Sun Aug 22 06:04:52 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 46fb8742692b546901555ffc544e954801ff5340 Author: npspears <40127181+npspears@users.noreply.github.com> 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 <hello@qmk.fm> Date: Sun Aug 22 05:12:24 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 9a51076859f00c28749bc8e1627e7f09263f3a88 Author: Christian Sandven <christian.sandven@kindly.ai> Date: Sun Aug 22 07:11:56 2021 +0200 [Keyboard] Keyprez bison (#14100) Co-authored-by: Ryan <fauxpark@gmail.com> commit f70939444262da043dfd4e092579528498d14db6 Merge: aedd8cca31 b1b6fe1c3d Author: QMK Bot <hello@qmk.fm> Date: Sun Aug 22 05:11:44 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit aedd8cca310ecb45221566edcca34a749117329e Author: precondition <57645186+precondition@users.noreply.github.com> Date: Sun Aug 22 07:11:32 2021 +0200 [Keyboard] Kyria default reformat (#14080) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit b1b6fe1c3da1de17e56fc65499c61886cb0a298a Author: Conor Burns <mail@conor-burns.com> Date: Sun Aug 22 07:11:15 2021 +0200 [Keymap] added bongocat keymap to 0xCB Static (#14093) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 78ccd9c201199444bc06161b05ee8d7ba9c31613 Author: peepeetee <43021794+peepeetee@users.noreply.github.com> 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 <nick@tzarc.org> 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 <drashna@live.com> Date: Sat Aug 21 19:08:05 2021 -0700 [Keyboard] Disable Console on Keebio Quefrency (#14108) commit f4a2f2bb7e0d745c6f126db15b94955eebc64884 Author: Drashna Jaelre <drashna@live.com> Date: Sat Aug 21 18:34:16 2021 -0700 [Keyboard] Fix compile issues for Tractyl Manuform (#14105) commit e08d6a33fc1c119e4632bdaa37e75aebbd895dbd Author: Drashna Jaelre <drashna@live.com> Date: Sat Aug 21 18:34:04 2021 -0700 [Core] Fix copypasta issue with pmw3360 sensor config (#14106) commit 0ae20e74578ae4420af3e684f7ad9fcbd7beee94 Author: Joakim Tufvegren <jocke@barbanet.com> 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 <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> commit c5f41d42d8e4dc88b2aeb414aa0d26ad23ad34f1 Author: Drashna Jaelre <drashna@live.com> 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 <drashna@live.com> 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 <drashna@live.com> 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 <hello@qmk.fm> Date: Sat Aug 21 04:13:34 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit c1cad5b7516af745cc0a3ffde8c0cc9af63e5a1d Author: Drashna Jaelre <drashna@live.com> Date: Fri Aug 20 21:13:02 2021 -0700 [Keyboard] Fix naiping/npminila layout macro (#14098) commit a80d7891472335ec297082daecc6fbf90042c38c Author: Drashna Jaelre <drashna@live.com> 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 <fauxpark@gmail.com> commit afd3bcbf45a9b7de097d7666ced2c674192949e5 Author: Nick Brassel <nick@tzarc.org> Date: Sat Aug 21 13:38:38 2021 +1000 Fix up compilation issues. (#14095) commit ce379ef458fd9092543fb4022aab6e455865f514 Merge: a7d48b063e c71d67ba3f Author: QMK Bot <hello@qmk.fm> Date: Fri Aug 20 22:32:01 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit c71d67ba3f4bdedbd5ec1e931e6ea9568fcd0d98 Author: Spaceman <rionlion100@gmail.com> Date: Fri Aug 20 18:31:26 2021 -0400 [Core] [Docs] Remove travis-ci references (#13916) commit a7d48b063ec9d551396eadeb02a924d2ee3ea515 Author: Ryan <fauxpark@gmail.com> Date: Sat Aug 21 03:43:49 2021 +1000 Fix LED Matrix suspend code (#14090) commit e8943a8b0c9d7ff4f078fe1f76f2c62c269767c5 Merge: 1ec6ce8c37 30bb807c13 Author: QMK Bot <hello@qmk.fm> Date: Fri Aug 20 17:33:25 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 30bb807c13a5787164bd63fa17a97c0870a60198 Author: Weirdo <1248314361@qq.com> Date: Sat Aug 21 01:32:53 2021 +0800 [Keyboard] Add Naiping series keyboard (#14040) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 1ec6ce8c370d53292979718cc406b66c4c5616a8 Merge: 92fa07336c c1add5d0e2 Author: Zach White <skullydazed@gmail.com> 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 <git@zvecr.com> Date: Fri Aug 20 16:16:59 2021 +0100 Restore layout count validation (#14068) commit 92fa07336cd7fcd578c31a8069cf955a4d601327 Author: Drashna Jaelre <drashna@live.com> 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 <hello@qmk.fm> Date: Fri Aug 20 13:14:35 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 90ff4fe749346c3b92aa8ca6461f5091fabfa99e Author: tiltowait <208040+tiltowait@users.noreply.github.com> Date: Fri Aug 20 06:13:59 2021 -0700 [Keyboard] Add IBM Model M SSK configuration (#14050) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 69c71d4843586fad9c29c4dd945aa170f9990d8e Author: Joel Challis <git@zvecr.com> Date: Fri Aug 20 10:15:11 2021 +0100 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) commit b229b0fba72d79f1c723f2415531e61537b56fc3 Author: Joel Challis <git@zvecr.com> 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 <hello@qmk.fm> Date: Fri Aug 20 04:36:09 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit fd54992e1f65713a93115a0a1737e97d3e2d8522 Author: Drashna Jaelre <drashna@live.com> Date: Thu Aug 19 21:35:29 2021 -0700 [Keyboard] Fix Feels65 Via keymap (#14086) commit 8dfd33e3d1d62b410e4f94b3eb5a1caf5ef5dcf6 Merge: c6f24f66bd 37b5ead17d Author: QMK Bot <hello@qmk.fm> Date: Fri Aug 20 04:27:09 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 37b5ead17d55d893d8639acd402cb4907ff4cc2c Author: Drashna Jaelre <drashna@live.com> 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 <hello@qmk.fm> Date: Fri Aug 20 04:22:05 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit cc0ae9cc4ceaf3bdd5d33e1d410b319db617c4eb Author: Drashna Jaelre <drashna@live.com> Date: Thu Aug 19 21:21:00 2021 -0700 Revert "[Keyboard] Dumbpad VIA support added (#13512)" commit 0a1bf7f6aa6e44557041e03f6e58df5a180c6d79 Author: Simon Arlott <70171+nomis@users.noreply.github.com> 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 <git@zvecr.com> commit 462e7f075a14175be08f32561d5ba783e725ab7c Author: moyi4681 <moyi4681@users.noreply.github.com> 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 <git@zvecr.com> commit 34137666498f367c677b751abab97100f30d1d36 Merge: 7f1c90b7a8 b724a0dfd5 Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 19 18:59:06 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit b724a0dfd5782f81d52fa006466e607d7ba04c5e Author: SneakboxKB <67670271+SneakboxKB@users.noreply.github.com> Date: Thu Aug 19 13:58:35 2021 -0500 [Keyboard] Ava initial commit (#13845) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: SneakboxKB <64090325+mujimanic@users.noreply.github.com> commit 7f1c90b7a8d66b806f87229fb96e5c69ee9fb1a4 Author: Dasky <32983009+daskygit@users.noreply.github.com> Date: Thu Aug 19 19:58:17 2021 +0100 [Core] Speed up pimoroni trackball driver (#13823) commit e988f58374a138a1af79a141dc8eda54c8782907 Merge: 4279b14adf a12f3a3fb8 Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 19 18:45:19 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit a12f3a3fb87374d1c68417b2f58a22bad687f12c Author: minibois <themrminimario@gmail.com> Date: Thu Aug 19 20:44:47 2021 +0200 [Keyboard] Minor fixes for mini_elixivy/info.json (#14022) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 4279b14adffe081a3dfb17fa0f04ed21513e5eda Merge: 9d1c98c891 f4f679779e Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <72414103+spbgzh@users.noreply.github.com> Date: Thu Aug 19 21:17…
commit 46f15cd1a533cce8c9f7a406b1e6ee6765e48a20 Author: yfuku <30647434+yfuku@users.noreply.github.com> Date: Sat Sep 11 13:59:28 2021 +0900 [Keyboard] owl8 bugfix (#14020) commit d0b1d9f548aa39e1d267e8f62db4e0c65aae9206 Author: AKiwi92 <69772382+AKiwi92@users.noreply.github.com> 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 <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ash <ash@splitpixel.co.uk> commit 6213989c3248405aed7710d68599c8e61ac5b910 Author: rarick <36723740+rarick@users.noreply.github.com> 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 <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> commit d7747a2d700eec08679011d79dc6192fe43ca402 Author: Zac Moulton <moulton.zac@gmail.com> Date: Fri Sep 10 18:56:50 2021 -0700 [Keymap] moults31 userspace and keymaps (#12025) commit 759d1927f099ba319ad09c69a2cc71026d775713 Author: Xelus22 <17491233+Xelus22@users.noreply.github.com> 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 <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * List form readme. Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * change layout name Co-authored-by: Joel Challis <git@zvecr.com> * add layout Co-authored-by: Joel Challis <git@zvecr.com> * add license Co-authored-by: Joel Challis <git@zvecr.com> * 2021 update Co-authored-by: Joel Challis <git@zvecr.com> * add license Co-authored-by: Joel Challis <git@zvecr.com> * sigprof suggested changes * Remove redundant define Co-authored-by: Ryan <fauxpark@gmail.com> * Fixup readme Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update keyboards/xelus/rs60/info.json Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> commit 7277f1febe0e86e8a32beb779aa24e02bfdb6826 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 23:11:17 2021 +1000 Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375) commit d5cb7de5e4ea60dce69764a627358d534af1f666 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 17:17:54 2021 +1000 Change USBasp and bootloadHID bootloaders to lowercase (#14354) commit 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 13:35:46 2021 +1000 Remove bootloader listings from rules.mk (#14330) commit 2cb9219a3e655218f5380a41cf5bc5e3135caaa1 Author: Ryan <fauxpark@gmail.com> Date: Fri Sep 10 13:32:22 2021 +1000 Remove commented out BLUETOOTH_ENABLE rules (#14361) commit 7f80076d044d729407cc4aad35095ff4a8ff5653 Author: Joel Challis <git@zvecr.com> Date: Fri Sep 10 03:57:36 2021 +0100 Align rgb/led matrix docs with current behaviour (#14367) commit 22499636871ae8f0b8f2da90f801f9290fb1d186 Author: Uy Bui <uybv.cntt@gmail.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit d6dd2e0d516a67bdc9bde2b6d1680a00c48675e4 Author: Ryan <fauxpark@gmail.com> Date: Thu Sep 9 16:50:52 2021 +1000 Fix CRLF in lyra/rev1 (#14360) commit 4c88f76be8099d45444cea894bb2162870115832 Author: Malevolti <82970232+Malevolti@users.noreply.github.com> Date: Thu Sep 9 07:34:32 2021 +0100 [Keyboard] add lyra (#13977) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 82ee9bd475be9723d53ea3e8e101a038bbfa1b25 Author: mechlovin <57231893+mechlovin@users.noreply.github.com> Date: Wed Sep 8 22:23:26 2021 -0700 [Keyboard] Add Olly JF PCB (#14056) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 6d43a5daf4225cf677840d11b151d28f49e8f9e9 Author: Drashna Jaelre <drashna@live.com> Date: Wed Sep 8 20:19:06 2021 -0700 Backport F_CPU/F_USB hack from system76 (#14286) Co-authored-by: Ryan <fauxpark@gmail.com> commit cb4006c0b47e9d99c2f60b74d414b19cf4b9e333 Author: Felix Jen <fjen@felixjen.com> Date: Wed Sep 8 19:44:52 2021 -0700 [Keymap] Fix Maker Keyboards Alexa Keymap (#14355) commit 891ddd9a30628509b239a0d41fbdc65b4530f80a Author: Ethan Yates <70546312+RealEmanGaming@users.noreply.github.com> Date: Wed Sep 8 20:14:03 2021 -0600 [Keyboard] Add 61Key (#14259) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit f3bef84dace5d1d938f9d02be644bf421a4a3de1 Author: JayceFayne <13365789+JayceFayne@users.noreply.github.com> 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 <13365789+JayceFayne@users.noreply.github.com> 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 <drashna@live.com> Date: Wed Sep 8 18:10:43 2021 -0700 [Keyboard] Minor tweaks to Work Board layout (#14351) commit 9e77cdf4e66ff1cfdd7effaf77e129bf3ae9a1a5 Author: Ryan <fauxpark@gmail.com> Date: Thu Sep 9 10:27:58 2021 +1000 Bugfix for Joystick and JSON schema (#14295) commit 3f2a030de6a306ed72eafe7aa143a5b695f9469d Author: rhmokey <57172003+rhmokey@users.noreply.github.com> Date: Thu Sep 9 07:57:43 2021 +0800 [Keyboard] Add new Mokey keyboard (#14329) Co-authored-by: Ryan <fauxpark@gmail.com> commit d510f6afa97801ea53078ac7fbdbd24824d77f4e Author: Gastón Jorquera <email@gaston.life> Date: Wed Sep 8 16:55:12 2021 -0700 [Keymap] Add Gaston's Lily58 custom keymap (#14334) Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Gaston Jorquera <gjorquera@gmail.com> commit 4294aa0f1ee546c74a72bad3e556d7ee4e020a88 Author: Drashna Jaelre <drashna@live.com> 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 <keenan@thebrocks.net> Date: Wed Sep 8 19:02:50 2021 -0400 [Keyboard] Add VIA keymap for the reviung39 (#14234) commit 2e0659f7fddd4c872b230c4a7d2e2a5517042414 Author: Joel Challis <git@zvecr.com> Date: Wed Sep 8 23:44:18 2021 +0100 Fixes for recent i2c migrations (#14352) commit 9c175f180138558748b0b240e76cb04fa11f9927 Author: jackytrabbit <jacky_lijun@126.com> Date: Wed Sep 8 15:34:36 2021 +0800 [Keyboard] Update VIA support for lazydesigners/the40 (#14240) Co-authored-by: Joel Challis <git@zvecr.com> commit 541e1012912e320e0f65ac1e24f9f8659a5571a8 Author: Gabriel Bustamante <gabriel.bustamante@usach.cl> Date: Wed Sep 8 03:53:33 2021 -0300 [Keymap] New keymap for bm40 (#14182) commit 3ef01a3482b76a956ba2f9f399a14d9e2f86b362 Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Wed Sep 8 12:07:00 2021 +0800 [Keyboard] add wang ergo (#14245) Co-authored-by: Ryan <fauxpark@gmail.com> commit 1ebaec96e7a9695578813916ba2e1651101e385b Author: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Wed Sep 8 03:23:45 2021 +0000 Sneakbox Ava tidy-up (#14298) commit 267ffb9914fd04026aa9841c6c15e51ee6841811 Author: IFo Hancroft <contact@ifohancroft.com> Date: Wed Sep 8 06:01:58 2021 +0300 [Keymap] Adding IFo Hancroft's ErgoDox EZ Keymap (#14342) commit 0b8d6df39037e58b6b699332d2bbbc448889c6b2 Author: Drashna Jaelre <drashna@live.com> Date: Tue Sep 7 18:53:55 2021 -0700 [Keyboard] Fix issues with 3w6 rev2 matrix (#14346) commit 60c5bd7b5e0e75f48d9731118b92a3add3342efd Author: Joel Challis <git@zvecr.com> Date: Wed Sep 8 02:23:11 2021 +0100 handwired/dactyl - Refactor use of legacy i2c implementation (#14344) commit 04c0704b280c4847c43b164335e9741b19219131 Author: Joel Challis <git@zvecr.com> 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 <git@zvecr.com> Date: Tue Sep 7 16:34:59 2021 +0100 Refactor use of legacy i2c implementation (#14341) commit 2d6635214ab05858271f312619c5447bf317cf51 Author: Joel Challis <git@zvecr.com> 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 <shiftux@gmail.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 85a14ac25bca14e91a21f1820e06079b9c3a078e Author: Monksoffunk <monksoffunk@users.noreply.github.com> Date: Mon Sep 6 22:49:09 2021 +0900 [Keyboard] Zinc: fix RGBLED_NUM bug (#13287) commit 1a494da288509d162593aaa07f4f9ca36b6b3dbd Author: Joel Challis <git@zvecr.com> Date: Sun Sep 5 23:56:10 2021 +0100 Fix eeprom for Durgod boards (#14324) commit 1e1be4c229651703ef7c62784b704a859a3d13cf Author: Drashna Jaelre <drashna@live.com> Date: Sun Sep 5 15:35:42 2021 -0700 [Bug] Fix compile issues for boards with custom matrix (#14323) commit 8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64 Author: Joel Challis <git@zvecr.com> 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 <fauxpark@gmail.com> 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 <niko@nerdno.de> 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 <13365789+JayceFayne@users.noreply.github.com> Date: Sun Sep 5 18:09:20 2021 +0200 [Core] Add `is_oled_scrolling` (#14305) commit 0471429c018b85ebbccfe8c823621235c99458b2 Author: kb-elmo <lorwel@mailbox.org> Date: Sun Sep 5 18:05:55 2021 +0200 [Keyboard] Fix rotary encoder function for Voice65 (#14316) Co-authored-by: Ryan <fauxpark@gmail.com> commit 014aa0661e2d9cf5b67334f82869d4a841cc703f Author: JayceFayne <13365789+JayceFayne@users.noreply.github.com> Date: Sat Sep 4 16:01:56 2021 +0200 Fix Space Cadet md link (#14300) commit c9262cf7f8ff42741189a765ca76b531ac20fbc5 Author: Albert Y <76888457+filterpaper@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <fauxpark@gmail.com> Date: Sat Sep 4 02:09:30 2021 +1000 Remove more cruft in keyboard files (#14288) commit a01057d19dfa208fcf5c7cd16689257cb41ac79b Author: jhauh <8780195+jhauh@users.noreply.github.com> Date: Thu Sep 2 18:50:17 2021 +0100 [Keymap] Update iris fluffactually keymap (#14265) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 956cf8d7bfbca187ad9d1e0aabbe6c25348d5e07 Author: Drashna Jaelre <drashna@live.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 0290dd35471a6649c878c590fb9b4798940d05b2 Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <71780717+Jonavin@users.noreply.github.com> Date: Thu Sep 2 00:12:57 2021 -0400 [Keymap] new murphpad landscape keymap with encoder enhanced functions (#14103) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jonavin <=> commit e056ae58a045d59686572ec1349c5c9f285517e5 Author: peott-fr <70998091+peott-fr@users.noreply.github.com> Date: Wed Sep 1 21:12:15 2021 -0700 [Keymap] Fine-tuning Nyquist keymap. (#14269) commit 37aef4ebe17b04de07a17748e2452c2f1ebe77bd Author: Drashna Jaelre <drashna@live.com> Date: Wed Sep 1 21:08:58 2021 -0700 [Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271) commit c1e5c920a9929a0434edca537e6c58aed294668c Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> Date: Thu Sep 2 03:46:53 2021 +0000 wuque/serneity65: Layout Macro rework and Configurator fix (#14267) commit cb53c4fd41885ba60192cbd0b5fd23d6a687ab17 Author: hvp <32483282+hvpkod@users.noreply.github.com> 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 <70998091+peott-fr@users.noreply.github.com> Date: Wed Sep 1 20:44:12 2021 -0700 [Keymap] Add peott-fr H87 keymap (#14232) commit b6ca21c65c0d32241ed697072292bd5118b64f9a Author: jonavin <71780717+Jonavin@users.noreply.github.com> 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 <christian.eiden@neteleven.de> Date: Thu Sep 2 05:41:17 2021 +0200 [Keymap] own scylla keymap (#14224) Co-authored-by: Drashna Jaelre <drashna@live.com> commit bb356a1584aa30020744432b87304ba912079ee7 Author: qieq <25284336+qieq@users.noreply.github.com> Date: Thu Sep 2 06:40:12 2021 +0300 [Docs] Update path to keycode.h (#14263) commit 7575bc23a677c9d34f4416dcfd2db6eafc1fd623 Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <18669334+noroadsleft@users.noreply.github.com> 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 <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit c573926e05ccdf71fdafa433db7cc46712d96d11 Author: Jay Greco <jayv.greco@gmail.com> 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 <18669334+noroadsleft@users.noreply.github.com> Date: Wed Sep 1 02:50:32 2021 +0000 mnk50: Configurator Fix and Layout Macro Additions (#14257) Co-authored-by: Ryan <fauxpark@gmail.com> commit c5ec423438696881c25ce1fe2ee189091e0510d6 Author: Casey Webster <casey.webster@gmail.com> Date: Tue Aug 31 19:50:42 2021 -0500 [Keymap] cwebster2 Keymap and userspace updates (#14258) commit fac5ec46564320ebbbc3d1f5575566badca2d3d7 Author: Andre Brait <andrebrait@gmail.com> 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 <drashna@live.com> Date: Tue Aug 31 15:25:46 2021 -0700 [Keyboard] Disable console on Iris Rev5 (#14249) commit 92106ee0388813399df01b07cf47a4f1e89ecf2d Author: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Tue Aug 31 18:29:49 2021 +0000 emi20: remove dead space from Configurator layout (#14254) commit b6d7b13a7a0f7a03bd44355766d35ab3fcb76feb Author: Felix Jen <fjen@felixjen.com> Date: Tue Aug 31 11:24:41 2021 -0700 [Keyboard] Add FJLabs KF87 PCB (#14179) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 6f5428687c37d45cf279d9d3f44de1098a767723 Author: Ibnu Daru Aji <ibnuda@users.noreply.github.com> Date: Wed Sep 1 01:23:02 2021 +0700 [Keymap] reflects current rick's keymap (#14169) commit bdd0a6c09789e3e4380f4351f1f83004542d309f Author: Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> 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 <git@zvecr.com> commit f2c9e82e5b3887ed28c3a5c68d27c4efaca54201 Author: Joel Challis <git@zvecr.com> Date: Tue Aug 31 00:25:41 2021 +0100 cherry pick tidy up (#14244) commit 1e7117317fd8a51f9ca6e926777694b930c9502b Author: coliss86 <coliss86@users.noreply.github.com> Date: Tue Aug 31 01:13:19 2021 +0200 Documentation: Fix links in key overrides (#14228) Co-authored-by: Joel Challis <git@zvecr.com> commit 5ed8edae498178c8a3c958d36b5e19150ef2caf2 Author: JX <572673807@qq.com> Date: Tue Aug 31 03:34:19 2021 +0800 Update ws2812_spi.c (#14237) commit 2dc07391bd61e266ac2410ba7c0413c19eea5db5 Author: Danny <nooges@users.noreply.github.com> Date: Mon Aug 30 14:49:46 2021 -0400 [Keyboard] Add Iris Rev. 5 (#13934) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 27aebba1b1eadedf2ce25efc081aef3bdbbaab7a Author: dogspace <43654839+dogspace@users.noreply.github.com> Date: Mon Aug 30 14:42:04 2021 -0400 [Keymap] Add new snailmap keymap to nullbitsco/nibble keyboard (#14024) Co-authored-by: Ryan <fauxpark@gmail.com> commit c9283f4c1f073da0072638e78b3d5bf5619a89f4 Author: kb-elmo <lorwel@mailbox.org> Date: Mon Aug 30 20:29:15 2021 +0200 [Keyboard] Add OwLab Jelly Epoch (#14190) Co-authored-by: Ryan <fauxpark@gmail.com> commit b63114ea2963b2c6391176329e8ef6381b16aea2 Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Tue Aug 31 02:28:54 2021 +0800 [Keyboard] add slamz keyboard (#14188) Co-authored-by: Ryan <fauxpark@gmail.com> commit 9583f9f589ec4ecaafd3c8f9c709ce981dc684af Author: Purdea Andrei <andrei@purdea.ro> 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 <fjen@felixjen.com> Date: Mon Aug 30 11:05:13 2021 -0700 [Keyboard] add maker keyboards alexa (#14165) commit 557fce7a8e7606355f4b058ff597d70d1a3e32c7 Author: peott-fr <70998091+peott-fr@users.noreply.github.com> Date: Mon Aug 30 11:04:42 2021 -0700 [Keymap] Add peott-fr keymap for Kbd6x (#14164) commit 9d32cb68c31c752964ea9fceee8492e4a5e7bd56 Author: Vincent Vorholter <VINNA152@GMAIL.COM> Date: Mon Aug 30 20:03:53 2021 +0200 [Keyboard] Changed ProductID on basketweav keyboards (#14162) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Vince Vorholter <vince@28east.co.za> commit baa423004a870b5cb86f4d1197dcda5f8b390f49 Author: Zach White <skullydazed@gmail.com> 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 <skullydazed@gmail.com> 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 <70998091+peott-fr@users.noreply.github.com> 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 <sigprof@gmail.com> 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 <jrfhoutx@comcast.net> Date: Sun Aug 29 14:18:56 2021 -0500 [Keyboard] Add Viktus SP Mini (#14069) Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> commit f87cd8e8a02bf89d05737a19fd54e8ec6f63f90f Author: Trent Hoh <trenthoh@gmail.com> Date: Sun Aug 29 19:09:43 2021 +0800 [Keyboard] Corrected layout for np24 by YMDK (#14096) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 94d7635a4a8e335c743b4e77f8dd340665d43437 Author: peott-fr <70998091+peott-fr@users.noreply.github.com> Date: Sun Aug 29 04:08:23 2021 -0700 [Keymap] My Prime E keymap (#14117) commit 5d5668c3f8d77bebd841b838256f131de6ced497 Author: Weirdo <1248314361@qq.com> Date: Sun Aug 29 19:07:54 2021 +0800 [Keyboard] Add kelownaRGB64 (#14141) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 9afc64cd61da5e3e1d2fd72a83602709a6e4e4b8 Author: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Date: Sun Aug 29 15:06:00 2021 +0900 [Keyboard] fix compile error `make helix/rev2/sc:all` (#14214) commit dd8922d48269a0664e840d6b6a537b8b91c1826b Author: Nick Brassel <nick@tzarc.org> Date: Sun Aug 29 10:51:53 2021 +1000 Fixup upstream paths for submodules. (#14205) commit 6caebb7b619d85efc6932111f58b4a5e6d8e18eb Author: Nick Brassel <nick@tzarc.org> Date: Sun Aug 29 09:47:48 2021 +1000 Bootmagic lite docs clarity. (#14204) commit f061ca497464fe85284906fb163a33eaee7a91ef Merge: ff65185dec 4bad375d7c Author: Nick Brassel <nick@tzarc.org> Date: Sun Aug 29 08:20:25 2021 +1000 Breaking changes develop merge to master, 2021Q3 edition. (#14196) commit 4bad375d7c09d949a9dcdd4feba147c9c7a67ec6 Author: Nick Brassel <nick@tzarc.org> 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 <drashna@live.com> 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 <hello@qmk.fm> Date: Thu Aug 26 17:50:09 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit ff65185dec6f97be1eb49f17cea526a0d0bbf3d6 Author: jackytrabbit <jacky_lijun@126.com> 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 <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/cassette8/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/cassette8/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> commit a13b0d8a6cdfbb0c7873144e464c4ae13fa30854 Merge: 87cdb1cf9a 3fce5e6912 Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 26 17:47:28 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 3fce5e6912d78ec9fff4124b6952e3b8a0d4d3ae Author: jpuerto96 <jpuerto96@hotmail.com> 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 <git@zvecr.com> * Update keyboards/v4n4g0rth0n/v1/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v4n4g0rth0n/v4n4g0rth0n.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v4n4g0rth0n/v2/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v4n4g0rth0n/v1/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 87cdb1cf9a89a702f0c4286d4260fc84b18ae042 Author: Joel Challis <git@zvecr.com> Date: Thu Aug 26 16:53:24 2021 +0100 Update readme files (#14172) commit 48d0ad28e789abae0413002f9dbda38f1a82924a Author: Joel Challis <git@zvecr.com> Date: Thu Aug 26 14:14:48 2021 +0100 Move to correct location (#14171) commit 6d646880a4d170409d784dab8be79ff3571d62ae Merge: 2bc978437e edf35615cf Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 26 11:38:28 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit edf35615cf4052e94024101e1f4ccb3ed838ce47 Author: kb-elmo <lorwel@mailbox.org> 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 <hello@qmk.fm> Date: Wed Aug 25 23:56:39 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit ee3a1133f1283fab132f4d601e19a61da2041631 Author: Charles <charles.fourneau@gmail.com> 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 <drashna@live.com> * Apply suggestions from code review 2 Firmware size optimization Co-authored-by: Drashna Jaelre <drashna@live.com> * Rename files as per project guidelines + remove empty * Update link in readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> commit 0c97bc5179ede0911067ecb0d96745d29710df07 Merge: 329c130202 4c5334cb9e Author: QMK Bot <hello@qmk.fm> Date: Wed Aug 25 23:40:04 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 4c5334cb9e0fef692ed3bd7a3e02579271f0f338 Author: 8bits4ever <87928173+8bits4ever@users.noreply.github.com> 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 <hello@qmk.fm> Date: Wed Aug 25 19:04:06 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 89f2b9486fe28685a5e53f6ef20d140ccba4aab7 Author: MechMaster48 <zfoster777@gmail.com> Date: Wed Aug 25 12:03:27 2021 -0700 [Keymap] mechmaster48 keymap for OLKB Preonic rev3 (#14137) commit 527b1e52aa0c87d49b90ea18d7d3ca9728aaa9c2 Author: Joel Challis <git@zvecr.com> Date: Wed Aug 25 15:27:48 2021 +0100 Move nix folder alongside vagrant (#14132) commit a84de5e22be25e2059dfee732f5cca3ec0953a35 Author: Joel Challis <git@zvecr.com> 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 <hello@qmk.fm> Date: Tue Aug 24 22:10:04 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit bb1b82224772fcff8518b301f12c46fd132b04fd Author: Albert Y <76888457+filterpaper@users.noreply.github.com> 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 <git@zvecr.com> Date: Tue Aug 24 17:18:25 2021 +0100 Fix merge artifacts (#14146) commit 2cade3a48300e0709f8aec68602faf90947b6738 Author: Joel Challis <git@zvecr.com> 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 <hello@qmk.fm> Date: Tue Aug 24 15:44:36 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit b4867e1600baa615ec9b28421fc23d4b85bad8ec Author: Yoichiro Tanaka <yoichiro6642@gmail.com> Date: Wed Aug 25 00:44:00 2021 +0900 [Keyboard] Add yoichiro/lunakey_macro (#13849) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0 Author: Joel Challis <git@zvecr.com> 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 <drashna@live.com> Date: Tue Aug 24 07:32:31 2021 -0700 Merge remote-tracking branch 'origin/master' into develop commit c9c60d227e38abdf08ca86bcdad3a0cac2579e3f Author: Takeshi ISHII <2170248+mtei@users.noreply.github.com> 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 <git@zvecr.com> 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 <72414103+spbgzh@users.noreply.github.com> Date: Tue Aug 24 12:50:56 2021 +0300 [Keyboard] Add serneity65 (#13889) commit c4a2dc9a2d1b0c053272aec7672ab8df92550e88 Author: Xelus22 <17491233+Xelus22@users.noreply.github.com> Date: Tue Aug 24 19:39:24 2021 +1000 fix (#14142) commit 3ef978cb132e89f3dc55edc47c2c0c0f330cbd0d Author: Christian Sandven <christian.sandven@kindly.ai> Date: Tue Aug 24 10:54:17 2021 +0200 [Keyboard] Fix keyprez qmk configurator (#14119) commit a4aa6ccf7b98a203c16be51e8db4970a80f0abfd Author: kb-elmo <lorwel@mailbox.org> Date: Tue Aug 24 10:49:50 2021 +0200 [Keyboard] Add QEZ keyboard (#14131) commit b8c74d6b5d2e31b59b4ec73c84b8b4212b4b0936 Author: Albert Y <76888457+filterpaper@users.noreply.github.com> 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 <stickandgum@users.noreply.github.com> Date: Tue Aug 24 04:48:35 2021 -0400 [Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123) Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> commit e1c264f5793b246baa1dd70b39e964dd821c475f Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Tue Aug 24 16:42:23 2021 +0800 [Keyboard] Update info.json for ocean/gin_v2 (#14121) Co-authored-by: Ryan <fauxpark@gmail.com> commit bc239cd52022ea7ca26310faa9ed98e3faa81cb6 Author: Drashna Jaelre <drashna@live.com> Date: Tue Aug 24 01:37:14 2021 -0700 [Keymap] Drashna keymap fixups (#14140) commit 3455e2408dd8e3f11854fd6660e2b40027bcd92e Author: Drashna Jaelre <drashna@live.com> Date: Tue Aug 24 01:19:00 2021 -0700 [Keyboard] Fix default keymap for quark squared keyboard (#14139) commit 4e1c5887c5c08ebd2cf7868c8d9292aa728e7bf0 Author: Xelus22 <17491233+Xelus22@users.noreply.github.com> 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 <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com> commit 47a38c3f0ea0fe44c90040514889a69de9b53f2f Author: Joel Challis <git@zvecr.com> Date: Tue Aug 24 05:02:53 2021 +0100 Remove more unused files (#14135) commit 6fd20acf4be76e7a2bd82d3dfd0a9bcca8c507eb Author: Drashna Jaelre <drashna@live.com> 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 <66767061+lalalademaxiya1@users.noreply.github.com> 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 <drashna@live.com> Date: Mon Aug 23 15:46:06 2021 -0700 Fix bootloadHID comments breaking :flash (#14133) commit e756a21636149ad47c19c659d04be93cf3071dab Author: Donald Kjer <don.kjer@gmail.com> 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 <whatever@xyz.is> Co-authored-by: zvecr <git@zvecr.com> commit 2481e109a0f79b4cdcecab4a6bf6755fb5eda3fc Merge: f314705921 9472c4b8cb Author: QMK Bot <hello@qmk.fm> Date: Mon Aug 23 22:06:37 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 9472c4b8cb448f04e17810dd304e368c60fdd504 Author: Olli Helenius <liff@iki.fi> 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 <pathnirvana@gmail.com> 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 <hello@qmk.fm> Date: Mon Aug 23 14:26:24 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit a72b5621418bebf253865ed19f92a860b5b9039a Author: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> 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 <nick@tzarc.org> Date: Mon Aug 23 19:37:16 2021 +1000 Fixup line endings. commit 71df135254709c183b980b89554216ec86d02eab Author: stickandgum <stickandgum@users.noreply.github.com> Date: Sun Aug 22 22:19:11 2021 -0400 [Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120) Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> commit 355872cc1d7c0eb5e5c66845188d53c7a434c8d2 Merge: 9af069ecf3 5cd7999bc4 Author: QMK Bot <hello@qmk.fm> Date: Mon Aug 23 02:10:58 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 5cd7999bc4b9e7c049bc80e0f812676528a07209 Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> 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 <32983009+daskygit@users.noreply.github.com> Date: Mon Aug 23 00:31:38 2021 +0100 Fix typo (#14118) commit f043b8be384cbfde6dcca0ffee2fc842a4fb4342 Merge: 4b87c1f40b aa28335651 Author: QMK Bot <hello@qmk.fm> Date: Sun Aug 22 21:43:07 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit aa28335651a5a76d89054509186500c3af6147e7 Author: Bror Winther <brorwinther@gmail.com> 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 <hello@qmk.fm> Date: Sun Aug 22 16:29:18 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 5319727b7086f9e73e423054eed4886d8de2750b Author: Ryan <fauxpark@gmail.com> 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 <hello@qmk.fm> Date: Sun Aug 22 06:04:52 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 46fb8742692b546901555ffc544e954801ff5340 Author: npspears <40127181+npspears@users.noreply.github.com> 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 <hello@qmk.fm> Date: Sun Aug 22 05:12:24 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 9a51076859f00c28749bc8e1627e7f09263f3a88 Author: Christian Sandven <christian.sandven@kindly.ai> Date: Sun Aug 22 07:11:56 2021 +0200 [Keyboard] Keyprez bison (#14100) Co-authored-by: Ryan <fauxpark@gmail.com> commit f70939444262da043dfd4e092579528498d14db6 Merge: aedd8cca31 b1b6fe1c3d Author: QMK Bot <hello@qmk.fm> Date: Sun Aug 22 05:11:44 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit aedd8cca310ecb45221566edcca34a749117329e Author: precondition <57645186+precondition@users.noreply.github.com> Date: Sun Aug 22 07:11:32 2021 +0200 [Keyboard] Kyria default reformat (#14080) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit b1b6fe1c3da1de17e56fc65499c61886cb0a298a Author: Conor Burns <mail@conor-burns.com> Date: Sun Aug 22 07:11:15 2021 +0200 [Keymap] added bongocat keymap to 0xCB Static (#14093) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 78ccd9c201199444bc06161b05ee8d7ba9c31613 Author: peepeetee <43021794+peepeetee@users.noreply.github.com> 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 <nick@tzarc.org> 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 <drashna@live.com> Date: Sat Aug 21 19:08:05 2021 -0700 [Keyboard] Disable Console on Keebio Quefrency (#14108) commit f4a2f2bb7e0d745c6f126db15b94955eebc64884 Author: Drashna Jaelre <drashna@live.com> Date: Sat Aug 21 18:34:16 2021 -0700 [Keyboard] Fix compile issues for Tractyl Manuform (#14105) commit e08d6a33fc1c119e4632bdaa37e75aebbd895dbd Author: Drashna Jaelre <drashna@live.com> Date: Sat Aug 21 18:34:04 2021 -0700 [Core] Fix copypasta issue with pmw3360 sensor config (#14106) commit 0ae20e74578ae4420af3e684f7ad9fcbd7beee94 Author: Joakim Tufvegren <jocke@barbanet.com> 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 <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> commit c5f41d42d8e4dc88b2aeb414aa0d26ad23ad34f1 Author: Drashna Jaelre <drashna@live.com> 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 <drashna@live.com> 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 <drashna@live.com> 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 <hello@qmk.fm> Date: Sat Aug 21 04:13:34 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit c1cad5b7516af745cc0a3ffde8c0cc9af63e5a1d Author: Drashna Jaelre <drashna@live.com> Date: Fri Aug 20 21:13:02 2021 -0700 [Keyboard] Fix naiping/npminila layout macro (#14098) commit a80d7891472335ec297082daecc6fbf90042c38c Author: Drashna Jaelre <drashna@live.com> 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 <fauxpark@gmail.com> commit afd3bcbf45a9b7de097d7666ced2c674192949e5 Author: Nick Brassel <nick@tzarc.org> Date: Sat Aug 21 13:38:38 2021 +1000 Fix up compilation issues. (#14095) commit ce379ef458fd9092543fb4022aab6e455865f514 Merge: a7d48b063e c71d67ba3f Author: QMK Bot <hello@qmk.fm> Date: Fri Aug 20 22:32:01 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit c71d67ba3f4bdedbd5ec1e931e6ea9568fcd0d98 Author: Spaceman <rionlion100@gmail.com> Date: Fri Aug 20 18:31:26 2021 -0400 [Core] [Docs] Remove travis-ci references (#13916) commit a7d48b063ec9d551396eadeb02a924d2ee3ea515 Author: Ryan <fauxpark@gmail.com> Date: Sat Aug 21 03:43:49 2021 +1000 Fix LED Matrix suspend code (#14090) commit e8943a8b0c9d7ff4f078fe1f76f2c62c269767c5 Merge: 1ec6ce8c37 30bb807c13 Author: QMK Bot <hello@qmk.fm> Date: Fri Aug 20 17:33:25 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 30bb807c13a5787164bd63fa17a97c0870a60198 Author: Weirdo <1248314361@qq.com> Date: Sat Aug 21 01:32:53 2021 +0800 [Keyboard] Add Naiping series keyboard (#14040) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 1ec6ce8c370d53292979718cc406b66c4c5616a8 Merge: 92fa07336c c1add5d0e2 Author: Zach White <skullydazed@gmail.com> 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 <git@zvecr.com> Date: Fri Aug 20 16:16:59 2021 +0100 Restore layout count validation (#14068) commit 92fa07336cd7fcd578c31a8069cf955a4d601327 Author: Drashna Jaelre <drashna@live.com> 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 <hello@qmk.fm> Date: Fri Aug 20 13:14:35 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 90ff4fe749346c3b92aa8ca6461f5091fabfa99e Author: tiltowait <208040+tiltowait@users.noreply.github.com> Date: Fri Aug 20 06:13:59 2021 -0700 [Keyboard] Add IBM Model M SSK configuration (#14050) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 69c71d4843586fad9c29c4dd945aa170f9990d8e Author: Joel Challis <git@zvecr.com> Date: Fri Aug 20 10:15:11 2021 +0100 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) commit b229b0fba72d79f1c723f2415531e61537b56fc3 Author: Joel Challis <git@zvecr.com> 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 <hello@qmk.fm> Date: Fri Aug 20 04:36:09 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit fd54992e1f65713a93115a0a1737e97d3e2d8522 Author: Drashna Jaelre <drashna@live.com> Date: Thu Aug 19 21:35:29 2021 -0700 [Keyboard] Fix Feels65 Via keymap (#14086) commit 8dfd33e3d1d62b410e4f94b3eb5a1caf5ef5dcf6 Merge: c6f24f66bd 37b5ead17d Author: QMK Bot <hello@qmk.fm> Date: Fri Aug 20 04:27:09 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit 37b5ead17d55d893d8639acd402cb4907ff4cc2c Author: Drashna Jaelre <drashna@live.com> 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 <hello@qmk.fm> Date: Fri Aug 20 04:22:05 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit cc0ae9cc4ceaf3bdd5d33e1d410b319db617c4eb Author: Drashna Jaelre <drashna@live.com> Date: Thu Aug 19 21:21:00 2021 -0700 Revert "[Keyboard] Dumbpad VIA support added (#13512)" commit 0a1bf7f6aa6e44557041e03f6e58df5a180c6d79 Author: Simon Arlott <70171+nomis@users.noreply.github.com> 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 <git@zvecr.com> commit 462e7f075a14175be08f32561d5ba783e725ab7c Author: moyi4681 <moyi4681@users.noreply.github.com> 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 <git@zvecr.com> commit 34137666498f367c677b751abab97100f30d1d36 Merge: 7f1c90b7a8 b724a0dfd5 Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 19 18:59:06 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit b724a0dfd5782f81d52fa006466e607d7ba04c5e Author: SneakboxKB <67670271+SneakboxKB@users.noreply.github.com> Date: Thu Aug 19 13:58:35 2021 -0500 [Keyboard] Ava initial commit (#13845) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: SneakboxKB <64090325+mujimanic@users.noreply.github.com> commit 7f1c90b7a8d66b806f87229fb96e5c69ee9fb1a4 Author: Dasky <32983009+daskygit@users.noreply.github.com> Date: Thu Aug 19 19:58:17 2021 +0100 [Core] Speed up pimoroni trackball driver (#13823) commit e988f58374a138a1af79a141dc8eda54c8782907 Merge: 4279b14adf a12f3a3fb8 Author: QMK Bot <hello@qmk.fm> Date: Thu Aug 19 18:45:19 2021 +0000 Merge remote-tracking branch 'origin/master' into develop commit a12f3a3fb87374d1c68417b2f58a22bad687f12c Author: minibois <themrminimario@gmail.com> Date: Thu Aug 19 20:44:47 2021 +0200 [Keyboard] Minor fixes for mini_elixivy/info.json (#14022) Co-authored-by: Drashna Jaelre <drashna@live.com> commit 4279b14adffe081a3dfb17fa0f04ed21513e5eda Merge: 9d1c98c891 f4f679779e Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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 <72414103+spbgzh@users.noreply.github.com> Date: Thu Aug 19 21:17:54 2021 +0300 [Keyboard] Add Mammoth20x (#14014) commit c59212821918736504074da24f33108551e8bdde Author: Yaroslav Smirnov <elorenn@bk.ru> Date: Thu Aug 19 21:15:30 2021 +0300 [Keyboard] Add Elrgo S to keyboards/handwired (#13893) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit 1bfbaae533fd4716407a5f381df1a3b317963a92 Author: weteor <79446655+weteor@users.noreply.github.com> Date: Thu Aug 19 20:13:00 2021 +0200 [Keyboard] add 3w6 (#13746) commit 8200804e96d1914ebad1948b52d6e1cec2e3ffcc Author: kb-elmo <lorwel@mailbox.org> Date: Thu Aug 19 20:12:34 2021 +0200 [Keyboard] Add Voice65 (#13744) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> commit c039796d9d6d341f16600b7032df056c0959df06 Author: James Young <18669334+noroadsleft@users.noreply.github.com> 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…
Description
Since Breaking Changes 2021 February 27, rules.mk in keymap no longer affects config.h in higher levels.
As a solution, I moved the codes about RGBLED to post_config.h.
PS
After reading @drashna 's review, it turns out that the problem is not with RGBLED_NUM, but with the unnecessary RGBLED_SPLIT define in info_config.h, which is automatically generated from config.h by build_keyboard.mk.
In anyway, this PR still works around the problem. See below for more details.
Types of Changes
Issues Fixed or Closed by This PR
Checklist