Hi. There are a few programs which use a (computer) keyboard for input. NISP, the Orca (@Frederickk fixed it, drink on me!) come to mind and @tyleretters might be cooking something new (so much goodness!). Anyway I don’t have a USB keyboard and don’t intend having one.
However I have a smartphone and norns is a full on GNU system. Android won’t work as a HID input device over USB noodle I don’t think, but Bluetooth keyboard apps are a reality. So for the situations where I cannot avoid having a computer keyboard, I tried to get Bluetooth going on norns and emulate a keyboard on Android. I loaded the Bluetooth kernel modules and got the systemd bluetooth service going with no issue, but bluetoothctl finds no devices. My bet is that the kernel has been compiled without it.
Has anyone had better luck with this. An alternative I can think of is emulating a keyboard from terminal, which is accessible over ssh as usual.
Update: this rather bonkers project norns.online gets key and encoder input into norns via.websockets, from the web of all places.