Joel Challis
0c0cabe3f5
Remove quantum/keymap.h ( #21086 )
2 years ago
QMK Bot
2d09305445
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Ramiro Bou
67b9f56f22
Fix USB PIDs on Churrosoft Deck-8 ( #21126 )
2 years ago
Pablo Martínez
edaf665414
[Enhancement] Decouple autocorrect logic ( #21116 )
2 years ago
QMK Bot
220dad26d0
Merge remote-tracking branch 'origin/master' into develop
2 years ago
mechlovin
698e31a2b0
[Keyboard] Zed65 Rev.1 - Update info.json ( #21122 )
2 years ago
QMK Bot
ce94daf3d8
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Guido Bartolucci
23a9d1ffc7
[Keyboard] Add Andean Condor ( #21118 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
QMK Bot
a3c58ba567
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Ramiro Bou
f6bbd4d2c5
[Keyboard] Add Churrosoft Deck-8 ( #21119 )
...
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
2 years ago
QMK Bot
7d676f1aa6
Merge remote-tracking branch 'origin/master' into develop
2 years ago
mechlovin
f4a608255a
[Keyboard] Add the Zed65 rev.1 PCB ( #21043 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
2 years ago
QMK Bot
6aacd4d3c0
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Duncan Sutherland
d1991f5307
Update `split_3x5_2` community layout info ( #21022 )
2 years ago
Ariane Emory
c754f644dc
[Core] Move dynamic macro "stop recording" logic to a function ( #21108 )
2 years ago
dexter93
27120f2fb6
platfoms: chibios: wait: only define the frequency ( #21115 )
2 years ago
QMK Bot
ef788c68f4
Merge remote-tracking branch 'origin/master' into develop
2 years ago
yiancar
ae5bcaac0d
[keyboard] Phoenix ( #21051 )
...
* Update keyboards/cablecardesigns/phoenix/
2 years ago
Joel Challis
aa33fb00fd
Revert "Add *_MATRIX_LED_COUNT generation/validation ( #19515 )" ( #21109 )
...
This reverts commit 25c16b3ade
.
2 years ago
Joel Challis
25c16b3ade
Add *_MATRIX_LED_COUNT generation/validation ( #19515 )
...
* Add *_MATRIX_LED_COUNT parsing/validation
* Disable parsing for now
* Disable complexity check
2 years ago
Joel Challis
0a3ec7f59c
Merge upstream uf2conv.py changes ( #21107 )
2 years ago
Ryan
a4ed6ad0f5
Unicodemap keycodes rename ( #21092 )
2 years ago
QMK Bot
45c9bc4e55
Merge remote-tracking branch 'origin/master' into develop
2 years ago
DeskDaily
b110a09886
[Keyboard] Add lightweight65 keyboard ( #21034 )
...
Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
2 years ago
QMK Bot
857e9b74d6
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Sergi Meseguer
c805c10672
[Keymap] z12 zigotica keymap tweaks ( #20990 )
2 years ago
adiabatic
0c9c4a4e56
[Keymap] `zweihander-macos`: Don’t pretend to be a mouse ( #20997 )
2 years ago
QMK Bot
6156972781
Merge remote-tracking branch 'origin/master' into develop
2 years ago
kkokdae
81bc0925e9
[Keymap] Modify kkokdae keymap for keyboardio/atreus ( #21037 )
2 years ago
3araht
5a26e5e790
[Keymap] transpose added to giabalanai keymaps ( #21054 )
2 years ago
QMK Bot
6a2de56aaf
Merge remote-tracking branch 'origin/master' into develop
2 years ago
CoffeeIsLife
c2ddd77e0d
[Keymap] Cleanup coffeeislife87 keymap and remove features ( #21061 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Fae <faenkhauser@gmail.com>
2 years ago
Evgenii Vilkov
04719c774d
Fix backlight sync on suspend_power_down for split keyboards ( #21079 )
2 years ago
QMK Bot
b3a7f80e1a
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Drashna Jaelre
3a3e5abac9
[Keymap] Drashna Keymap updates for 0.21.0 ( #21073 )
2 years ago
QMK Bot
cc11b63d87
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Sergey Vlasov
1411c79aef
`qmk find`: Fix handling of functions in filters ( #21090 )
...
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.
2 years ago
QMK Bot
23658cf714
Merge remote-tracking branch 'origin/master' into develop
2 years ago
dependabot[bot]
913691b9f0
Bump tj-actions/changed-files from 35 to 36 ( #21058 )
...
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>
2 years ago
QMK Bot
ffeaf462e3
Merge remote-tracking branch 'origin/master' into develop
2 years ago
precondition
1e2deddd43
Remove outdated remarks regarding the default MT behavior ( #21077 )
2 years ago
QMK Bot
0ffa4ef9df
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Joel Challis
42c6920e23
Update auto_tag.yml ( #21050 )
2 years ago
QMK Bot
11bba43953
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Joel Challis
d02ff2edd9
Update "Most Recent ChangeLog" ( #21071 )
2 years ago
Nick Brassel
f2808dcbef
Branch point for 2023q3 Breaking Change.
2 years ago
Nick Brassel
5024370dd0
Merge branch 'develop'
2 years ago
Nick Brassel
8b1d86eabf
Remove `develop` note in readme.
2 years ago
Nick Brassel
32d865572c
`develop` 2023q2 changelog ( #21049 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2 years ago
Nick Brassel
8c9f54d70b
Encoder map: NUM_DIRECTIONS ( #21066 )
2 years ago