summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Bugfix] LVGL bindings wrong offset math (#21147)Pablo Martínez2023-06-081-3/+0
|
* peej/tripel: correct layout data (#21145)James Young2023-06-063-3/+3
| | | Corrects the layout data for all three versions of the Peej Tripel.
* xelus/rs108: correct layout data (#21146)James Young2023-06-061-36/+36
|
* [Keyboard] Add egg58 (#21021)Travis Mick2023-06-067-0/+258
|
* [Keyboard] Add Scotto36 handwired keyboard (#21104)Joe Scotto2023-06-059-7/+492
| | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* [Keyboard] Add Scotto40 handwired keyboard (#21103)Joe Scotto2023-06-058-0/+417
|
* [Keyboard] Add ScottoStarter handwired keyboard (#21101)Joe Scotto2023-06-055-0/+197
|
* [Docs] Highlight keymap name entry (#21138)Albert Y2023-06-051-0/+2
|
* [Keyboard] add kibou/harbour (#21131)FanXingStudio2023-06-056-0/+153
|
* [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>
* [Keyboard] Upddate bioi/G60BLE to use bluetooth (#21120)Will Hedges2023-06-056-11/+255
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* fixed E80 1800 layout macros (#21125)Moritz Plattner2023-06-051-3/+3
|
* Fix USB PIDs on Churrosoft Deck-8 (#21126)Ramiro Bou2023-06-042-1/+5
|
* [Keyboard] Zed65 Rev.1 - Update info.json (#21122)mechlovin2023-06-041-1/+2
|
* [Keyboard] Add Andean Condor (#21118)Guido Bartolucci2023-06-034-0/+137
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Add Churrosoft Deck-8 (#21119)Ramiro Bou2023-06-0310-0/+251
| | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>
* [Keyboard] Add the Zed65 rev.1 PCB (#21043)mechlovin2023-06-0311-13/+518
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* Update `split_3x5_2` community layout info (#21022)Duncan Sutherland2023-06-032-15/+29
|
* [keyboard] Phoenix (#21051)yiancar2023-06-027-0/+613
| | | | * Update keyboards/cablecardesigns/phoenix/
* [Keyboard] Add lightweight65 keyboard (#21034)DeskDaily2023-06-016-0/+192
| | | | | Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com> Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* [Keymap] z12 zigotica keymap tweaks (#20990)Sergi Meseguer2023-06-012-23/+51
|
* [Keymap] `zweihander-macos`: Don’t pretend to be a mouse (#20997)adiabatic2023-06-011-0/+3
|
* [Keymap] Modify kkokdae keymap for keyboardio/atreus (#21037)kkokdae2023-05-313-22/+4
|
* [Keymap] Cleanup coffeeislife87 keymap and remove features (#21061)CoffeeIsLife2023-05-312-115/+74
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Fae <faenkhauser@gmail.com>
* [Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre2023-05-3171-2204/+1598
|
* `qmk find`: Fix handling of functions in filters (#21090)Sergey Vlasov2023-05-301-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.
* Bump tj-actions/changed-files from 35 to 36 (#21058)dependabot[bot]2023-05-302-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>
* Remove outdated remarks regarding the default MT behavior (#21077)precondition2023-05-301-3/+1
|
* Update auto_tag.yml (#21050)Joel Challis2023-05-281-1/+1
|
* Update "Most Recent ChangeLog" (#21071)Joel Challis2023-05-281-1/+1
|
* Merge branch 'develop'Nick Brassel2023-05-2913483-495252/+502902
|\
| * Remove `develop` note in readme.Nick Brassel2023-05-291-4/+0
| |
| * `develop` 2023q2 changelog (#21049)Nick Brassel2023-05-297-47/+565
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Encoder map: NUM_DIRECTIONS (#21066)Nick Brassel2023-05-283-8/+9
| |
| * Consolidate modelm v2 (#14996)nuess0r2023-05-2789-105/+293
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Fix up `keebio/cepstrum` (#21062)Nick Brassel2023-05-271-1/+0
| |
| * [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988)André Greiner-Petter2023-05-272-4/+28
| |
| * Fix up `qmk find` when not specifying filters. (#21059)Nick Brassel2023-05-272-1/+5
| |
| * Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-27679-493/+649
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-261-1/+1
| |\ | |/ |/|
* | Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#21057)dependabot[bot]2023-05-261-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 developQMK Bot2023-05-261-17/+19
| |\ | |/ |/|
* | [Bugfix + Refactor] `qmk painter-convert-graphics` (#19994)Pablo Martínez2023-05-261-17/+19
| |
| * Move `thekey` to Drop vendor folder (#21032)Joel Challis2023-05-2529-299/+173
| |
| * Implement UF2 device type id extension tag (#21029)Joel Challis2023-05-252-1/+12
| |
| * [Bug][Keyboard] Fix key display on Corne OLED (#21044)Drashna Jaelre2023-05-251-1/+1
| |
| * qmk info - Remove printing of "Keyboard Folder" (#21033)Joel Challis2023-05-241-1/+0
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-243-1/+11
| |\ | |/ |/|
* | Add encoder map FoldKB in VIA (#21038)Danny2023-05-243-1/+11
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-242-202/+28
| |\ | |/ |/|