Kolloom
Kolloom
https://github.com/qmk/qmk_firmware/blob/master/docs/ChangeLog/20220226.md#legacy-macro-and-action_function-system-removed-16025 macro related feature is moved to under process_record_user and used like a custom keycode https://github.com/qmk/qmk_firmware/blob/master/docs/feature_macros.md
query goes from 46 seconds to 6ms on a 1.7 gb bee with 579 items. 
proof of concept. I improved the speed of the file read by parallelizing data fetch and BeePixmapItem creation. The improvement is more noticeable with files that have a lot of...