summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-01[Keyboard] Add lightweight65 keyboard (#21034)DeskDaily
Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com> Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
2023-06-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-01[Keymap] z12 zigotica keymap tweaks (#20990)Sergi Meseguer
2023-06-01[Keymap] `zweihander-macos`: Don’t pretend to be a mouse (#20997)adiabatic
2023-05-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-31[Keymap] Modify kkokdae keymap for keyboardio/atreus (#21037)kkokdae
2023-05-31[Keymap] transpose added to giabalanai keymaps (#21054)3araht
2023-05-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-31[Keymap] Cleanup coffeeislife87 keymap and remove features (#21061)CoffeeIsLife
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Fae <faenkhauser@gmail.com>
2023-05-31Fix backlight sync on suspend_power_down for split keyboards (#21079)Evgenii Vilkov
2023-05-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-31[Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre
2023-05-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-30`qmk find`: Fix handling of functions in filters (#21090)Sergey Vlasov
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.
2023-05-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-30Bump tj-actions/changed-files from 35 to 36 (#21058)dependabot[bot]
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>
2023-05-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-30Remove outdated remarks regarding the default MT behavior (#21077)precondition
2023-05-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-28Update auto_tag.yml (#21050)Joel Challis
2023-05-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-28Update "Most Recent ChangeLog" (#21071)Joel Challis
2023-05-29Branch point for 2023q3 Breaking Change.Nick Brassel
2023-05-29Merge branch 'develop'Nick Brassel
2023-05-29Remove `develop` note in readme.Nick Brassel
2023-05-29`develop` 2023q2 changelog (#21049)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-05-28Encoder map: NUM_DIRECTIONS (#21066)Nick Brassel
2023-05-27Consolidate modelm v2 (#14996)nuess0r
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-27Fix up `keebio/cepstrum` (#21062)Nick Brassel
2023-05-27[BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988)André Greiner-Petter
2023-05-27Fix up `qmk find` when not specifying filters. (#21059)Nick Brassel
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-26Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#21057)dependabot[bot]
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>
2023-05-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-26[Bugfix + Refactor] `qmk painter-convert-graphics` (#19994)Pablo Martínez
2023-05-25Move `thekey` to Drop vendor folder (#21032)Joel Challis
2023-05-25Implement UF2 device type id extension tag (#21029)Joel Challis
2023-05-25[Bug][Keyboard] Fix key display on Corne OLED (#21044)Drashna Jaelre
2023-05-24qmk info - Remove printing of "Keyboard Folder" (#21033)Joel Challis
2023-05-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-24Add encoder map FoldKB in VIA (#21038)Danny
2023-05-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-24Removed unneeded layers from xyverz keymaps (#21008)Xyverz
2023-05-22Duplicate board files for blok converter (#20629)Joel Challis
* Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h
2023-05-22Update json2c to use dump_lines (#21013)Joel Challis
2023-05-22Remove HHKB RN42 code (#21007)Ryan
2023-05-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-21Use wayback machine for unreachable site (#20987)Bodo Graumann