qmk_sweep_skeletyl/lib
Sergey Vlasov 62cca5c43a
qmk find: Fix failure with multiple filters ()
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.
2023-11-19 08:26:00 +11:00
..
arm_atsam/packs CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
chibios@11edb16109 Update ChibiOS to latest stable 21.11.x () 2023-04-19 16:05:06 +10:00
chibios-contrib@da78eb3759 [Core] Update ChibiOS-Contrib () 2023-07-17 19:55:31 +10:00
fnv Fix AVR compilation of FNV by using standard integer typenames. () 2022-07-19 05:30:01 +01:00
googletest@e2239ee604 Bump gtest () 2021-08-05 10:46:14 +10:00
lib8tion Spirals, Pinwheels, and Documentation....Oh My! RGB Matrix Effects () 2019-05-19 09:19:46 -07:00
lufa@549b97320d Update LUFA submodule () 2022-08-26 12:19:34 +10:00
lvgl@e19410f8f8 [Core] Quantum Painter - LVGL Integration () 2022-12-13 07:51:14 +11:00
pico-sdk@a3398d8d3a Update pico-sdk to 1.5.0 () 2023-02-13 15:51:51 +01:00
printf@c2e3b4e10d [Core] Update mpaland/printf to eyalroz/printf fork () 2022-07-07 09:27:50 +02:00
python qmk find: Fix failure with multiple filters () 2023-11-19 08:26:00 +11:00
usbhost Revert lib/usbhost changes () 2022-11-27 02:05:04 +00:00
vusb@819dbc1e5d Update V-USB submodule () 2022-06-16 21:02:40 +10:00