Kolloom

Results 3 issues of 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. ![image](https://user-images.githubusercontent.com/31672176/232142967-5b2cec24-0b68-4e0e-8582-628b8c16d733.png)

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...

bug