Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-30 | 1 | -4/+4 | |
|\| | ||||||
| * | `qmk find`: Fix handling of functions in filters (#21090) | Sergey Vlasov | 2023-05-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions in filters did not work properly except when used in the last (or only) filter. The problem was caused by the peculiarity of the `lambda` behavior in Python — any variables from the outer scope are captured only by reference, therefore any subsequent reassignment of those variables is propagated to all lambdas created earlier in the same scope. Together with the laziness of `filter()` (it returns an iterator which performs filtering on demand) this resulted in all function filters using the values of the `key` and `value` variables which correspond to the last filter in the sequence, therefore the result of filtering was wrong if some filter with a function was not the last one in the sequence. Apparently the shortest way to make a Python lambda capture some variables by value is to add arguments with default values for such variables (default values are evaluated when the lambda is created, and any subsequent reassignments in the outer scope no longer changes them). This makes filters with functions work properly even when such filters are not at the last position in the sequence. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-30 | 2 | -2/+2 | |
|\| | ||||||
| * | Bump tj-actions/changed-files from 35 to 36 (#21058) | dependabot[bot] | 2023-05-30 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 36. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v36) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-30 | 1 | -3/+1 | |
|\| | ||||||
| * | Remove outdated remarks regarding the default MT behavior (#21077) | precondition | 2023-05-30 | 1 | -3/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-28 | 1 | -1/+1 | |
|\| | ||||||
| * | Update auto_tag.yml (#21050) | Joel Challis | 2023-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-28 | 1 | -1/+1 | |
|\| | ||||||
| * | Update "Most Recent ChangeLog" (#21071) | Joel Challis | 2023-05-28 | 1 | -1/+1 | |
| | | ||||||
* | | Branch point for 2023q3 Breaking Change. | Nick Brassel | 2023-05-29 | 2 | -0/+5 | |
|/ | ||||||
* | Merge branch 'develop' | Nick Brassel | 2023-05-29 | 13483 | -495252/+502902 | |
|\ | ||||||
| * | Remove `develop` note in readme. | Nick Brassel | 2023-05-29 | 1 | -4/+0 | |
| | | ||||||
| * | `develop` 2023q2 changelog (#21049) | Nick Brassel | 2023-05-29 | 7 | -47/+565 | |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
| * | Encoder map: NUM_DIRECTIONS (#21066) | Nick Brassel | 2023-05-28 | 3 | -8/+9 | |
| | | ||||||
| * | Consolidate modelm v2 (#14996) | nuess0r | 2023-05-27 | 89 | -105/+293 | |
| | | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| * | Fix up `keebio/cepstrum` (#21062) | Nick Brassel | 2023-05-27 | 1 | -1/+0 | |
| | | ||||||
| * | [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988) | André Greiner-Petter | 2023-05-27 | 2 | -4/+28 | |
| | | ||||||
| * | Fix up `qmk find` when not specifying filters. (#21059) | Nick Brassel | 2023-05-27 | 2 | -1/+5 | |
| | | ||||||
| * | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 679 | -493/+649 | |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-26 | 1 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#21057) | dependabot[bot] | 2023-05-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-26 | 1 | -17/+19 | |
| |\ | |/ |/| | ||||||
* | | [Bugfix + Refactor] `qmk painter-convert-graphics` (#19994) | Pablo Martínez | 2023-05-26 | 1 | -17/+19 | |
| | | ||||||
| * | Move `thekey` to Drop vendor folder (#21032) | Joel Challis | 2023-05-25 | 29 | -299/+173 | |
| | | ||||||
| * | Implement UF2 device type id extension tag (#21029) | Joel Challis | 2023-05-25 | 2 | -1/+12 | |
| | | ||||||
| * | [Bug][Keyboard] Fix key display on Corne OLED (#21044) | Drashna Jaelre | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | qmk info - Remove printing of "Keyboard Folder" (#21033) | Joel Challis | 2023-05-24 | 1 | -1/+0 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-24 | 3 | -1/+11 | |
| |\ | |/ |/| | ||||||
* | | Add encoder map FoldKB in VIA (#21038) | Danny | 2023-05-24 | 3 | -1/+11 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-24 | 2 | -202/+28 | |
| |\ | |/ |/| | ||||||
* | | Removed unneeded layers from xyverz keymaps (#21008) | Xyverz | 2023-05-24 | 2 | -202/+28 | |
| | | ||||||
| * | Duplicate board files for blok converter (#20629) | Joel Challis | 2023-05-22 | 8 | -2/+179 | |
| | | | | | | | | | | | | | | * Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h | |||||
| * | Update json2c to use dump_lines (#21013) | Joel Challis | 2023-05-22 | 2 | -18/+5 | |
| | | ||||||
| * | Remove HHKB RN42 code (#21007) | Ryan | 2023-05-22 | 21 | -2270/+0 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-21 | 1 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Use wayback machine for unreachable site (#20987) | Bodo Graumann | 2023-05-21 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-21 | 6 | -0/+114 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Added Support for trainpad (#20973) | Ananya Kirti | 2023-05-21 | 6 | -0/+114 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Support for trainpad added support for trainpad * corrected capitalisation corrected capitalisation * Update keyboards/trainpad/keymaps/via/keymap.c * Update keyboards/trainpad/info.json * Update keyboards/trainpad/keymaps/default/keymap.c * Update readme.md updated readme to remove handwire, and corrected number of keys * removed config.h, trainpad.c and trainpad.h removed config.h, trainpad.c and trainpad.h * updated readme upadted readme to correct capitalisation * Update keyboards/trainpad/info.json * Update keyboards/trainpad/info.json * Update keyboards/trainpad/rules.mk * updated Readme updated Readme * Update keyboards/trainpad/readme.md | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-20 | 1 | -9/+8 | |
| |\ | |/ |/| | ||||||
* | | `qmk generate-make-dependencies` improvements (#21001) | Nick Brassel | 2023-05-20 | 1 | -9/+8 | |
| | | | | | | | | | | * Recommendations from @sigprof * Fix CI tests | |||||
| * | [Bug] Fix issue with Repeat Key-Combo test (#21005) | Drashna Jaelre | 2023-05-20 | 3 | -7/+9 | |
| | | ||||||
| * | rart/rart80:via: restore rules.mk after #20334 (#21002) | Sergey Vlasov | 2023-05-20 | 1 | -0/+2 | |
| | | | | | | | | PR #20334 accidentally removed the `rules.mk` file from the `via` keymap for `rart/rart80`; restore that file. | |||||
| * | [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) | Pascal Getreuer | 2023-05-20 | 29 | -6/+2508 | |
| | | | | | | | | | | Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||||
| * | Add a change log for PR20584 (#20998) | Albert Y | 2023-05-20 | 1 | -0/+3 | |
| | | ||||||
| * | Move `pre_process_record_kb()` before `process_combo()` (#20969) | Sergey Vlasov | 2023-05-20 | 2 | -5/+4 | |
| | | ||||||
| * | `qmk format-json`: Expose full key path and respect `sort_keys` (#20836) | Ryan | 2023-05-20 | 9 | -52/+48 | |
| | | ||||||
| * | `qmk find`: usability improvements (#20440) | Ryan | 2023-05-20 | 4 | -22/+67 | |
| | | ||||||
| * | [Keyboard] Fixup Crkbd default keymap (#20962) | Drashna Jaelre | 2023-05-20 | 22 | -495/+308 | |
| | | ||||||
| * | BIOI G60/Morgan65: use custom Bluetooth driver (#20897) | Ryan | 2023-05-20 | 7 | -474/+43 | |
| | |