summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-102-1/+5
|\
| * Update newbs docs with some rp2040 stuff (#21186)Tom Barnes2023-06-102-1/+5
| | | | | | | | | | | | | | | | * Update newbs_building_firmware_configurator.md * Update docs/newbs_flashing.md Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-101-2/+2
|\|
| * Typo Correction in planck/rev7 readme.md (#21194)Jared2023-06-091-2/+2
| | | | | | Corrected typo explaining encoder requirements.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-0910-0/+558
|\|
| * [Keyboard] Add ScottoGame Keyboard (#20940)Joe Scotto2023-06-0910-0/+558
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-093-438/+0
|\|
| * Remove some keymap-level info.jsons (#21191)Ryan2023-06-093-438/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-091-1/+1
|\|
| * Fix typo (#21189)Pablo Martínez2023-06-091-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-0915-130/+1164
|\|
| * Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (#21175)Jack Humbert2023-06-0815-130/+1164
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | [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
|\|