summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [Core] RGB matrix ws2812 update (#21135)Xelus222023-06-091-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ws2812_update boolean to stop update every single cycle * lint1 Co-authored-by: Joel Challis <git@zvecr.com> * lint2 Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/rgb_matrix/rgb_matrix_drivers.c --------- Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-081-6/+11
|\|
| * Slightly refine `g_led_config` parsing (#21170)Ryan2023-06-081-6/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-081-4/+4
|\|
| * Add an emphasis on QMK MSYS terminal (#21168)Albert Y2023-06-081-4/+4
| | | | | | | | | | | | | | | | | | | | * 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
* | [Core] Optimisation - Add RGB LED colour set check in drivers (#21134)Xelus222023-06-0812-1/+41
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-087-0/+160
|\|
| * Add NortonTech handwired keypad (NortonTechPad) (#21148)NortonTech2023-06-087-0/+160
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-086-0/+179
|\|
| * add kibou/wendy (#21150)biuboom-jun2023-06-086-0/+179
| |
* | Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)dexter932023-06-083-0/+4
| | | | | | | | | | | | | | | | | | | | 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 <sigprof@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-071-14/+14
|\|
| * monoflex60: fix LAYOUT_60_iso_tsangan implementation (#21158)James Young2023-06-081-14/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-071-1/+1
|\|
| * poker87d: correct layout data (#21159)James Young2023-06-081-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-071-3/+0
|\|
| * [Bugfix] LVGL bindings wrong offset math (#21147)Pablo Martínez2023-06-081-3/+0
| |
* | Use unsigned integer for mousekey kinetic speed (#21151)Albert Y2023-06-071-9/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-063-3/+3
|\|
| * peej/tripel: correct layout data (#21145)James Young2023-06-063-3/+3
| | | | | | Corrects the layout data for all three versions of the Peej Tripel.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-061-36/+36
|\|
| * xelus/rs108: correct layout data (#21146)James Young2023-06-061-36/+36
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-067-0/+258
|\|
| * [Keyboard] Add egg58 (#21021)Travis Mick2023-06-067-0/+258
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-069-7/+492
|\|
| * [Keyboard] Add Scotto36 handwired keyboard (#21104)Joe Scotto2023-06-059-7/+492
| | | | | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-068-0/+417
|\|
| * [Keyboard] Add Scotto40 handwired keyboard (#21103)Joe Scotto2023-06-058-0/+417
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-065-0/+197
|\|
| * [Keyboard] Add ScottoStarter handwired keyboard (#21101)Joe Scotto2023-06-055-0/+197
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-061-0/+2
|\|
| * [Docs] Highlight keymap name entry (#21138)Albert Y2023-06-051-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-066-0/+153
|\|
| * [Keyboard] add kibou/harbour (#21131)FanXingStudio2023-06-056-0/+153
| |
* | Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-06233-191/+309
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-056-0/+139
|\|
| * [Keyboard] Add soda/mango (#21100)Jeayo Keh2023-06-056-0/+139
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-056-11/+255
|\|
| * [Keyboard] Upddate bioi/G60BLE to use bluetooth (#21120)Will Hedges2023-06-056-11/+255
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-051-3/+3
|\|
| * fixed E80 1800 layout macros (#21125)Moritz Plattner2023-06-051-3/+3
| |
* | Remove quantum/keymap.h (#21086)Joel Challis2023-06-051-20/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-042-1/+5
|\|
| * Fix USB PIDs on Churrosoft Deck-8 (#21126)Ramiro Bou2023-06-042-1/+5
| |
* | [Enhancement] Decouple autocorrect logic (#21116)Pablo Martínez2023-06-042-1/+19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-041-1/+2
|\|
| * [Keyboard] Zed65 Rev.1 - Update info.json (#21122)mechlovin2023-06-041-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-034-0/+137
|\|
| * [Keyboard] Add Andean Condor (#21118)Guido Bartolucci2023-06-034-0/+137
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-0310-0/+251
|\|