Is there TinyUSB_Mouse_and_Keyboard lib?

I can’t find this lib in registry - GitHub - cyborg5/TinyUSB_Mouse_and_Keyboard: Converts Standard Arduino Mouse.h and Keyboard.h API to be used for Tiny USB stack.. Is it possible to add?

Indeed, it’s not in the library registry.

You can add the library to the project by directly adding

lib_deps =
   https://github.com/cyborg5/TinyUSB_Mouse_and_Keyboard/archive/refs/heads/master.zip

to the platformio.ini.