The firmware is running on arduino pro micro.
using the arduino cli tool :
./arduino-cli compile --fqbn arduino:avr:leonardo myProject
./arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:avr:leonardo myProject --log-level debug -v
more info on the wiki