What would it take if I would want to have/make a remote that allows using the 5 button wheel to directly send IR codes (to emulate the 5 button wheel on Samsung or Alexa remotes)?
It appears to me that requires extending the firmware. I did not see IDE environment that would work on Windows. I will need Linux running docker. Then I will need to install tool chain, clone source code from GitHub, make modifications and build my own firmware which I can upload via USB. I probably would need ST link and access to the inside of the flipper device if I would want to debug the code. Is this recommended approach at this time?
Are there any reading materials besides what is on Github and the source code to learn about the software modules?