For that project I heavily borrowed source code and circuits from two sources and modified it for my needs.
https://k183.bake-neko.net/ji3bnb/page13_d.html.. (PLL CIRCUIT and some code)
and
https://heepy.net/index.php/USB-teletype (Some of the code)
The volpe board kinda would do what I want BUT I'm also not into soldering SMD's (Surface mounted devices) so since it was designed for a "32u4 AVR"
I decided to adapt the code to run on a "Leonardo/Arduino board" and add a second decode input for the RTTY.
Nice thing about having two decode loops (one for the keyboard/teletype loop) and one for the RTTY the arduino can monitor the traffic and either block the keyboard or block the RTTY when one or the other is sending at least thats the plan. And its a hell of a lot easier than all that SMD nonsense.