forked from forks/qmk_firmware
When multiple `-f FILTER` options were specified, `qmk find` did not return anything at all instead of printing the list of entries that matched all of the specified filters. The problem was that the statement in `_filter_keymap_targets()` that filled `targets` had a wrong indent and therefore was executed for every filter instead of only once after applying all filters, and `valid_keymaps` was actually an iterator and therefore could be used only once. Moving the statement outside of the loop fixes the problem. |
||
|---|---|---|
| .. | ||
| arm_atsam/packs | ||
| chibios@11edb16109 | ||
| chibios-contrib@da78eb3759 | ||
| fnv | ||
| googletest@e2239ee604 | ||
| lib8tion | ||
| lufa@549b97320d | ||
| lvgl@e19410f8f8 | ||
| pico-sdk@a3398d8d3a | ||
| printf@c2e3b4e10d | ||
| python | ||
| usbhost | ||
| vusb@819dbc1e5d | ||