Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-09 | 10 | -0/+558 |
|\ | |||||
| * | [Keyboard] Add ScottoGame Keyboard (#20940) | Joe Scotto | 2023-06-09 | 10 | -0/+558 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-09 | 3 | -438/+0 |
|\| | |||||
| * | Remove some keymap-level info.jsons (#21191) | Ryan | 2023-06-09 | 3 | -438/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-09 | 1 | -1/+1 |
|\| | |||||
| * | Fix typo (#21189) | Pablo MartÃnez | 2023-06-09 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-09 | 15 | -130/+1164 |
|\| | |||||
| * | Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (#21175) | Jack Humbert | 2023-06-08 | 15 | -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) | Xelus22 | 2023-06-09 | 1 | -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 develop | QMK Bot | 2023-06-08 | 1 | -6/+11 |
|\| | |||||
| * | Slightly refine `g_led_config` parsing (#21170) | Ryan | 2023-06-08 | 1 | -6/+11 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-08 | 1 | -4/+4 |
|\| | |||||
| * | Add an emphasis on QMK MSYS terminal (#21168) | Albert Y | 2023-06-08 | 1 | -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) | Xelus22 | 2023-06-08 | 12 | -1/+41 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-08 | 7 | -0/+160 |
|\| | |||||
| * | Add NortonTech handwired keypad (NortonTechPad) (#21148) | NortonTech | 2023-06-08 | 7 | -0/+160 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-08 | 6 | -0/+179 |
|\| | |||||
| * | add kibou/wendy (#21150) | biuboom-jun | 2023-06-08 | 6 | -0/+179 |
| | | |||||
* | | Reset `matrix_need_update` properly in eager debouncing algorithms (#21154) | dexter93 | 2023-06-08 | 3 | -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 develop | QMK Bot | 2023-06-07 | 1 | -14/+14 |
|\| | |||||
| * | monoflex60: fix LAYOUT_60_iso_tsangan implementation (#21158) | James Young | 2023-06-08 | 1 | -14/+14 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-07 | 1 | -1/+1 |
|\| | |||||
| * | poker87d: correct layout data (#21159) | James Young | 2023-06-08 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-07 | 1 | -3/+0 |
|\| | |||||
| * | [Bugfix] LVGL bindings wrong offset math (#21147) | Pablo MartÃnez | 2023-06-08 | 1 | -3/+0 |
| | | |||||
* | | Use unsigned integer for mousekey kinetic speed (#21151) | Albert Y | 2023-06-07 | 1 | -9/+9 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 3 | -3/+3 |
|\| | |||||
| * | peej/tripel: correct layout data (#21145) | James Young | 2023-06-06 | 3 | -3/+3 |
| | | | | | | Corrects the layout data for all three versions of the Peej Tripel. | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 1 | -36/+36 |
|\| | |||||
| * | xelus/rs108: correct layout data (#21146) | James Young | 2023-06-06 | 1 | -36/+36 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 7 | -0/+258 |
|\| | |||||
| * | [Keyboard] Add egg58 (#21021) | Travis Mick | 2023-06-06 | 7 | -0/+258 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 9 | -7/+492 |
|\| | |||||
| * | [Keyboard] Add Scotto36 handwired keyboard (#21104) | Joe Scotto | 2023-06-05 | 9 | -7/+492 |
| | | | | | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 8 | -0/+417 |
|\| | |||||
| * | [Keyboard] Add Scotto40 handwired keyboard (#21103) | Joe Scotto | 2023-06-05 | 8 | -0/+417 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 5 | -0/+197 |
|\| | |||||
| * | [Keyboard] Add ScottoStarter handwired keyboard (#21101) | Joe Scotto | 2023-06-05 | 5 | -0/+197 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 1 | -0/+2 |
|\| | |||||
| * | [Docs] Highlight keymap name entry (#21138) | Albert Y | 2023-06-05 | 1 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-06 | 6 | -0/+153 |
|\| | |||||
| * | [Keyboard] add kibou/harbour (#21131) | FanXingStudio | 2023-06-05 | 6 | -0/+153 |
| | | |||||
* | | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | 2023-06-06 | 233 | -191/+309 |
| | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-05 | 6 | -0/+139 |
|\| | |||||
| * | [Keyboard] Add soda/mango (#21100) | Jeayo Keh | 2023-06-05 | 6 | -0/+139 |
| | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-05 | 6 | -11/+255 |
|\| | |||||
| * | [Keyboard] Upddate bioi/G60BLE to use bluetooth (#21120) | Will Hedges | 2023-06-05 | 6 | -11/+255 |
| | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-05 | 1 | -3/+3 |
|\| | |||||
| * | fixed E80 1800 layout macros (#21125) | Moritz Plattner | 2023-06-05 | 1 | -3/+3 |
| | | |||||
* | | Remove quantum/keymap.h (#21086) | Joel Challis | 2023-06-05 | 1 | -20/+0 |
| | |