Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qmk find
: Fix handling of keys with dots in filter functions
Filters like `-f "exists(rgb_matrix.split_count")` broke after qmk#22887, because a plain dict was used instead of the `dotty` wrapper, therefore only keys with a single component worked. Fix the implementation of filtering functions to use the `dotty` wrapper properly, so that keys with dots could be used in functions again.
- Loading branch information