forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 4c60ebd Merge: 806b61c 2322819 Author: QMK Bot <[email protected]> Date: Fri Jun 9 01:46:47 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 2322819 Author: Jack Humbert <[email protected]> Date: Thu Jun 8 21:46:09 2023 -0400 Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (qmk#21175) * adds planck/rev7 * Remove config.h include Co-authored-by: Drashna Jaelre <[email protected]> * convert planck matrices to lite implementation --------- Co-authored-by: Drashna Jaelre <[email protected]> commit 806b61c Author: Xelus22 <[email protected]> Date: Fri Jun 9 10:00:22 2023 +1000 [Core] RGB matrix ws2812 update (qmk#21135) * ws2812_update boolean to stop update every single cycle * lint1 Co-authored-by: Joel Challis <[email protected]> * lint2 Co-authored-by: Joel Challis <[email protected]> * Update quantum/rgb_matrix/rgb_matrix_drivers.c --------- Co-authored-by: Joel Challis <[email protected]> commit 760a976 Merge: f861695 a9f677b Author: QMK Bot <[email protected]> Date: Thu Jun 8 20:08:49 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit a9f677b Author: Ryan <[email protected]> Date: Fri Jun 9 06:08:02 2023 +1000 Slightly refine `g_led_config` parsing (qmk#21170) commit f861695 Merge: d1d0925 4c6c387 Author: QMK Bot <[email protected]> Date: Thu Jun 8 09:11:17 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 4c6c387 Author: Albert Y <[email protected]> Date: Thu Jun 8 17:10:30 2023 +0800 Add an emphasis on QMK MSYS terminal (qmk#21168) * Add an emphasis on QMK MSYS terminal Not using MSYS terminal is a frequent user error. This change adds an additional statement to guide users to run the first command in MSYS itself. Edited the same statement for consistency in the other OSes. * Update instructions for the other operating systems commit d1d0925 Author: Xelus22 <[email protected]> Date: Thu Jun 8 11:58:53 2023 +1000 [Core] Optimisation - Add RGB LED colour set check in drivers (qmk#21134) commit 9a6056d Merge: cc64247 d042b92 Author: QMK Bot <[email protected]> Date: Thu Jun 8 01:47:47 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit d042b92 Author: NortonTech <[email protected]> Date: Wed Jun 7 19:47:06 2023 -0600 Add NortonTech handwired keypad (NortonTechPad) (qmk#21148) commit cc64247 Merge: 90ea9e4 f136171 Author: QMK Bot <[email protected]> Date: Thu Jun 8 01:03:58 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit f136171 Author: biuboom-jun <[email protected]> Date: Thu Jun 8 09:03:17 2023 +0800 add kibou/wendy (qmk#21150) commit 90ea9e4 Author: dexter93 <[email protected]> Date: Thu Jun 8 04:01:45 2023 +0300 Reset `matrix_need_update` properly in eager debouncing algorithms (qmk#21154) The `matrix_need_update` variable needs to be reset to `false` in `transfer_matrix_values()`, otherwise that function continues to be invoked for every scanning loop (forever with `sym_eager_pk` and `sym_eager_pk`, or until some key gets released with `asym_eager_defer_pk`), and the scanning rate gets much lower because of all that useless work. Co-authored-by: Sergey Vlasov <[email protected]> commit a059d12 Merge: 3fa92a4 dffbe1e Author: QMK Bot <[email protected]> Date: Wed Jun 7 23:57:41 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit dffbe1e Author: James Young <[email protected]> Date: Wed Jun 7 16:57:05 2023 -0700 monoflex60: fix LAYOUT_60_iso_tsangan implementation (qmk#21158) commit 3fa92a4 Merge: 5427494 57c5f3e Author: QMK Bot <[email protected]> Date: Wed Jun 7 23:56:53 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 57c5f3e Author: James Young <[email protected]> Date: Wed Jun 7 16:55:49 2023 -0700 poker87d: correct layout data (qmk#21159) commit 5427494 Merge: fd1e638 ae0342c Author: QMK Bot <[email protected]> Date: Wed Jun 7 23:00:02 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit ae0342c Author: Pablo Martínez <[email protected]> Date: Thu Jun 8 00:59:13 2023 +0200 [Bugfix] LVGL bindings wrong offset math (qmk#21147) commit fd1e638 Author: Albert Y <[email protected]> Date: Thu Jun 8 04:12:49 2023 +0800 Use unsigned integer for mousekey kinetic speed (qmk#21151) commit a02230f Merge: ff1d7d2 bb57aa2 Author: QMK Bot <[email protected]> Date: Tue Jun 6 21:55:10 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit bb57aa2 Author: James Young <[email protected]> Date: Tue Jun 6 14:54:31 2023 -0700 peej/tripel: correct layout data (qmk#21145) Corrects the layout data for all three versions of the Peej Tripel. commit ff1d7d2 Merge: 64eb985 45d0608 Author: QMK Bot <[email protected]> Date: Tue Jun 6 21:46:52 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 45d0608 Author: James Young <[email protected]> Date: Tue Jun 6 14:46:15 2023 -0700 xelus/rs108: correct layout data (qmk#21146) commit 64eb985 Merge: 6c9c948 dd9712c Author: QMK Bot <[email protected]> Date: Tue Jun 6 07:04:38 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit dd9712c Author: Travis Mick <[email protected]> Date: Tue Jun 6 01:03:57 2023 -0600 [Keyboard] Add egg58 (qmk#21021) commit 6c9c948 Merge: f61abde 97014f0 Author: QMK Bot <[email protected]> Date: Tue Jun 6 05:46:59 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 97014f0 Author: Joe Scotto <[email protected]> Date: Tue Jun 6 01:46:21 2023 -0400 [Keyboard] Add Scotto36 handwired keyboard (qmk#21104) Co-authored-by: Albert Y <[email protected]> commit f61abde Merge: 5b3e41c eaef139 Author: QMK Bot <[email protected]> Date: Tue Jun 6 05:43:14 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit eaef139 Author: Joe Scotto <[email protected]> Date: Tue Jun 6 01:42:27 2023 -0400 [Keyboard] Add Scotto40 handwired keyboard (qmk#21103) commit 5b3e41c Merge: b0c483b e1c4b7c Author: QMK Bot <[email protected]> Date: Tue Jun 6 05:35:05 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit e1c4b7c Author: Joe Scotto <[email protected]> Date: Tue Jun 6 01:34:28 2023 -0400 [Keyboard] Add ScottoStarter handwired keyboard (qmk#21101) commit b0c483b Merge: 4c928b0 43ce7b0 Author: QMK Bot <[email protected]> Date: Tue Jun 6 05:18:16 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 43ce7b0 Author: Albert Y <[email protected]> Date: Tue Jun 6 13:17:39 2023 +0800 [Docs] Highlight keymap name entry (qmk#21138) commit 4c928b0 Merge: c9cf971 9167e66 Author: QMK Bot <[email protected]> Date: Tue Jun 6 05:14:31 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 9167e66 Author: FanXingStudio <[email protected]> Date: Tue Jun 6 13:13:47 2023 +0800 [Keyboard] add kibou/harbour (qmk#21131) commit c9cf971 Author: Ryan <[email protected]> Date: Tue Jun 6 11:08:04 2023 +1000 Move `RGBLED_SPLIT` to data driven (qmk#21113) Co-authored-by: Joel Challis <[email protected]> commit f91ca76 Merge: 3617cbd 04812e9 Author: QMK Bot <[email protected]> Date: Mon Jun 5 20:43:42 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 04812e9 Author: Jeayo Keh <[email protected]> Date: Tue Jun 6 04:43:02 2023 +0800 [Keyboard] Add soda/mango (qmk#21100) Co-authored-by: jack <[email protected]> Co-authored-by: Joel Challis <[email protected]> commit 3617cbd Merge: 83a726c 8f108d1 Author: QMK Bot <[email protected]> Date: Mon Jun 5 20:35:00 2023 +0000 Merge remote-tracking branch 'origin/master' into develop commit 8f108d1 Author: Will Hedges <[email protected]> Date: Mon Jun 5 15:34:22 2023 -0500 [Keyboard] Upddate bioi/G60BLE to use bluetooth (qmk#21120) Co-authored-by: jack <[email protected]>
- Loading branch information
Showing
335 changed files
with
3,861 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
#pragma once | ||
|
||
#define RGBLED_NUM 12 | ||
#define RGBLED_SPLIT { 6, 6 } | ||
#define RGBLIGHT_SPLIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
#pragma once | ||
|
||
#define RGBLED_NUM 12 | ||
#define RGBLED_SPLIT { 7, 7 } | ||
#define RGBLIGHT_SPLIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.