summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-09Fix typo (#21189)Pablo Martínez
2023-06-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (#21175)Jack Humbert
* adds planck/rev7 * Remove config.h include Co-authored-by: Drashna Jaelre <drashna@live.com> * convert planck matrices to lite implementation --------- Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-06-09[Core] RGB matrix ws2812 update (#21135)Xelus22
* 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>
2023-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08Slightly refine `g_led_config` parsing (#21170)Ryan
2023-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08Add an emphasis on QMK MSYS terminal (#21168)Albert Y
* 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
2023-06-08[Core] Optimisation - Add RGB LED colour set check in drivers (#21134)Xelus22
2023-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08Add NortonTech handwired keypad (NortonTechPad) (#21148)NortonTech
2023-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08add kibou/wendy (#21150)biuboom-jun
2023-06-08Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)dexter93
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>
2023-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08monoflex60: fix LAYOUT_60_iso_tsangan implementation (#21158)James Young
2023-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08poker87d: correct layout data (#21159)James Young
2023-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-08[Bugfix] LVGL bindings wrong offset math (#21147)Pablo Martínez
2023-06-07Use unsigned integer for mousekey kinetic speed (#21151)Albert Y
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-06peej/tripel: correct layout data (#21145)James Young
Corrects the layout data for all three versions of the Peej Tripel.
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-06xelus/rs108: correct layout data (#21146)James Young
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-06[Keyboard] Add egg58 (#21021)Travis Mick
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Keyboard] Add Scotto36 handwired keyboard (#21104)Joe Scotto
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Keyboard] Add Scotto40 handwired keyboard (#21103)Joe Scotto
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Keyboard] Add ScottoStarter handwired keyboard (#21101)Joe Scotto
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Docs] Highlight keymap name entry (#21138)Albert Y
2023-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Keyboard] add kibou/harbour (#21131)FanXingStudio
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Keyboard] Add soda/mango (#21100)Jeayo Keh
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2023-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05[Keyboard] Upddate bioi/G60BLE to use bluetooth (#21120)Will Hedges
Co-authored-by: jack <0x6a73@protonmail.com>
2023-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-05fixed E80 1800 layout macros (#21125)Moritz Plattner
2023-06-05Remove quantum/keymap.h (#21086)Joel Challis
2023-06-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-04Fix USB PIDs on Churrosoft Deck-8 (#21126)Ramiro Bou
2023-06-04[Enhancement] Decouple autocorrect logic (#21116)Pablo Martínez
2023-06-04Merge remote-tracking branch 'origin/master' into developQMK Bot